Generating grub.cfg ...
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/local/sbin/grub-mkconfig using templates
# from /usr/local/etc/grub.d and settings from /usr/local/etc/default/grub
#
### BEGIN /usr/local/etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
set saved_entry=${prev_saved_entry}
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
fi
}
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 58b73660-b20a-48ba-9e3c-f262e11ca3d6
if loadfont /boot/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 58b73660-b20a-48ba-9e3c-f262e11ca3d6
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
set timeout=5
### END /usr/local/etc/grub.d/00_header ###
### BEGIN /usr/local/etc/grub.d/10_linux ###
Found linux image: /boot/vmlinuz-2.6.32-23-generic
Found initrd image: /boot/initrd.img-2.6.32-23-generic
menuentry "GNU/Linux, with Linux 2.6.32-23-generic" --class gnu-linux --class gnu --class os {
set gfxpayload=keep
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 58b73660-b20a-48ba-9e3c-f262e11ca3d6
echo Loading Linux 2.6.32-23-generic ...
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=58b73660-b20a-48ba-9e3c-f262e11ca3d6 ro
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32-23-generic
}
menuentry "GNU/Linux, with Linux 2.6.32-23-generic (recovery mode)" --class gnu-linux --class gnu --class os {
set gfxpayload=keep
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 58b73660-b20a-48ba-9e3c-f262e11ca3d6
echo Loading Linux 2.6.32-23-generic ...
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=58b73660-b20a-48ba-9e3c-f262e11ca3d6 ro single
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32-23-generic
}
Found linux image: /boot/vmlinuz-2.6.32-21-generic
Found initrd image: /boot/initrd.img-2.6.32-21-generic
menuentry "GNU/Linux, with Linux 2.6.32-21-generic" --class gnu-linux --class gnu --class os {
set gfxpayload=keep
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 58b73660-b20a-48ba-9e3c-f262e11ca3d6
echo Loading Linux 2.6.32-21-generic ...
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=58b73660-b20a-48ba-9e3c-f262e11ca3d6 ro
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32-21-generic
}
menuentry "GNU/Linux, with Linux 2.6.32-21-generic (recovery mode)" --class gnu-linux --class gnu --class os {
set gfxpayload=keep
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 58b73660-b20a-48ba-9e3c-f262e11ca3d6
echo Loading Linux 2.6.32-21-generic ...
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=58b73660-b20a-48ba-9e3c-f262e11ca3d6 ro single
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32-21-generic
}
### END /usr/local/etc/grub.d/10_linux ###
### BEGIN /usr/local/etc/grub.d/30_os-prober ###
Found Windows 7 (loader) on /dev/sda1
menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 02b4c9f1b4c9e6ef
chainloader +1
}
### END /usr/local/etc/grub.d/30_os-prober ###
### BEGIN /usr/local/etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /usr/local/etc/grub.d/40_custom ###
done