学习型 ASP/PHP/ASP.NET 主机 30元/年全能 ASP/PHP/ASP.NET 主机,支持月付专业 MSSQL 数据库空间,支持月付专业 MySQL 数据库空间,支持月付
发新话题
打印

[求助]多系统问题(GRUB&linux)

[求助]多系统问题(GRUB&linux)

有使用过BOOTSTAR引导操作系统的朋友么?我遇到些问题。
1.我本打算用BOOTSTAR引导3个系统的 ,安装了WINXP和 WIN2000后都没问题;后来安装LINUX后,我选择了GRUB引导,这时MBR被改写了,我再回到DOS状态下运行BOOTSTAR时,发现BOOTSTAR启动错误,不能重新接管LINUX系统,这下该怎么办呢?我没有备份BOOTSTAR的镜像表,打算将错就错吧,但是不知道怎样用GRUB来重新接管原来的WINXP和 WIN2000。谁使用过的指导一下好么?谢谢

[此贴子已经被作者于2006-12-11 13:41:39编辑过]

TOP

用dos
fdisk /mbr

win32汇编
病毒 加密
目前兴趣所在

TOP

我也有这样的问题啊,顶上去

TOP

在linux下的/boot/grub/menu.lst中添加win的部分

TOP

下面是我的menu.lst文件,你可以参考一下.


[root@NetAdmin /]# cat /boot/grub/menu.lst
# 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,2)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,2)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23-0.214.rc8.git2.fc8)
root (hd0,2)
kernel /vmlinuz-2.6.23-0.214.rc8.git2.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet vga=791
initrd /initrd-2.6.23-0.214.rc8.git2.fc8.img

title winxp
rootnoverify (hd0,0)
chainloader +1


TOP

发新话题