我的机器是XP+UBUNTU双系统,引导文件如何修改才能默认XP第一启动项呢?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
hupisha
帖子: 310
注册时间: 2007-03-07 14:56
来自: 山东菏泽成武
联系:

我的机器是XP+UBUNTU双系统,引导文件如何修改才能默认XP第一启动项呢?

#1

帖子 hupisha » 2007-09-29 13:54

代码: 全选

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## 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

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		10

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title		Windows 95/98/NT/2000
# root		(hd0,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd0,1)
# kernel	/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=25ff46c5-4eb9-43d5-b782-f7315b1ce397 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd2,6)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash locale=zh_CN

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## ## End Default Options ##

title		Ubuntu, kernel 2.6.20-16-generic
root		(hd2,6)
kernel		/boot/vmlinuz-2.6.20-16-generic root=UUID=25ff46c5-4eb9-43d5-b782-f7315b1ce397 ro quiet splash locale=zh_CN
initrd		/boot/initrd.img-2.6.20-16-generic
quiet
savedefault

title		Ubuntu, kernel 2.6.20-16-generic (recovery mode)
root		(hd2,6)
kernel		/boot/vmlinuz-2.6.20-16-generic root=UUID=25ff46c5-4eb9-43d5-b782-f7315b1ce397 ro single
initrd		/boot/initrd.img-2.6.20-16-generic

title		Ubuntu, kernel 2.6.20-15-generic
root		(hd2,6)
kernel		/boot/vmlinuz-2.6.20-15-generic root=UUID=25ff46c5-4eb9-43d5-b782-f7315b1ce397 ro quiet splash locale=zh_CN
initrd		/boot/initrd.img-2.6.20-15-generic
quiet
savedefault

title		Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root		(hd2,6)
kernel		/boot/vmlinuz-2.6.20-15-generic root=UUID=25ff46c5-4eb9-43d5-b782-f7315b1ce397 ro single
initrd		/boot/initrd.img-2.6.20-15-generic

title		Ubuntu, memtest86+
root		(hd2,6)
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/hda1
title		Microsoft Windows XP Professional
root		(hd0,0)
savedefault
makeactive
chainloader	+1
谢谢了
bloodsky
帖子: 2
注册时间: 2007-09-28 18:24

#2

帖子 bloodsky » 2007-09-29 14:15

default 0改成
default 6
参见http://forum.ubuntu.org.cn/trackback.php?e=3837
头像
aerowolf
帖子: 1778
注册时间: 2006-02-25 17:09
来自: 西安

#3

帖子 aerowolf » 2007-09-29 14:23

按照2楼的方法即可以,但更新之后又会被改回去。一劳永逸的办法请参考:viewtopic.php?t=34110
祝你好运
hupisha
帖子: 310
注册时间: 2007-03-07 14:56
来自: 山东菏泽成武
联系:

#4

帖子 hupisha » 2007-09-29 14:36

bloodsky 写了:default 0改成
default 6
参见trackback.php?e=3837
谢谢已经修改好了

根据这个viewtopic.php?t=77751

呵呵

我自己找的!
上次由 hupisha 在 2007-09-29 14:37,总共编辑 1 次。
hupisha
帖子: 310
注册时间: 2007-03-07 14:56
来自: 山东菏泽成武
联系:

#5

帖子 hupisha » 2007-09-29 14:37

aerowolf 写了:按照2楼的方法即可以,但更新之后又会被改回去。一劳永逸的办法请参考:viewtopic.php?t=34110
祝你好运
您说的更新是怎么个更新呢?
头像
aerowolf
帖子: 1778
注册时间: 2006-02-25 17:09
来自: 西安

#6

帖子 aerowolf » 2007-09-29 14:43

我所谓更新是指Ubuntu在系统更新(而不是单个软件更新)之后,会改写menu.lst,Grub的默认启动项又会成为Ubuntu。
hupisha
帖子: 310
注册时间: 2007-03-07 14:56
来自: 山东菏泽成武
联系:

#7

帖子 hupisha » 2007-09-29 14:45

aerowolf 写了:我所谓更新是指Ubuntu在系统更新(而不是单个软件更新)之后,会改写menu.lst,Grub的默认启动项又会成为Ubuntu。
哦,是这样阿

等两天就用新办法试一下。
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

#8

帖子 leeaman » 2007-09-29 14:49

aerowolf 写了:我所谓更新是指Ubuntu在系统更新(而不是单个软件更新)之后,会改写menu.lst,Grub的默认启动项又会成为Ubuntu。
好像不是吧,一般是更新了内核,加了启动的条目才改menu.lst,但是menu.lst里面的default x没有改而已吧,7.10的grub有一段时间是把xp的启动项删了,自己加上去就好了
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
bloodsky
帖子: 2
注册时间: 2007-09-28 18:24

#9

帖子 bloodsky » 2007-09-29 20:05

leeaman 写了:
aerowolf 写了:我所谓更新是指Ubuntu在系统更新(而不是单个软件更新)之后,会改写menu.lst,Grub的默认启动项又会成为Ubuntu。
好像不是吧,一般是更新了内核,加了启动的条目才改menu.lst,但是menu.lst里面的default x没有改而已吧,7.10的grub有一段时间是把xp的启动项删了,自己加上去就好了
到底哪个是正确的呢?就7.04而言?
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

#10

帖子 leeaman » 2007-09-29 20:11

default 0
你只要明白这个是定义默认启动的序号,然后去数那个条目,从零开始
title Other operating systems:
root
这个也数上,会自己改就好了,我也不敢说我的是对的
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
dongxin1390008
帖子: 45
注册时间: 2007-06-17 11:14

#11

帖子 dongxin1390008 » 2007-09-30 8:53

有个 最简单的 办法
把那个

代码: 全选

title      Microsoft Windows XP Professional
root      (hd0,0)
savedefault
makeactive
chainloader   +1
放到

代码: 全选


title      Ubuntu, kernel 2.6.20-16-generic
root      (hd2,6)
kernel      /boot/vmlinuz-2.6.20-16-generic root=UUID=25ff46c5-4eb9-43d5-b782-f7315b1ce397 ro quiet splash locale=zh_CN
initrd      /boot/initrd.img-2.6.20-16-generic
quiet
savedefault 
前面去
头像
aerowolf
帖子: 1778
注册时间: 2006-02-25 17:09
来自: 西安

#12

帖子 aerowolf » 2007-09-30 14:37

就7.04而言,我试过我的办法最方便,而且一劳永逸。 :lol:
hupisha
帖子: 310
注册时间: 2007-03-07 14:56
来自: 山东菏泽成武
联系:

#13

帖子 hupisha » 2007-10-17 11:39

aerowolf 写了:就7.04而言,我试过我的办法最方便,而且一劳永逸。 :lol:
确实是这个样子的阿


再次感谢你
回复