PDA

View Full Version : Kernel panic -not syncing: VFS: Unable to mount root fs on unknow-block(0,0)



`BrO`
2023-01-21, 20:54
I have kali linux as the only system, after executing the command "sudo apt update && sudo apt upgrade && sudo apt dist-upgrade -y"
and reboot kali throws me an error

how to fix it?

5191

`BrO`
2023-01-27, 20:20
solution:

start the system from advanced options: last working installation

and do this:
sudo apt-get remove --purge linux-headers-X.X.X
sudo apt-get remove --purge linux-image-X.X.X


and
sudo apt-get install -f

and done it`s work in my case