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 ###
11 if [ -s $prefix/grubenv ]; then
15 if [ "${prev_saved_entry}" ]; then
16 set saved_entry="${prev_saved_entry}"
19 save_env prev_saved_entry
23 function savedefault {
24 if [ -z "${boot_once}" ]; then
25 saved_entry="${chosen}"
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
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
53 terminal_input console
54 terminal_output gfxterm
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 {
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 {
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 {
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 {
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 {
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 ###