Hello, I have a problem, I searched the Internet but I did not find my case.
I use Kali for research, I'm not a programmer, I don't know the system in depth, please be understanding. I mainly use Maltego and a few other tools. A few days ago I executed the following commands
I did the following from Grub 0.97:
kernel(hd0,1)/vmlinuz
initrd(hd0,1)/initrd.ing
boot
I am now in the initramfs shell:
"fdisk -l" returns the disk correctly, the partition on sda2 has *, which means it correctly indicates the partitions to boot. I checked the file system with the command "fsck /dev/sda2 -y", there are no errors, I do not have the message "the file system has been modified". When trying to execute the command "mount /dev/sda2 /mnt" Kali returns the error: no such files or directory.
Please help.
I use Kali for research, I'm not a programmer, I don't know the system in depth, please be understanding. I mainly use Maltego and a few other tools. A few days ago I executed the following commands
- apt update
- apt upgrade
I did the following from Grub 0.97:
kernel(hd0,1)/vmlinuz
initrd(hd0,1)/initrd.ing
boot
I am now in the initramfs shell:
"fdisk -l" returns the disk correctly, the partition on sda2 has *, which means it correctly indicates the partitions to boot. I checked the file system with the command "fsck /dev/sda2 -y", there are no errors, I do not have the message "the file system has been modified". When trying to execute the command "mount /dev/sda2 /mnt" Kali returns the error: no such files or directory.
Please help.