- 论坛徽章:
- 0
|
详细如下
启动系统后即直接出现grub>界面
grub>
//用root(hd0,(按tab) 可以显示分区情况
grub> root (hd0,(此时按tab会显示如下)
Possible partitions are:
Partition num: 0, Filesystem type is ext2fs, partition type 0x83
Partition num: 1, Filesystem type is ext2fs, partition type 0x83
Partition num: 2, Filesystem type is ext2fs, partition type 0x83
Partition num: 4, Filesystem type unknown, partition type 0x82
Partition num: 5, Filesystem type is ext2fs, partition type 0x83
//正常情况下可以查看grub.conf
grub>cat (hd0,0)/boot/grub/grub.conf
.....
.....
.....
.....
//但是我的不能显示,显示的时没有找到文件
//已经试过了cat(hd0,1,2,4,5)都不行
grub> |
|