[quote:93cf2dafbe="hzc1806"]另外,如果我现在换用Grub,该咋办?[/quote]
安装grub,然后编辑/boot/grub/grub.conf,把它改成这样:
default=0
timeout=10
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title Red Hat Linux 9
root (hd0,1)
kernel /boot/vmlinuz-2.4.20-8 ro root=/dev/hdd1
initrd /boot/initrd-2.4.20-8.img
title Windows
rootnoverify (hd0,0)
chainloader +1