|
| From: | Sam Geeraerts |
| Subject: | Re: [Gnewsense-dev] grub-yeeloong |
| Date: | Tue, 15 Dec 2009 11:34:01 +0100 |
| User-agent: | Thunderbird 2.0.0.23 (X11/20090824) |
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=""'.
| [Prev in Thread] | Current Thread | [Next in Thread] |