|
我的系统本来装了win2003和xp,在空余空间装了rhel5后,重启,直接进入rhel5了,没出现windows菜单,用win安装盘重新引启导后,出现了windows菜单,但rhel的菜单没了 我在win下面装了wingrub后,不懂配置,重启后出现了grub菜单,但进去后是空的(有一行菜单,点击后又退回去了),推想可能在grub配置下能解决
我是这样装的,在电脑上共分了c,d,e三个区,还剩了15个G空间,我装rhel时选的在空余空间上装,可能就是在这15G上装的
现在我的机器启动时又只有windows操作系统的选项了(含一个grub菜单),我是初学者,如谁能指点下能给出在wingrub里的详细的语句吗,现在我的menu.lst的内容如下:
1、 指点下在哪加什么内容?
2、 加完后是否保存menu.lst后重启就行了?
Menu.lst
# 禁止修改或删除本文件,否则"一键GHOST"将无法使用
# Don't edit or delete this file, otherwise "1KEY GHOST" is not used.
# 葛明阳 制作
# MADE BY GMY
# DOS之家
# http://doshome.com
timeout 0
default 0
#foreground E0E0E0
#background 505050
#gfxmenu /boot/ghos/grub_chs.msg
#fontfile /boot/ghos/fonts
#splashimage /boot/ghos/black.xpm
password --md5 $1$7$CiueUGxatxEg3ubyHriXN0
title 1KEY GHOST v8.3
# MODE1
clear
#password
map --mem /boot/ghos/ghost83.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
# MODE2
#kernel /boot/ghos/memdisk
#initrd /boot/ghos/ghost83.img
#plus
#plus-end |
|