While Linux/Ubuntu OS is Booting, You may get this error
Kernel Panic – not syncing :VFS: unable to mount root fs on unknown block (0,0)
This is Because initramfs for that Kernel is Missing.
Choose another kernel from the Grub menu,
- Run update-initramfs -u -k (your version) or update-initramfs -u -k all
This will generate the initrd for that version.
- Run update-grub
- Reboot the System
For more Information about initramfs,
visit http://www.linuxfromscratch.org/blfs/view/svn/postlfs/initramfs.html
No comments:
Post a Comment