分页: 2 / 2

发表于 : 2007-11-25 13:31
liurun913
不错
学习了
我想问一下是不是装了UBUNTU之后一定会有GRUB呢
可不可以删除这个,变成以前XP启动的那种画面?

发表于 : 2007-11-29 11:38
micarlxm
正解呀,改个0就可以了。很随意的啦。

发表于 : 2008-01-19 13:08
wawapaopao
提示没有权限 “请检查键入位置是否正确 然后重试” 请问这是怎么回事啊?

没有权限要使用sudo

发表于 : 2008-04-11 8:38
masonliu
对menu.lst的修改需要root权限
在语句前面加上sudo:
sudo gedit /boot/grub/menu.lst
可以修改启动背景画面,不再看呢死板板的黑屏了
个性的可以有你的签名。
看我在8.04下关于8.04 fcixt的小帖士
备忘用的,不是教学。
虽然是担任老师,可是不是学计算机的。

发表于 : 2008-05-03 13:08
tolsp
谢谢了!

发表于 : 2008-05-03 13:45
tolsp
谢谢,经过数次尝试终于修改成功了。

发表于 : 2008-05-16 1:34
whendo
两个硬盘都是sata接口的,安装XP是用Ghost安装的,装好后就已经带安装了一健还原,并且是没有接上第二块硬盘,是单硬盘安装的。
Ubuntu情况一样,也是没有接上xp所在盘而独立安装的。两个硬盘其实互不相关的,只是安装好后才一齐接上去的。

经过摸索,发觉在Bois里设置xp所在盘启动时,按上面的方法进入一健,并在设置Ubuntu启动菜单时,是找不到第二块硬盘的,就是说在我看来,那个grub是认不到第二块硬盘。
请问有什么办法可解决吗?要如何设置才能使我的机可以有双启动引导啊?
等待帮忙啊!!

发表于 : 2008-05-16 20:15
itux
安装一个启动管理器就一切ok了,比这个简单方便多了
mac$Lin的说明书里面有很详细的介绍!

发表于 : 2008-05-29 12:16
jimingyong
在你不想看到的那项前面,添加 # 号

# 号是表示后面的语句,都是注释语句,不启用

发表于 : 2008-09-13 11:36
greenwayn
在修改——

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 0

中的“default 0”(红色为笔者所加)时,要注意数清楚,以下是/boot/grub/menu.lst中开机启动项的部分内容:


================================

title Ubuntu, memtest86+
root (hd0,4)
kernel /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1

======================================================

只要是title或者在开机画面中高亮显示的选项都是0-N中的一项。以我的情况为例,装了XP和Ubuntu双系统后,XP的N为6,它的前面有

title Ubuntu hardy , kernel 2.6.24-19-generic
title Ubuntu hardy , kernel 2.6.24-19-generic (recovery)
title Ubuntu hardy , kernel 2.6.24-18-generic
title Ubuntu hardy , kernel 2.6.24-18-generic (recovery)
title Ubuntu hardy , memtest86+
title Other operating systems

注意,default N中的N是从0开始。

发表于 : 2008-09-17 0:26
browndwarf
menu.lst 文件不允许修改怎么回事?