Results 1 to 2 of 2
when I'm booting kernel from USB it appears this message
[29.564331] kernel panic - not syncing : VFS: Unable to mount rootfs on unknown-block (1,0)...
- 04-30-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 23
Kernel panic
when I'm booting kernel from USB it appears this message
[29.564331] kernel panic - not syncing : VFS: Unable to mount rootfs on unknown-block (1,0)
- 04-30-2008 #2Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
This is usually a sign that the drive couldn't be found.
If you are booting from usb on a custom made kernel, make sure that you included all the drivers needed to load your usb storage device, and all the needed filesystem drivers.
Make sure that they are either in the kernel itself compiled statically, or on an initrd image. If they are compiled as modules, the kernel will not see them because, well, it can't reach the filesystem.
That, of you specified the wrong root or real_root in your kernel boot line.


Reply With Quote

