linux,win双系统设置默认启动XP

双系统设置默认启动XP
先备份:sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup
修改启动菜单:sudo gedit /boot/grub/menu.lst
修改中间的 default 0
你想进入的OS 位于第几项 就把0改为几就可以了。(记住项数是从0开始算起的)
for example:
假设menu.lst菜单如下:
default 0  (在menu.lst 中间,认真点找)
timeout 10  (此处是你设置的开机选择系统时间)
gfxmenu (hd0,2)/boot/message.mint
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.20-16-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=31ef2f9a-d93c-4533- 94c7- 223f69a184e6 ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
boot
title Debian GNU/Linux, kernel 2.6.20-16-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=31ef2f9a-d93c-4533- 94c7-223f69a184e6 ro single
initrd /boot/initrd.img-2.6.20-16-generic
boot
title Debian GNU/Linux, kernel memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
boot
### 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 Windows XP
root (hd0,0)
savedefault
makeactive
chainloader +1
假如你想把win xp作为默认的操作系统,那就把default 0改为 default 4 即可。
注意:
title Other operating systems:
也是算一个操作系统的哦
 
转自: [url]http://blog.chinaunix.net/u1/45751/showart_417139.html[/url]

你可能感兴趣的:(linux,职场,系统,休闲)