[分享]关于双系统启动顺序设定。

启动讨论 grub/grub2/syslinux/grub4dos/Lilo
头像
liurun913
帖子: 22
注册时间: 2007-11-19 11:39

#16

帖子 liurun913 » 2007-11-25 13:31

不错
学习了
我想问一下是不是装了UBUNTU之后一定会有GRUB呢
可不可以删除这个,变成以前XP启动的那种画面?
头像
micarlxm
帖子: 39
注册时间: 2007-11-28 14:56

#17

帖子 micarlxm » 2007-11-29 11:38

正解呀,改个0就可以了。很随意的啦。
wawapaopao
帖子: 14
注册时间: 2007-03-16 15:16

#18

帖子 wawapaopao » 2008-01-19 13:08

提示没有权限 “请检查键入位置是否正确 然后重试” 请问这是怎么回事啊?
头像
masonliu
帖子: 470
注册时间: 2007-04-10 14:51

没有权限要使用sudo

#19

帖子 masonliu » 2008-04-11 8:38

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

#20

帖子 tolsp » 2008-05-03 13:08

谢谢了!
tolsp
帖子: 32
注册时间: 2008-03-25 13:31

#21

帖子 tolsp » 2008-05-03 13:45

谢谢,经过数次尝试终于修改成功了。
whendo
帖子: 32
注册时间: 2008-05-07 19:03
来自: 中国
联系:

#22

帖子 whendo » 2008-05-16 1:34

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

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

#23

帖子 itux » 2008-05-16 20:15

安装一个启动管理器就一切ok了,比这个简单方便多了
mac$Lin的说明书里面有很详细的介绍!
jimingyong
帖子: 5
注册时间: 2008-04-29 13:46
来自: 江苏

#24

帖子 jimingyong » 2008-05-29 12:16

在你不想看到的那项前面,添加 # 号

# 号是表示后面的语句,都是注释语句,不启用
古之立大事者,不惟有超世之才,亦必有坚忍不拔之志
greenwayn
帖子: 1
注册时间: 2007-09-03 9:53

#25

帖子 greenwayn » 2008-09-13 11:36

在修改——

## 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开始。
browndwarf
帖子: 1
注册时间: 2008-07-15 8:52

#26

帖子 browndwarf » 2008-09-17 0:26

menu.lst 文件不允许修改怎么回事?
回复