Guest User

Untitled

a guest
Jun 26th, 2020
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.22 KB | None | 0 0
  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 ###
  9. set pager=1
  10.  
  11. if [ -s $prefix/grubenv ]; then
  12. load_env
  13. fi
  14. if [ "${next_entry}" ] ; then
  15. set default="${next_entry}"
  16. set next_entry=
  17. save_env next_entry
  18. set boot_once=true
  19. else
  20. set default="${saved_entry}"
  21. fi
  22.  
  23. if [ x"${feature_menuentry_id}" = xy ]; then
  24. menuentry_id_option="--id"
  25. else
  26. menuentry_id_option=""
  27. fi
  28.  
  29. export menuentry_id_option
  30.  
  31. if [ "${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
  37. fi
  38.  
  39. function savedefault {
  40. if [ -z "${boot_once}" ]; then
  41. saved_entry="${chosen}"
  42. save_env saved_entry
  43. fi
  44. }
  45.  
  46. function 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.  
  60. terminal_output console
  61. if [ x$feature_timeout_style = xy ] ; then
  62. set timeout_style=menu
  63. set timeout=5
  64. # Fallback normal timeout code in case the timeout_style feature is
  65. # unavailable.
  66. else
  67. set timeout=5
  68. fi
  69. ### END /etc/grub.d/00_header ###
  70.  
  71. ### BEGIN /etc/grub.d/00_tuned ###
  72. set tuned_params=""
  73. set tuned_initrd=""
  74. ### END /etc/grub.d/00_tuned ###
  75.  
  76. ### BEGIN /etc/grub.d/01_users ###
  77. if [ -f ${prefix}/user.cfg ]; then
  78. source ${prefix}/user.cfg
  79. if [ -n "${GRUB2_PASSWORD}" ]; then
  80. set superusers="root"
  81. export superusers
  82. password_pbkdf2 root ${GRUB2_PASSWORD}
  83. fi
  84. fi
  85. ### END /etc/grub.d/01_users ###
  86.  
  87. ### BEGIN /etc/grub.d/10_linux ###
  88. menuentry 'CentOS Linux (3.10.0-1127.13.1.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1062.el7.x86_64-advanced-44e084e5-45c3-4fdc-a901-add2ac4edc35' {
  89. load_video
  90. set gfxpayload=keep
  91. insmod gzio
  92. insmod part_gpt
  93. insmod xfs
  94. set root='hd0,gpt2'
  95. if [ x$feature_platform_search_hint = xy ]; then
  96. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 3f10e7c1-bae4-4dbf-a987-a2f8e1b06a2e
  97. else
  98. search --no-floppy --fs-uuid --set=root 3f10e7c1-bae4-4dbf-a987-a2f8e1b06a2e
  99. fi
  100. linuxefi /vmlinuz-3.10.0-1127.13.1.el7.x86_64 root=/dev/mapper/centos_centos--15388761-root ro crashkernel=auto rd.lvm.lv=centos_centos-15388761/root rd.lvm.lv=centos_centos-15388761/swap rhgb quiet LANG=en_US.UTF-8 ds=nocloud-net;s=http://hyperv01:5000
  101. initrdefi /initramfs-3.10.0-1127.13.1.el7.x86_64.img
  102. }
  103. menuentry 'CentOS Linux (3.10.0-1127.8.2.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1062.el7.x86_64-advanced-44e084e5-45c3-4fdc-a901-add2ac4edc35' {
  104. load_video
  105. set gfxpayload=keep
  106. insmod gzio
  107. insmod part_gpt
  108. insmod xfs
  109. set root='hd0,gpt2'
  110. if [ x$feature_platform_search_hint = xy ]; then
  111. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 3f10e7c1-bae4-4dbf-a987-a2f8e1b06a2e
  112. else
  113. search --no-floppy --fs-uuid --set=root 3f10e7c1-bae4-4dbf-a987-a2f8e1b06a2e
  114. fi
  115. linuxefi /vmlinuz-3.10.0-1127.8.2.el7.x86_64 root=/dev/mapper/centos_centos--15388761-root ro crashkernel=auto rd.lvm.lv=centos_centos-15388761/root rd.lvm.lv=centos_centos-15388761/swap rhgb quiet LANG=en_US.UTF-8 ds=nocloud-net;s=http://hyperv01:5000
  116. initrdefi /initramfs-3.10.0-1127.8.2.el7.x86_64.img
  117. }
  118. menuentry 'CentOS Linux (3.10.0-1062.4.3.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1062.el7.x86_64-advanced-44e084e5-45c3-4fdc-a901-add2ac4edc35' {
  119. load_video
  120. set gfxpayload=keep
  121. insmod gzio
  122. insmod part_gpt
  123. insmod xfs
  124. set root='hd0,gpt2'
  125. if [ x$feature_platform_search_hint = xy ]; then
  126. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 3f10e7c1-bae4-4dbf-a987-a2f8e1b06a2e
  127. else
  128. search --no-floppy --fs-uuid --set=root 3f10e7c1-bae4-4dbf-a987-a2f8e1b06a2e
  129. fi
  130. linuxefi /vmlinuz-3.10.0-1062.4.3.el7.x86_64 root=/dev/mapper/centos_centos--15388761-root ro crashkernel=auto rd.lvm.lv=centos_centos-15388761/root rd.lvm.lv=centos_centos-15388761/swap rhgb quiet LANG=en_US.UTF-8 ds=nocloud-net;s=http://hyperv01:5000
  131. initrdefi /initramfs-3.10.0-1062.4.3.el7.x86_64.img
  132. }
  133. menuentry 'CentOS Linux (3.10.0-1062.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1062.el7.x86_64-advanced-44e084e5-45c3-4fdc-a901-add2ac4edc35' {
  134. load_video
  135. set gfxpayload=keep
  136. insmod gzio
  137. insmod part_gpt
  138. insmod xfs
  139. set root='hd0,gpt2'
  140. if [ x$feature_platform_search_hint = xy ]; then
  141. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 3f10e7c1-bae4-4dbf-a987-a2f8e1b06a2e
  142. else
  143. search --no-floppy --fs-uuid --set=root 3f10e7c1-bae4-4dbf-a987-a2f8e1b06a2e
  144. fi
  145. linuxefi /vmlinuz-3.10.0-1062.el7.x86_64 root=/dev/mapper/centos_centos--15388761-root ro crashkernel=auto rd.lvm.lv=centos_centos-15388761/root rd.lvm.lv=centos_centos-15388761/swap rhgb quiet LANG=en_US.UTF-8 ds=nocloud-net;s=http://hyperv01:5000
  146. initrdefi /initramfs-3.10.0-1062.el7.x86_64.img
  147. }
  148. menuentry 'CentOS Linux (0-rescue-be82a8d4d7a4491aa4d96a3435f0a4f1) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-0-rescue-be82a8d4d7a4491aa4d96a3435f0a4f1-advanced-44e084e5-45c3-4fdc-a901-add2ac4edc35' {
  149. load_video
  150. insmod gzio
  151. insmod part_gpt
  152. insmod xfs
  153. set root='hd0,gpt2'
  154. if [ x$feature_platform_search_hint = xy ]; then
  155. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 3f10e7c1-bae4-4dbf-a987-a2f8e1b06a2e
  156. else
  157. search --no-floppy --fs-uuid --set=root 3f10e7c1-bae4-4dbf-a987-a2f8e1b06a2e
  158. fi
  159. linuxefi /vmlinuz-0-rescue-be82a8d4d7a4491aa4d96a3435f0a4f1 root=/dev/mapper/centos_centos--15388761-root ro crashkernel=auto rd.lvm.lv=centos_centos-15388761/root rd.lvm.lv=centos_centos-15388761/swap rhgb quiet ds=nocloud-net;s=http://hyperv01:5000
  160. initrdefi /initramfs-0-rescue-be82a8d4d7a4491aa4d96a3435f0a4f1.img
  161. }
  162.  
  163. ### END /etc/grub.d/10_linux ###
  164.  
  165. ### BEGIN /etc/grub.d/20_linux_xen ###
  166. ### END /etc/grub.d/20_linux_xen ###
  167.  
  168. ### BEGIN /etc/grub.d/20_ppc_terminfo ###
  169. ### END /etc/grub.d/20_ppc_terminfo ###
  170.  
  171. ### BEGIN /etc/grub.d/30_os-prober ###
  172. ### END /etc/grub.d/30_os-prober ###
  173.  
  174. ### BEGIN /etc/grub.d/40_custom ###
  175. # This file provides an easy way to add custom menu entries. Simply type the
  176. # menu entries you want to add after this comment. Be careful not to change
  177. # the 'exec tail' line above.
  178. ### END /etc/grub.d/40_custom ###
  179.  
  180. ### BEGIN /etc/grub.d/41_custom ###
  181. if [ -f ${config_directory}/custom.cfg ]; then
  182. source ${config_directory}/custom.cfg
  183. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  184. source $prefix/custom.cfg;
  185. fi
  186. ### END /etc/grub.d/41_custom ###
Add Comment
Please, Sign In to add comment