| 
 | 
 
我在主硬盘上装了rh8 ,在从盘上装了Windows 2000 ,grub.conf是这样的: 
[code:1] 
default=0 
timeout=10 
splashimage=(hd0,0)/boot/grub/splash.xpm.gz 
title Red Hat Linux (2.4.20) 
        root (hd0,0) 
        kernel /boot/vmlinuz-2.4.20 ro root=LABEL=/ 
        initrd /boot/initrd-2.4.20.img 
title Red Hat Linux (2.4.18-14) 
        root (hd0,0) 
        kernel /boot/vmlinuz-2.4.18-14 ro root=LABEL=/ 
        initrd /boot/initrd-2.4.18-14.img 
title Microsoft Windows Advance Server 
        rootnoverify (hd1,0) 
        chainloader +1 
[/code:1] 
但是不能引导windows,谁能帮我看看啊,谢谢了 |   
 
 
 
 |