|
我原来在一个单独的硬盘装上Red Hat 后,把硬盘放到另一个装有window_xp的电脑上形成双硬盘(第一硬盘设置为安装windows的硬盘),然后下载grub4dos,将grldr文件复制到c:\,去掉c:\boot.ini的只读属性,然后在boot.ini的最后面加一行c:\grldr="GRUB FOR DOS"。再将grub4dos目录下的grldr.mbr和menu.lst拷贝到C:\根目录,编辑menu.list
如下:
color blue/green yellow/red white/magenta white/magenta
timeout 30
default /default
title Red Hat Enterprise Linux Server (2.6.18-164.el5)
root (hd1,0)
kernel /vmlinuz-2.6.18-164.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-164.el5.img
title windows xp
# rootnoverify (hd0,0)
root (hd0,0)
makeactive
chainloader +1
这样启动一切正常,能进入windows和linux系统。
======================================
既然上面的方法都没问题,那么我在公司的电脑也照上面这样操作:我在公司的windows7电脑上增加了一块硬盘(这块硬盘之前单独装过ubunto10.10),这样又形成双硬盘,把装windows的硬盘设为第一硬盘,然后把c盘根目录下的bootmgr改名为bootmgr8,将grldr改名为grldr8,随后再将grub4dos目录下的grldr和menu.lst拷贝到C:\根目录,并将grldr改名为grldr8,编辑menu.lst如下:
# 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.
color blue/green yellow/red white/magenta white/magenta
timeout 30
default /default
title ubuntu 10.10
root (hd1,0)
kernel /vmlinuz-2.6.18-164.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-164.el5.img
title windows7
# rootnoverify (hd0,0)
root (hd0,0)
makeactive
chainloader +1
重启后能看到grub的启动菜单,能进入windows7,但是进不了unbuntu,请问怎么解决???
我想应该是我上面红色字体的地方写错了:
那应该怎么写呢?请指点,谢谢!
[ 本帖最后由 2010_like 于 2011-2-18 10:13 编辑 ] |
|