dengguangjing 发表于 2006-6-23 19:16:24

请教grub

我的grub.conf如下
//////////
default=1
timeout=5
splashimage=(hd0,5)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.11-1.1369_FC4)
        root (hd0,5)
        kernel /boot/vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/
        initrd /boot/initrd-2.6.11-1.1369_FC4.img
title Micosoft XP
        root (hd0,0)
        chainloader +1
//////////////////
现在能进linux,但是进入windows,延时5秒以后又进入延时,却进不了windows
请高手指教.
分区是这样的:
   Partition num: 0,Filesystem type unknown, partition type 0x7
   Partition num: 4,Filesystem type unknown, partition type 0x7
   Partition num: 5,Filesystem type is ext2fs, partition type 0x83
   Partition num: 6,Filesystem type unknown, partition type 0x82
   Partition num: 7,Filesystem type unknown, partition type 0x7
   Partition num: 8,Filesystem type unknown, partition type 0x7
   Partition num: 9,Filesystem type is fat, partition type 0xb

bluebinary 发表于 2006-6-23 19:29:27


title Micosoft XP
root (hd0,0)
chainloader +1

再加上
makeactive
试试

月下刀客 发表于 2006-6-23 19:31:55

win装在哪个分区了

bluebinary 发表于 2006-6-23 19:33:17

你确定XP是装在第一个分区里吗?

npcomet 发表于 2006-6-23 20:07:04

Re: 请教grub


//////////////////
现在能进linux,但是进入windows,延时5秒以后又进入延时,却进不了windows

到这里没有grub什么事情了吧?
启动权已经交给windows了
页: [1]
查看完整版本: 请教grub