# # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/update-grub using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### set default=0 set timeout=5 insmod lvm set root=(vg0-usr) search --fs-uuid --set f666a00e-a6a1-4a56-9a0b-1027a6e8ef5c if font /share/grub/ascii.pff ; then set gfxmode=640x480 insmod gfxterm insmod vbe terminal gfxterm fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### set root=(hd0,3) search --fs-uuid --set 9c8d57ba-0c12-4906-8ac6-2cb7a9543e0d insmod png if background_image /grub/moreblue-orbit-grub.png ; then set color_normal=black/black set color_highlight=magenta/black else set menu_color_normal=cyan/blue set menu_color_highlight=white/blue fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_hurd ### ### END /etc/grub.d/10_hurd ### ### BEGIN /etc/grub.d/10_linux ### set root=(hd0,3) search --fs-uuid --set 9c8d57ba-0c12-4906-8ac6-2cb7a9543e0d menuentry "Debian GNU/Linux, linux 2.6.28-melech" { linux /vmlinuz-2.6.28-melech root=/dev/mapper/vg0-root_crypt ro fbcon=scrollback:64k libata.atapi_enabled=1 nosplash vga=792 initrd /initrd.img-2.6.28-melech } menuentry "Debian GNU/Linux, linux 2.6.28-melech (single-user mode)" { linux /vmlinuz-2.6.28-melech root=/dev/mapper/vg0-root_crypt ro single fbcon=scrollback:64k libata.atapi_enabled=1 nosplash vga=792 initrd /initrd.img-2.6.28-melech } menuentry "Debian GNU/Linux, linux 2.6.27.10-melech" { linux /vmlinuz-2.6.27.10-melech root=/dev/mapper/vg0-root_crypt ro fbcon=scrollback:64k libata.atapi_enabled=1 nosplash vga=792 initrd /initrd.img-2.6.27.10-melech } menuentry "Debian GNU/Linux, linux 2.6.27.10-melech (single-user mode)" { linux /vmlinuz-2.6.27.10-melech root=/dev/mapper/vg0-root_crypt ro single fbcon=scrollback:64k libata.atapi_enabled=1 nosplash vga=792 initrd /initrd.img-2.6.27.10-melech } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { linux /memtest86+.bin } ### 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 a non-linux OS # on /dev/sda1 menuentry "Microsoft Windows XP Professional" { set root=(hd0,0) chainloader +1 } # This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda2 menuentry "ThinkPad rescue" { set root=(hd0,1) 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 ###