- #
- # 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
- insmod ext2
- set root=(hd0,1)
- search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
- if loadfont /grub/unicode.pf2 ; then
- set gfxmode=1280x800
- 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
- set timeout=10
- ### END /etc/grub.d/00_header ###
- ### BEGIN /etc/grub.d/05_debian_theme ###
- set menu_color_normal=white/black
- set menu_color_highlight=black/white
- ### END /etc/grub.d/05_debian_theme ###
- ### BEGIN /etc/grub.d/10_linux ###
- menuentry "Ubuntu, Linux 2.6.31-8-generic" {
- insmod ext2
- set root=(hd0,1)
- search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
- linux /vmlinuz-2.6.31-8-generic root=/dev/mapper/cryptostuff-root ro splash
- initrd /initrd.img-2.6.31-8-generic
- }
- menuentry "Ubuntu, Linux 2.6.31-8-generic (recovery mode)" {
- insmod ext2
- set root=(hd0,1)
- search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
- linux /vmlinuz-2.6.31-8-generic root=/dev/mapper/cryptostuff-root ro single
- initrd /initrd.img-2.6.31-8-generic
- }
- menuentry "Ubuntu, Linux 2.6.31-rc8-hyper1" {
- insmod ext2
- set root=(hd0,1)
- search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
- linux /vmlinuz-2.6.31-rc8-hyper1 root=/dev/mapper/cryptostuff-root ro splash
- initrd /initrd.img-2.6.31-rc8-hyper1
- }
- menuentry "Ubuntu, Linux 2.6.31-rc8-hyper1 (recovery mode)" {
- insmod ext2
- set root=(hd0,1)
- search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
- linux /vmlinuz-2.6.31-rc8-hyper1 root=/dev/mapper/cryptostuff-root ro single
- initrd /initrd.img-2.6.31-rc8-hyper1
- }
- menuentry "Ubuntu, Linux 2.6.31-rc7-hyper1" {
- insmod ext2
- set root=(hd0,1)
- search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
- linux /vmlinuz-2.6.31-rc7-hyper1 root=/dev/mapper/cryptostuff-root ro splash
- initrd /initrd.img-2.6.31-rc7-hyper1
- }
- menuentry "Ubuntu, Linux 2.6.31-rc7-hyper1 (recovery mode)" {
- insmod ext2
- set root=(hd0,1)
- search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
- linux /vmlinuz-2.6.31-rc7-hyper1 root=/dev/mapper/cryptostuff-root ro single
- initrd /initrd.img-2.6.31-rc7-hyper1
- }
- menuentry "Ubuntu, Linux 2.6.31-rc6-hyper1" {
- insmod ext2
- set root=(hd0,1)
- search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
- linux /vmlinuz-2.6.31-rc6-hyper1 root=/dev/mapper/cryptostuff-root ro splash
- initrd /initrd.img-2.6.31-rc6-hyper1
- }
- menuentry "Ubuntu, Linux 2.6.31-rc6-hyper1 (recovery mode)" {
- insmod ext2
- set root=(hd0,1)
- search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
- linux /vmlinuz-2.6.31-rc6-hyper1 root=/dev/mapper/cryptostuff-root ro single
- initrd /initrd.img-2.6.31-rc6-hyper1
- }
- ### END /etc/grub.d/10_linux ###
- ### BEGIN /etc/grub.d/20_memtest86+ ###
- menuentry "Memory test (memtest86+)" {
- linux /memtest86+.bin
- }
- menuentry "Memory test (memtest86+, serial console 115200)" {
- linux /memtest86+.bin console=ttyS0,115200n8
- }
- ### END /etc/grub.d/20_memtest86+ ###
- ### BEGIN /etc/grub.d/30_os-prober ###
- if sleep --verbose --interruptible 3 ; then
- set timeout=0
- fi
- ### END /etc/grub.d/30_os-prober ###
- ### BEGIN /etc/grub.d/40_custom ###
- # This file is an example on how to add custom entries
- ### END /etc/grub.d/40_custom ###
Posted by hyperair on Fri 28 Aug 18:59
report abuse | download | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.