ÎÒ×°ÁËÁ½¸ö²Ù×÷ϵͳ,LinuxºÍwindows XP. ĬÈÏÊÇLinuxÆô¶¯,ͨ¹ýÏÂÃæµÄ²Ù×÷¿É°Ñwindows XP¸ÄΪĬÈÏÆô¶¯ÏµÍ³
Æô¶¯ubuntuºó£¬ÊäÈ룺sudo gedit /boot/grub/menu.lst
È»ºóÕÒµ½¡¡default 0
È»ºóÍùÏ¿´£¬ÕÒÄãÏëĬÈÏÆô¶¯µÄ²Ù×÷ϵͳ£¡ÐÞ¸Ädefault ºóÃæµÄÊý×Ö£¬0¶ÔÓ¦µÚÒ»¸ö£¬1¶ÔÓ¦µÚ¶þ¸ö£¬ÒÀ´ÎÍùÏ£¡ÒÔÏÂÊÇÎÒµÄmenu.lst
ĬÈÏÊÇubuntu£¡°Ñ0¸ÄΪ4¾Í¿ÉÒÔÁË£¡
# 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'.
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)
## ## End Default Options #www.gprs5.com#
£¨£¨£¨£¨£¨£¨£¨£¨£¨£¨ÓɴοªÊ¼ÎªÒÀ´ÎµÄ²Ù×÷ϵͳÆô¶¯ÁÐ±í£¡£©£©
title Ubuntu, kernel 2.6.12-9-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.12-9-386 root=/dev/hda3 ro quiet splash
initrd /boot/initrd.img-2.6.12-9-386
savedefault
boot
title Ubuntu, kernel 2.6.12-9-386 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.12-9-386 root=/dev/hda3 ro single
initrd /boot/initrd.img-2.6.12-9-386
boot
title Ubuntu, 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
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
# ones.

