|
系统用的是RH9,引导程序为grub,默认配置如附录2,但起动xp时却提示双引号内的内容然后系统停机:
"
chainloader+1
rootnoverify(hd1.0)
"
主硬盘(富士通10g)上装的是liunx(ext3格式),从硬盘(西捷40g)上装的是xp,但c盘用的是ntfs的格式,(是不是这个原因呢?)
反正起动不了,请兄弟姐妹们给个解决方案,不然每次我要启动另个系统的时候都要到bios里面设置从那块硬盘起动
不爽啊!
下面附录1是安一本书吧原来xp的那几行替换了,结果出现双引号内的内容,奈何啊?
"
(hd1,0)
files system type unknown
partion type 0x7
make active
"
"附录1:
1:root (hd1,0)
2:makeactive
3:chainloader +1
附录2:
# 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/hda2
# initrd /initrd-version.img
#boot=/dev/hda
default=1
#default Red Hat Linux (2.4.20-
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-
root (hd0,0)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
title Windows XP professional
rootnoverify (hd1,0)
chainloader +1
另外请问dd if=/dev/hda of=/boot/grub.link bs=512 count=1
地得到的是乱码,对吗? |
|