## 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=0insmod ext2set root=(hd0,1)search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55if loadfont /grub/unifont.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 fifiset timeout=5### END /etc/grub.d/00_header ###### BEGIN /etc/grub.d/10_linux ###menuentry "GNU/Linux, with Linux 2.6.35.3" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55 linux /vmlinuz-2.6.35.3 root=/dev/sda3 ro}menuentry "GNU/Linux, with Linux 2.6.35.3 (recovery mode)" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55 linux /vmlinuz-2.6.35.3 root=/dev/sda3 ro single}menuentry "GNU/Linux, with Linux 2.6.34" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55 linux /vmlinuz-2.6.34 root=/dev/sda3 ro}menuentry "GNU/Linux, with Linux 2.6.34 (recovery mode)" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55 linux /vmlinuz-2.6.34 root=/dev/sda3 ro single}menuentry "GNU/Linux, with Linux 2.6.33.2" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55 linux /vmlinuz-2.6.33.2 root=/dev/sda3 ro}menuentry "GNU/Linux, with Linux 2.6.33.2 (recovery mode)" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55 linux /vmlinuz-2.6.33.2 root=/dev/sda3 ro single}menuentry "GNU/Linux, with Linux 2.6.32.12-bfs313" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55 linux /vmlinuz-2.6.32.12-bfs313 root=/dev/sda3 ro}menuentry "GNU/Linux, with Linux 2.6.32.12-bfs313 (recovery mode)" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55 linux /vmlinuz-2.6.32.12-bfs313 root=/dev/sda3 ro single}menuentry "GNU/Linux, with Linux 2.6.32.12" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55 linux /vmlinuz-2.6.32.12 root=/dev/sda3 ro}menuentry "GNU/Linux, with Linux 2.6.32.12 (recovery mode)" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55 linux /vmlinuz-2.6.32.12 root=/dev/sda3 ro single}menuentry "GNU/Linux, with Linux 2.6.32.11-bfs313" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55 linux /vmlinuz-2.6.32.11-bfs313 root=/dev/sda3 ro}menuentry "GNU/Linux, with Linux 2.6.32.11-bfs313 (recovery mode)" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55 linux /vmlinuz-2.6.32.11-bfs313 root=/dev/sda3 ro single}menuentry "GNU/Linux, with Linux 2.6.32.11" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55 linux /vmlinuz-2.6.32.11 root=/dev/sda3 ro}menuentry "GNU/Linux, with Linux 2.6.32.11 (recovery mode)" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 6dcc214f-710c-44eb-9801-5e8c4e8a2d55 linux /vmlinuz-2.6.32.11 root=/dev/sda3 ro single}### END /etc/grub.d/10_linux ###### BEGIN /etc/grub.d/30_os-prober ###### END /etc/grub.d/30_os-prober ###### 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 ###