# # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/grub2-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then load_env fi set default="0" if [ ${prev_saved_entry} ]; then set saved_entry=${prev_saved_entry} save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z ${boot_once} ]; then saved_entry=${chosen} save_env saved_entry fi } insmod ext2 search --no-floppy --label --set 2010_1_64_root if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto 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 insmod ext2 search --no-floppy --label --set 2010_1_64_root set locale_dir=($root)/boot/grub2/locale set lang=en insmod gettext set timeout=5 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/10_linux ### menuentry "Mandriva GNU/Linux, with Linux 2.6.33.7-desktop-69mib" --class mandriva --class gnu-linux --class gnu --class os { set gfxpayload=keep insmod ext2 search --no-floppy --label --set 2010_1_64_root echo Loading Linux 2.6.33.7-desktop-69mib ... linux /boot/vmlinuz-2.6.33.7-desktop-69mib root=LABEL=2010_1_64_root ro splash=verbose echo Loading initial ramdisk ... initrd /boot/initrd-2.6.33.7-desktop-69mib.img } menuentry "Mandriva GNU/Linux, with Linux 2.6.33.7-desktop-2mnb" --class mandriva --class gnu-linux --class gnu --class os { set gfxpayload=keep insmod ext2 search --no-floppy --label --set 2010_1_64_root echo Loading Linux 2.6.33.7-desktop-2mnb ... linux /boot/vmlinuz-2.6.33.7-desktop-2mnb root=LABEL=2010_1_64_root ro splash=verbose echo Loading initial ramdisk ... initrd /boot/initrd-2.6.33.7-desktop-2mnb.img } menuentry "Mandriva GNU/Linux, with Linux 2.6.33.7-desktop-1mnb" --class mandriva --class gnu-linux --class gnu --class os { set gfxpayload=keep insmod ext2 search --no-floppy --label --set 2010_1_64_root echo Loading Linux 2.6.33.7-desktop-1mnb ... linux /boot/vmlinuz-2.6.33.7-desktop-1mnb root=LABEL=2010_1_64_root ro splash=verbose echo Loading initial ramdisk ... initrd /boot/initrd-2.6.33.7-desktop-1mnb.img } menuentry "Mandriva GNU/Linux, with Linux desktop" --class mandriva --class gnu-linux --class gnu --class os { insmod ext2 search --no-floppy --label --set 2010_1_64_root echo Loading Linux desktop ... linux /boot/vmlinuz-desktop root=LABEL=2010_1_64_root ro splash=verbose echo Loading initial ramdisk ... initrd /boot/initrd-desktop.img } ### 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 ### ### BEGIN /etc/grub.d/90_persistent ### ### END /etc/grub.d/90_persistent ###