如果我把7覆盖掉XP,是不是会影响Grub引导?有什么办法,让重装不影响Grub吗?
我搜到一些重装后修复grub的网页,做法是否可行?
谢谢

输入命令后,会出来UID,复制它,替换字符串bcdedit /create /d "GRUB4DOS" /application bootsector
三个都运行完毕重启就可以在启动菜单显示grub4ods了bcdedit /set 字符串 device partition=C:
bcdedit /set 字符串 path \grldr.mbr
bcdedit /displayorder 字符串 /addlast
你要替换的有:# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
timeout 30
default /default
title Ubuntu9.10
root (hd0,7)
kernel /boot/vmlinuz-2.6.31-17-generic root=/dev/sda8 ro quiet splash
initrd /boot/initrd.img-2.6.31-17-generic
boot
title Ubuntu9.10
root (hd0,7)
kernel /boot/vmlinuz-2.6.31-16-generic root=/dev/sda8 ro quiet splash
initrd /boot/initrd.img-2.6.31-16-generic
boot
title Windows7
rootnoverify (hd0,0)
chainloader +1
boot