#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
set default="${saved_entry}"
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
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
insmod vbe
insmod vga
}
insmod part_msdos
insmod ntfs
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set 9ece09d5-d9a0-409b-acf3-73dbce4270ee
set locale_dir=($root)/grub/locale
set lang=de
insmod gettext
if [ "${recordfail}" = 1 ]; then
set timeout=-1
else
set timeout=3
fi
### END /etc/grub.d/00_header ###
set menu_color_normal=red/black
set menu_color_highlight=yellow/magenta
menuentry "Linux Mint 10 (Julia) /dev/sda1, boot /dev/sda3" {
savedefault
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set 9ece09d5-d9a0-409b-acf3-73dbce4270ee
linux /vmlinuz-2.6.35-22-generic root=/dev/disk/by-uuid/288c8416-5dc1-44aa-ab5d-a1311828c002
initrd /initrd.img-2.6.35-22-generic
}
menuentry 'Linux Mint 10 (Julia) /dev/sdb6, boot /dev/sdb1' --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
savedefault
insmod part_msdos
insmod ntfs
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set ba381ff8381fb1fd
linux /vmlinuz-2.6.38-02063801-generic root=/dev/disk/by-uuid/e69f1958-5f62-41d3-9e14-7e45920b539b
initrd /initrd.img-2.6.38-02063801-generic
}
menuentry "Linux Mint 10 (Julia) /dev/sda1, boot /dev/sda3, recovery mode" {
savedefault
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set 9ece09d5-d9a0-409b-acf3-73dbce4270ee
linux /vmlinuz-2.6.35-22-generic root=/dev/disk/by-uuid/288c8416-5dc1-44aa-ab5d-a1311828c002 ro single
initrd /initrd.img-2.6.35-22-generic
}
menuentry 'Linux Mint 10 (Julia) /dev/sdb6, boot /dev/sdb1 recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
savedefault
insmod part_msdos
insmod ntfs
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set ba381ff8381fb1fd
echo 'Loading Linux 2.6.38-02063801-generic ...'
linux /vmlinuz-2.6.38-02063801-generic root=/dev/disk/by-uuid/7e69f1958-5f62-41d3-9e14-7e45920b539b ro single
echo 'Loading initial ramdisk ...'
initrd /initrd.img-2.6.38-02063801-generic
}
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set 9ece09d5-d9a0-409b-acf3-73dbce4270ee
linux16 /memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set 9ece09d5-d9a0-409b-acf3-73dbce4270ee
linux16 /memtest86+.bin console=ttyS0,115200n8
}
menuentry "Microsoft Windows 2000 Professional (/dev/sdb1)" {
savedefault
insmod part_msdos
insmod ntfs
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set 9ece09d5-d9a0-409b-acf3-73dbce4270ee
drivemap -s (hd0) ${root}
chainloader +1
}
### BEGIN /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 /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###