|
|
ubuntu + windows双系统,现在menu.lst启动windows的命令是:
- title Microsoft Windows XP Professional
- root (hd0,0)
- savedefault
- makeactive
- chainloader +1
复制代码
可以进ubuntu但是启动不了winodws。grub显示了上述命令就停在那里了。
我直接进grub命令行
root (hd0,<tab>看到的列表是没错的,0就是winodws所在在分区。
- grub> root (hd0,
- Possible partitions are:
- Partition num: 0, Filesystem type unknown, partition type 0x7
- Partition num: 2, Filesystem type is ext2fs, partition type 0x83
- Partition num: 3, Filesystem type is ext2fs, partition type 0x83
- 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 0x7
- Partition num: 8, Filesystem type unknown, partition type 0x7
- Partition num: 9, Filesystem type unknown, partition type 0x7
- Partition num: 10, Filesystem type unknown, partition type 0x82
复制代码
把/dev/hda1 mount进来,看到这块分区是没有问题的,就是我的windows分区,而且文件都可以正常读取,就是grub不能引导。
然后再进grub命令行执行了setup (hd0),还是不行……
请大家指教一下…… |
|