# menu.lst - See: grub(

, info grub, update-grub(

# grub-install(

, grub-floppy(

,
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-legacy-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 use 'savedefault' 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
#
# 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
## ## End Default Options ##
title Ubuntu 10.04.1 LTS, kernel 2.6.32-24-generic-pae
uuid 9a1a5bfb-977f-4c26-99ac-766f61455114
kernel /boot/vmlinuz-2.6.32-24-generic-pae root=UUID=9a1a5bfb-977f-4c26-99ac-766f61455114 ro quiet splash
initrd /boot/initrd.img-2.6.32-24-generic-pae
quiet
title Ubuntu 10.04.1 LTS, kernel 2.6.32-24-generic-pae (recovery mode)
uuid 9a1a5bfb-977f-4c26-99ac-766f61455114
kernel /boot/vmlinuz-2.6.32-24-generic-pae root=UUID=9a1a5bfb-977f-4c26-99ac-766f61455114 ro single
initrd /boot/initrd.img-2.6.32-24-generic-pae
title Chainload into GRUB 2
root 9a1a5bfb-977f-4c26-99ac-766f61455114
kernel /boot/grub/core.img
title Ubuntu 10.04.1 LTS, memtest86+
uuid 9a1a5bfb-977f-4c26-99ac-766f61455114
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
#windows
title Windows
root (hd0,0)
makeactive
chainloader +1
quit