1# 2# DO NOT EDIT THIS FILE 3# 4# It is automatically generated by grub2-mkconfig using templates 5# from /etc/grub.d and settings from /etc/default/grub 6# 7 8### BEGIN /etc/grub.d/00_header ### 9set pager=1 10 11if [ -s $prefix/grubenv ]; then 12 load_env 13fi 14if [ "${next_entry}" ] ; then 15 set default="${next_entry}" 16 set next_entry= 17 save_env next_entry 18 set boot_once=true 19else 20 set default="${saved_entry}" 21fi 22 23if [ x"${feature_menuentry_id}" = xy ]; then 24 menuentry_id_option="--id" 25else 26 menuentry_id_option="" 27fi 28 29export menuentry_id_option 30 31if [ "${prev_saved_entry}" ]; then 32 set saved_entry="${prev_saved_entry}" 33 save_env saved_entry 34 set prev_saved_entry= 35 save_env prev_saved_entry 36 set boot_once=true 37fi 38 39function savedefault { 40 if [ -z "${boot_once}" ]; then 41 saved_entry="${chosen}" 42 save_env saved_entry 43 fi 44} 45 46function load_video { 47 if [ x$feature_all_video_module = xy ]; then 48 insmod all_video 49 else 50 insmod efi_gop 51 insmod efi_uga 52 insmod ieee1275_fb 53 insmod vbe 54 insmod vga 55 insmod video_bochs 56 insmod video_cirrus 57 fi 58} 59 60terminal_output console 61set timeout=5 62### END /etc/grub.d/00_header ### 63 64### BEGIN /etc/grub.d/10_linux ### 65menuentry 'Red Hat Enterprise Linux Everything, with Linux 3.10.0-54.0.1.el7.x86_64' --class red --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10.0-54.0.1.el7.x86_64-advanced-d23b8b49-4cfe-4900-8ef1-ec80bc633163' { 66 load_video 67 set gfxpayload=keep 68 insmod gzio 69 insmod part_msdos 70 insmod xfs 71 set root='hd0,msdos1' 72 if [ x$feature_platform_search_hint = xy ]; then 73 search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1' 89ffef78-82b3-457c-bc57-42cccc373851 74 else 75 search --no-floppy --fs-uuid --set=root 89ffef78-82b3-457c-bc57-42cccc373851 76 fi 77 linux16 /vmlinuz-3.10.0-54.0.1.el7.x86_64 root=/dev/mapper/rhel-root ro rd.lvm.lv=rhel/swap vconsole.keymap=uk crashkernel=auto rd.lvm.lv=rhel/root vconsole.font=latarcyrheb-sun16 LANG=en_GB.UTF-8 78 initrd16 /initramfs-3.10.0-54.0.1.el7.x86_64.img 79} 80menuentry 'Red Hat Enterprise Linux Everything, with Linux 0-rescue-af34f0b8cf364cdbbe6d093f8228a37f' --class red --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-0-rescue-af34f0b8cf364cdbbe6d093f8228a37f-advanced-d23b8b49-4cfe-4900-8ef1-ec80bc633163' { 81 load_video 82 insmod gzio 83 insmod part_msdos 84 insmod xfs 85 set root='hd0,msdos1' 86 if [ x$feature_platform_search_hint = xy ]; then 87 search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1' 89ffef78-82b3-457c-bc57-42cccc373851 88 else 89 search --no-floppy --fs-uuid --set=root 89ffef78-82b3-457c-bc57-42cccc373851 90 fi 91 linux16 /vmlinuz-0-rescue-af34f0b8cf364cdbbe6d093f8228a37f root=/dev/mapper/rhel-root ro rd.lvm.lv=rhel/swap vconsole.keymap=uk crashkernel=auto rd.lvm.lv=rhel/root vconsole.font=latarcyrheb-sun16 92 initrd16 /initramfs-0-rescue-af34f0b8cf364cdbbe6d093f8228a37f.img 93} 94 95### END /etc/grub.d/10_linux ### 96 97### BEGIN /etc/grub.d/20_linux_xen ### 98### END /etc/grub.d/20_linux_xen ### 99 100### BEGIN /etc/grub.d/20_ppc_terminfo ### 101### END /etc/grub.d/20_ppc_terminfo ### 102 103### BEGIN /etc/grub.d/30_os-prober ### 104### END /etc/grub.d/30_os-prober ### 105 106### BEGIN /etc/grub.d/40_custom ### 107# This file provides an easy way to add custom menu entries. Simply type the 108# menu entries you want to add after this comment. Be careful not to change 109# the 'exec tail' line above. 110### END /etc/grub.d/40_custom ### 111 112### BEGIN /etc/grub.d/41_custom ### 113if [ -f ${config_directory}/custom.cfg ]; then 114 source ${config_directory}/custom.cfg 115elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then 116 source $prefix/custom.cfg; 117fi 118### END /etc/grub.d/41_custom ### 119