updated on Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git] / grub2-efi-ubuntu / grub.cfg
blob717e9156f68bf9b004c81bff53412e2503d3390e
2 # DO NOT EDIT THIS FILE
4 # It is automatically generated by grub-mkconfig using templates
5 # from /etc/grub.d and settings from /etc/default/grub
8 ### BEGIN /etc/grub.d/00_header ###
9 insmod part_gpt
10 insmod part_msdos
11 if [ -s $prefix/grubenv ]; then
12   load_env
14 set default="0"
15 if [ "${prev_saved_entry}" ]; then
16   set saved_entry="${prev_saved_entry}"
17   save_env saved_entry
18   set prev_saved_entry=
19   save_env prev_saved_entry
20   set boot_once=true
23 function savedefault {
24   if [ -z "${boot_once}" ]; then
25     saved_entry="${chosen}"
26     save_env saved_entry
27   fi
30 function load_video {
31   insmod vbe
32   insmod vga
33   insmod video_bochs
34   insmod video_cirrus
37 insmod part_msdos
38 insmod ext2
39 set root='(hd0,msdos3)'
40 search --no-floppy --fs-uuid --set=root fb70f55b-e58a-4ac6-af45-19d19cc24d60
41 if loadfont /usr/share/grub/unicode.pf2 ; then
42   set gfxmode=auto
43   load_video
44   insmod gfxterm
45   insmod part_msdos
46   insmod ext2
47   set root='(hd0,msdos3)'
48   search --no-floppy --fs-uuid --set=root fb70f55b-e58a-4ac6-af45-19d19cc24d60
49   set locale_dir=($root)/boot/grub/locale
50   set lang=en_US
51   insmod gettext
53 terminal_input console
54 terminal_output gfxterm
55 set timeout=5
56 ### END /etc/grub.d/00_header ###
58 ### BEGIN /etc/grub.d/10_linux ###
59 menuentry 'Arch Linux, with Linux vmlinuz26-lts' --class archlinux --class gnu-linux --class gnu --class os {
60         load_video
61         set gfxpayload=keep
62         insmod part_msdos
63         insmod ext2
64         set root='(hd0,msdos3)'
65         search --no-floppy --fs-uuid --set=root fb70f55b-e58a-4ac6-af45-19d19cc24d60
66         echo    'Loading Linux vmlinuz26-lts ...'
67         linux   /boot/vmlinuz26-lts root=/dev/disk/by-uuid/fb70f55b-e58a-4ac6-af45-19d19cc24d60 ro  quiet
68         echo    'Loading initial ramdisk ...'
69         initrd  /boot/kernel26-lts.img
71 menuentry 'Arch Linux, with Linux vmlinuz26-lts Fallback' --class archlinux --class gnu-linux --class gnu --class os {
72         load_video
73         set gfxpayload=keep
74         insmod part_msdos
75         insmod ext2
76         set root='(hd0,msdos3)'
77         search --no-floppy --fs-uuid --set=root fb70f55b-e58a-4ac6-af45-19d19cc24d60
78         echo    'Loading Linux vmlinuz26-lts ...Loading Linux Fallback ...'
79         linux   /boot/vmlinuz26-lts root=/dev/disk/by-uuid/fb70f55b-e58a-4ac6-af45-19d19cc24d60 ro  quiet
80         echo    'Loading initial ramdisk ...'
81         initrd  /boot/kernel26-lts-fallback.img
83 menuentry 'Arch Linux, with Linux vmlinuz26' --class archlinux --class gnu-linux --class gnu --class os {
84         load_video
85         set gfxpayload=keep
86         insmod part_msdos
87         insmod ext2
88         set root='(hd0,msdos3)'
89         search --no-floppy --fs-uuid --set=root fb70f55b-e58a-4ac6-af45-19d19cc24d60
90         echo    'Loading Linux vmlinuz26 ...'
91         linux   /boot/vmlinuz26 root=/dev/disk/by-uuid/fb70f55b-e58a-4ac6-af45-19d19cc24d60 ro  quiet
92         echo    'Loading initial ramdisk ...'
93         initrd  /boot/kernel26.img
95 menuentry 'Arch Linux, with Linux vmlinuz26 Fallback' --class archlinux --class gnu-linux --class gnu --class os {
96         load_video
97         set gfxpayload=keep
98         insmod part_msdos
99         insmod ext2
100         set root='(hd0,msdos3)'
101         search --no-floppy --fs-uuid --set=root fb70f55b-e58a-4ac6-af45-19d19cc24d60
102         echo    'Loading Linux vmlinuz26 ...Loading Linux Fallback ...'
103         linux   /boot/vmlinuz26 root=/dev/disk/by-uuid/fb70f55b-e58a-4ac6-af45-19d19cc24d60 ro  quiet
104         echo    'Loading initial ramdisk ...'
105         initrd  /boot/kernel26-fallback.img
107 ### END /etc/grub.d/10_linux ###
109 ### BEGIN /etc/grub.d/20_linux_xen ###
110 ### END /etc/grub.d/20_linux_xen ###
112 ### BEGIN /etc/grub.d/20_memtest86+ ###
113 menuentry "Memory test (memtest86+)" --class memtest86 --class gnu --class tool {
114   insmod part_msdos
115   insmod ext2
116   set root='(hd0,msdos3)'
117   search --no-floppy --fs-uuid --set=root fb70f55b-e58a-4ac6-af45-19d19cc24d60
118   linux16 ($root)/boot/memtest86+/memtest.bin
120 ### END /etc/grub.d/20_memtest86+ ###
122 ### BEGIN /etc/grub.d/30_os-prober ###
123 ### END /etc/grub.d/30_os-prober ###
125 ### BEGIN /etc/grub.d/40_custom ###
126 # This file provides an easy way to add custom menu entries.  Simply type the
127 # menu entries you want to add after this comment.  Be careful not to change
128 # the 'exec tail' line above.
129 ### END /etc/grub.d/40_custom ###
131 ### BEGIN /etc/grub.d/41_custom ###
132 if [ -f  $prefix/custom.cfg ]; then
133   source $prefix/custom.cfg;
135 ### END /etc/grub.d/41_custom ###