# # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/grub-mkconfig using templates # from and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### set default=0 set timeout=5 set root=(hd0,5) search --fs-uuid --set 7bd77a71-cddf-48b7-b180-65f73a32e777 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.30-9-generic" { set root=(hd0,5) search --fs-uuid --set 7bd77a71-cddf-48b7-b180-65f73a32e777 linux /boot/vmlinuz-2.6.30-9-generic root=UUID=7bd77a71-cddf-48b7-b180-65f73a32e777 ro quiet splash initrd /boot/initrd.img-2.6.30-9-generic } menuentry "Ubuntu, linux 2.6.30-9-generic (recovery mode)" { set root=(hd0,5) search --fs-uuid --set 7bd77a71-cddf-48b7-b180-65f73a32e777 linux /boot/vmlinuz-2.6.30-9-generic root=UUID=7bd77a71-cddf-48b7-b180-65f73a32e777 ro single initrd /boot/initrd.img-2.6.30-9-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 ### ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/30_otheros ### # This entry automatically added by the Debian installer for an existing # linux installation on /dev/sda1. menuentry "Ubuntu 9.04, kernel 2.6.28-13-generic (on /dev/sda1)" { set root=(hd0,0) linux /boot/vmlinuz-2.6.28-13-generic root=UUID=a400a921-79c2-4d26-a5ab-96fbec8c5af1 ro quiet splash initrd /boot/initrd.img-2.6.28-13-generic } # This entry automatically added by the Debian installer for an existing # linux installation on /dev/sda1. menuentry "Ubuntu 9.04, kernel 2.6.28-13-generic (recovery mode) (on /dev/sda1)" { set root=(hd0,0) linux /boot/vmlinuz-2.6.28-13-generic root=UUID=a400a921-79c2-4d26-a5ab-96fbec8c5af1 ro single initrd /boot/initrd.img-2.6.28-13-generic } # This entry automatically added by the Debian installer for an existing # linux installation on /dev/sda1. menuentry "Ubuntu 9.04, kernel 2.6.28-12-generic (on /dev/sda1)" { set root=(hd0,0) linux /boot/vmlinuz-2.6.28-12-generic root=UUID=a400a921-79c2-4d26-a5ab-96fbec8c5af1 ro quiet splash initrd /boot/initrd.img-2.6.28-12-generic } # This entry automatically added by the Debian installer for an existing # linux installation on /dev/sda1. menuentry "Ubuntu 9.04, kernel 2.6.28-12-generic (recovery mode) (on /dev/sda1)" { set root=(hd0,0) linux /boot/vmlinuz-2.6.28-12-generic root=UUID=a400a921-79c2-4d26-a5ab-96fbec8c5af1 ro single initrd /boot/initrd.img-2.6.28-12-generic } # This entry automatically added by the Debian installer for an existing # linux installation on /dev/sda1. menuentry "Ubuntu 9.04, kernel 2.6.28-11-generic (on /dev/sda1)" { set root=(hd0,0) linux /boot/vmlinuz-2.6.28-11-generic root=UUID=a400a921-79c2-4d26-a5ab-96fbec8c5af1 ro quiet splash initrd /boot/initrd.img-2.6.28-11-generic } # This entry automatically added by the Debian installer for an existing # linux installation on /dev/sda1. menuentry "Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode) (on /dev/sda1)" { set root=(hd0,0) linux /boot/vmlinuz-2.6.28-11-generic root=UUID=a400a921-79c2-4d26-a5ab-96fbec8c5af1 ro single initrd /boot/initrd.img-2.6.28-11-generic } # This entry automatically added by the Debian installer for an existing # linux installation on /dev/sda1. menuentry "Ubuntu 9.04, memtest86+ (on /dev/sda1)" { set root=(hd0,0) linux /boot/memtest86+.bin } ### 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 ###