|

楼主 |
发表于 2009-12-23 22:56:54
|
显示全部楼层
没有啊,我grub2,root=没有错啊
下面是可用的内核
menuentry "Debian GNU/Linux,以 Linux 2.6.32-trunk-amd64" {
insmod ext2
set root=(hd0,10)
search --no-floppy --fs-uuid --set 566e64c4-c4d1-41c5-9001-2e0d330e3e43
linux /boot/vmlinuz-2.6.32-trunk-amd64 root=UUID=566e64c4-c4d1-41c5-9001-2e0d330e3e43 ro quiet
initrd /boot/initrd.img-2.6.32-trunk-amd64
这个是有问题的
menuentry "Debian GNU/Linux,以 Linux 2.6.32.2-yhz" {
insmod ext2
set root=(hd0,10)
search --no-floppy --fs-uuid --set 566e64c4-c4d1-41c5-9001-2e0d330e3e43
linux /boot/vmlinuz-2.6.32.2-yhz root=/dev/sda10 ro quiet
我也试了把root=/dev/sda10 改成 root=UUID=566e64c4-c4d1-41c5-9001-2e0d330e3e43也不行
也是显示unable mount root fs unknow-block(0,0) |
|