Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 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/09_node ###
  88.  
  89. ### END /etc/grub.d/09_node ###
  90.  
  91. ### BEGIN /etc/grub.d/10_linux ###
  92. menuentry 'ovirt-node-ng-4.3.6-0.20190926.0 (3.10.0-1062.1.1.el7.x86_64)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1062.1.1.el7.x86_64-advanced-/dev/mapper/onn_ovirt1-root' {
  93. load_video
  94. set gfxpayload=keep
  95. insmod gzio
  96. insmod part_msdos
  97. insmod ext2
  98. set root='hd0,msdos1'
  99. if [ x$feature_platform_search_hint = xy ]; then
  100. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' e0ecdc22-d1d0-4981-8aa6-0f64d8efd654
  101. else
  102. search --no-floppy --fs-uuid --set=root e0ecdc22-d1d0-4981-8aa6-0f64d8efd654
  103. fi
  104. linux16 /ovirt-node-ng-4.3.6-0.20190926.0+1/vmlinuz-3.10.0-1062.1.1.el7.x86_64 root=/dev/onn_ovirt1/ovirt-node-ng-4.3.6-0.20190926.0+1 ro crashkernel=auto rd.lvm.lv=onn_ovirt1/swap rd.lvm.lv=onn_ovirt1/ovirt-node-ng-4.3.6-0.20190926.0+1 rhgb quiet LANG=en_US.UTF-8 img.bootid=ovirt-node-ng-4.3.6-0.20190926.0+1
  105. initrd16 /ovirt-node-ng-4.3.6-0.20190926.0+1/initramfs-3.10.0-1062.1.1.el7.x86_64.img
  106. }
  107. menuentry 'ovirt-node-ng-4.3.6-0.20190926.0 (4.4.201-1.el7.elrepo.x86_64)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-4.4.201-1.el7.elrepo.x86_64-advanced-/dev/mapper/onn_ovirt1-root' {
  108. load_video
  109. set gfxpayload=keep
  110. insmod gzio
  111. insmod part_msdos
  112. insmod ext2
  113. set root='hd0,msdos1'
  114. if [ x$feature_platform_search_hint = xy ]; then
  115. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' e0ecdc22-d1d0-4981-8aa6-0f64d8efd654
  116. else
  117. search --no-floppy --fs-uuid --set=root e0ecdc22-d1d0-4981-8aa6-0f64d8efd654
  118. fi
  119. linux16 /ovirt-node-ng-4.3.6-0.20190926.0+1/vmlinuz-4.4.201-1.el7.elrepo.x86_64 root=/dev/onn_ovirt1/ovirt-node-ng-4.3.6-0.20190926.0+1 ro crashkernel=auto rd.lvm.lv=onn_ovirt1/swap rd.lvm.lv=onn_ovirt1/ovirt-node-ng-4.3.6-0.20190926.0+1 rhgb quiet LANG=en_US.UTF-8 img.bootid=ovirt-node-ng-4.3.6-0.20190926.0+1
  120. initrd16 /ovirt-node-ng-4.3.6-0.20190926.0+1/initramfs-4.4.201-1.el7.elrepo.x86_64.img
  121. }
  122. menuentry 'ovirt-node-ng-4.3.6-0.20190926.0 (5.3.11-1.el7.elrepo.x86_64)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-5.3.11-1.el7.elrepo.x86_64-advanced-/dev/mapper/onn_ovirt1-root' {
  123. load_video
  124. set gfxpayload=keep
  125. insmod gzio
  126. insmod part_msdos
  127. insmod ext2
  128. set root='hd0,msdos1'
  129. if [ x$feature_platform_search_hint = xy ]; then
  130. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' e0ecdc22-d1d0-4981-8aa6-0f64d8efd654
  131. else
  132. search --no-floppy --fs-uuid --set=root e0ecdc22-d1d0-4981-8aa6-0f64d8efd654
  133. fi
  134. linux16 /ovirt-node-ng-4.3.6-0.20190926.0+1/vmlinuz-5.3.11-1.el7.elrepo.x86_64 root=/dev/onn_ovirt1/ovirt-node-ng-4.3.6-0.20190926.0+1 ro crashkernel=auto rd.lvm.lv=onn_ovirt1/swap rd.lvm.lv=onn_ovirt1/ovirt-node-ng-4.3.6-0.20190926.0+1 rhgb quiet LANG=en_US.UTF-8 img.bootid=ovirt-node-ng-4.3.6-0.20190926.0+1
  135. initrd16 /ovirt-node-ng-4.3.6-0.20190926.0+1/initramfs-5.3.11-1.el7.elrepo.x86_64.img
  136. }
  137.  
  138. ### END /etc/grub.d/10_linux ###
  139.  
  140. ### BEGIN /etc/grub.d/20_linux_xen ###
  141. ### END /etc/grub.d/20_linux_xen ###
  142.  
  143. ### BEGIN /etc/grub.d/20_ppc_terminfo ###
  144. ### END /etc/grub.d/20_ppc_terminfo ###
  145.  
  146. ### BEGIN /etc/grub.d/30_os-prober ###
  147. ### END /etc/grub.d/30_os-prober ###
  148.  
  149. ### BEGIN /etc/grub.d/40_custom ###
  150. # This file provides an easy way to add custom menu entries. Simply type the
  151. # menu entries you want to add after this comment. Be careful not to change
  152. # the 'exec tail' line above.
  153. ### END /etc/grub.d/40_custom ###
  154.  
  155. ### BEGIN /etc/grub.d/41_custom ###
  156. if [ -f ${config_directory}/custom.cfg ]; then
  157. source ${config_directory}/custom.cfg
  158. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  159. source $prefix/custom.cfg;
  160. fi
  161. ### END /etc/grub.d/41_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement