Robert Millan schreef:
On Sun, Dec 13, 2009 at 07:12:51PM +0100, Sam Geeraerts wrote:
A was a bit quick to send this email. My grub configuration is also broken now it seems. When I try to boot I get "Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)"

Are you passing the right params to Linux?  Check
GRUB_CMDLINE_LINUX in /etc/default/grub.

menu ... {
  insmod ext2
  set root=(ata0,3)
  search --no-floppy --fs-uuid --set <uuid>
  linux /boot/vmlinux... root=<uuid> ro quiet
  initrd /boot/initrd.img...
}

This menu entry looks OK to me. It's similar to the one I see on metad i386, except that one has "set root=(hd0,3)" and "linux ... root=/dev/hda3". The <uuid> matches with what I find in the output of blkid. /etc/default/grub has 'GRUB_CMDLINE_LINUX=""'.


_______________________________________________
gNewSense-dev mailing list
gNewSense-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/gnewsense-dev

Reply via email to