|
|
以前装有的系统是RH AS3和Win98(两者都能正常启动),刚才安装Windows XP后,在GRUB里设计了选项还是不能启动XP!
- # grub.conf generated by anaconda
- #
- # Note that you do not have to rerun grub after making changes to this file
- # NOTICE: You have a /boot partition. This means that
- # all kernel and initrd paths are relative to /boot/, eg.
- # root (hd0,0)
- # kernel /vmlinuz-version ro root=/dev/hda7
- # initrd /initrd-version.img
- #boot=/dev/hda1
- default=1
- timeout=2
- splashimage=(hd0,0)/grub/splash.xpm.gz
- title Red Hat Enterprise Linux AS U2 (2.4.21-15.EL)
- root (hd0,0)
- kernel /vmlinuz-2.4.21-15.EL ro root=LABEL=/ vga=0x303
- initrd /initrd-2.4.21-15.EL.img
- title Windows 98
- rootnoverify (hd0,1)
- chainloader +1
- title Windows XP
- rootnoverify (hd0,7)
- chainloader +1
复制代码
XP装在分区8! |
|