# # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### set default=0 set timeout=5 set root=(hd0,5) search --no-floppy --fs-uuid --set 3b55fee7-68e8-4f0d-8111-f02670c58422 if loadfont /usr/share/grub/ascii.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 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### set menu_color_normal=cyan/blue set menu_color_highlight=white/blue ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry "Ubuntu, Linux 2.6.31-3-generic" { set root=(hd0,5) search --no-floppy --fs-uuid --set 3b55fee7-68e8-4f0d-8111-f02670c58422 linux /boot/vmlinuz-2.6.31-3-generic root=UUID=3b55fee7-68e8-4f0d-8111-f02670c58422 ro quiet splash initrd /boot/initrd.img-2.6.31-3-generic } menuentry "Ubuntu, Linux 2.6.31-3-generic (recovery mode)" { set root=(hd0,5) search --no-floppy --fs-uuid --set 3b55fee7-68e8-4f0d-8111-f02670c58422 linux /boot/vmlinuz-2.6.31-3-generic root=UUID=3b55fee7-68e8-4f0d-8111-f02670c58422 ro single initrd /boot/initrd.img-2.6.31-3-generic } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { linux /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { linux /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Microsoft Windows XP Professional (on /dev/sda1)" { set root=(hd0,1) search --no-floppy --fs-uuid --set 5a40b4ee84924782 drivemap -s (hd0) ${root} chainloader +1 } ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/30_otheros ### # This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 menuentry "Microsoft Windows XP Professional" { set root=(hd0,1) search --no-floppy --fs-uuid --set 5a40b4ee84924782 drivemap -s (hd0) $root chainloader +1 } ### END /etc/grub.d/30_otheros ### ### BEGIN /etc/grub.d/40_custom ### # This file is an example on how to add custom entries ### END /etc/grub.d/40_custom ###