修复wingrub

来源:百度知道 编辑:UC知道 时间:2024/06/03 01:24:06
我的电脑装了XP和FC6双系统,FC6是在XP后硬盘安装。用的是wingrub引导。有次系统开机提示windows的system启动有问题,无法启动,但是FC6可以正常启动。后来用XP盘修复引导后,XP能够正常进入,但是FC6无法进入,而且GRUB也进不了命令行。wingrub重装也不行,现在想重装FC6都不可以。从FC6提取的grub.conf内容如下:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,9)
# kernel /boot/vmlinuz-version ro root=/dev/sda10
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,9)/boot/grub/splash.xpm.gz
hiddenmenu
password --md5 $1$0UBBRgF5$PM6Ilyv9AW30dUtNH/nyF1
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,9)
kernel /boot/vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-1.2798.fc6.img
title Windows' XP
rootnoverify (hd0,0)
chain

装完linux以后再装windows,一般GRUB都会被覆盖掉,你可以有几个选择

1. 把GRUB装在MBR,备分,装完windows以后恢复MBR,再编辑GRUB,新建一项指向新安装的windows

2. 装完windows以后重新安装GRUB,可以利用WinGRUB等

3. 装完windows以后利用linux安装盘修复MBR,重装GRUB

这你可能需要再查一下有个多系统安装的东西,尤其是GRUB修复