|
|

楼主 |
发表于 2009-2-14 13:54:18
|
显示全部楼层
grub> kernel (hd0, (tab,按tab一下键)
Possible partitions are:
Partition num: 0, Filesystem type unknown, partition type 0x7
Partition num: 4, Filesystem type unknown, partition type 0x7
Partition num: 5, Filesystem type unknown, partition type 0x7
Partition num: 6, Filesystem type unknown, partition type 0x7
Partition num: 7, Filesystem type unknown, partition type 0x83
Partition num: 8, Filesystem type unknown, partition type 0x83
Partition num: 9, Filesystem none, partition type 0x82
Partition num: 10, Filesystem type unknown, partition type 0x83
Partition num: 11, Filesystem type unknown, partition type 0x83
grub>kernel (hd0,7)/ (tab,按tab一下键)
grub>kernel (hd0,8)/ (tab,按tab一下键)
grub>kernel (hd0,10)/ (tab,按tab一下键)
正常显示。
grub>kernel (hd0,11)/ (tab,按tab一下键)
Error 2:Bad file or directory type
看来真的是grub没法分辨(hd0,11)这个区.
于是用之前的/boot单独的分区(hd0,10)引导,没出现Error 2错误,可是启动时提示错误:
VFS: Cannot open root device "root=/dev/sda11" or unknown-block(2,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: unable to mount root fs on unknown-block(2,0)
问题先帖出来,搜了一下,网上有些例子,忙了一上午,先吃了饭再研究。^_^
哪位有空也请帮忙找一下答案. |
|