|
|
发表于 2004-11-28 00:27:41
|
显示全部楼层
grub>
root (hd0,)
Possible partitions are:
Partition num: 0, Filesystem type is fat, partition type 0xc
Partition num: 4, Filesystem type unknown, partition type 0x7
Partition num: 5, Filesystem type unknown, partition type 0x7
Partition num: 6, Filesystem type is ext2fs, partition type 0x83
Partition num: 7, Filesystem type is fat, partition type 0xb
Partition num: 8, Filesystem type is ext2fs, partition type 0x83
Partition num: 9, Filesystem type unknown, partition type 0x82
Partition num: 10, Filesystem type is fat, partition type 0xb
grub> root (hd0,)
应该是这样吧,上面显示的分区已经是-1的,就直接输入root(hd0,6)
就可以了。
chroot 就是将根分区挂载在另一个地方用于修复系统,就象安装系统将linux暂时挂载一个目录下一样 |
|