当前位置: 技术问答>linux和unix
双系统启动问题.
来源: 互联网 发布时间:2015-01-18
本文导语: 我原来有一块硬盘装的是windows2000,后来在另一块硬盘上装了linux(安装linux的硬盘设成master,安装2000的硬盘设成了slave),利用grub引导,可以看见linux和windws2000,但是选择windows2000进入后出现 rootnoverity(hd1...
我原来有一块硬盘装的是windows2000,后来在另一块硬盘上装了linux(安装linux的硬盘设成master,安装2000的硬盘设成了slave),利用grub引导,可以看见linux和windws2000,但是选择windows2000进入后出现
rootnoverity(hd1,0)
chinloader +1
然后就不动了.
grub.conf里面的内容如下:
# 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=2
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14smp)
root (hd0,0)
kernel /vmlinuz-2.4.18-14smp ro root=LABEL=/
initrd /initrd-2.4.18-14smp.img
title Red Hat Linux-up (2.4.18-14)
root (hd0,0)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/
initrd /initrd-2.4.18-14.img
title windows2000
rootnoverify (hd1,0)
chainloader +1
大家帮忙呀.我不想在装2000了.多谢!!
rootnoverity(hd1,0)
chinloader +1
然后就不动了.
grub.conf里面的内容如下:
# 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=2
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14smp)
root (hd0,0)
kernel /vmlinuz-2.4.18-14smp ro root=LABEL=/
initrd /initrd-2.4.18-14smp.img
title Red Hat Linux-up (2.4.18-14)
root (hd0,0)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/
initrd /initrd-2.4.18-14.img
title windows2000
rootnoverify (hd1,0)
chainloader +1
大家帮忙呀.我不想在装2000了.多谢!!
|
启动命令用
chainloader (hd1,0)+1
试一下
chainloader (hd1,0)+1
试一下
|
修改你的grub配置文件windows引导部分如下:
title windows2000
map (hd1) (hd0)
rootnoverify (hd0,0)
makeactive
chainloader +1
试试。
title windows2000
map (hd1) (hd0)
rootnoverify (hd0,0)
makeactive
chainloader +1
试试。