spacepaste

  1.  
  2. #
  3. # DO NOT EDIT THIS FILE
  4. #
  5. # It is automatically generated by grub-mkconfig using templates
  6. # from /etc/grub.d and settings from /etc/default/grub
  7. #
  8. ### BEGIN /etc/grub.d/00_header ###
  9. if [ -s $prefix/grubenv ]; then
  10. load_env
  11. fi
  12. if [ "${next_entry}" ] ; then
  13. set default="${next_entry}"
  14. set next_entry=
  15. save_env next_entry
  16. set boot_once=true
  17. else
  18. set default="0"
  19. fi
  20. if [ x"${feature_menuentry_id}" = xy ]; then
  21. menuentry_id_option="--id"
  22. else
  23. menuentry_id_option=""
  24. fi
  25. export menuentry_id_option
  26. if [ "${prev_saved_entry}" ]; then
  27. set saved_entry="${prev_saved_entry}"
  28. save_env saved_entry
  29. set prev_saved_entry=
  30. save_env prev_saved_entry
  31. set boot_once=true
  32. fi
  33. function savedefault {
  34. if [ -z "${boot_once}" ]; then
  35. saved_entry="${chosen}"
  36. save_env saved_entry
  37. fi
  38. }
  39. function load_video {
  40. if [ x$feature_all_video_module = xy ]; then
  41. insmod all_video
  42. else
  43. insmod efi_gop
  44. insmod efi_uga
  45. insmod ieee1275_fb
  46. insmod vbe
  47. insmod vga
  48. insmod video_bochs
  49. insmod video_cirrus
  50. fi
  51. }
  52. if [ x$feature_default_font_path = xy ] ; then
  53. font=unicode
  54. else
  55. insmod part_gpt
  56. insmod ext2
  57. set root='hd4,gpt4'
  58. if [ x$feature_platform_search_hint = xy ]; then
  59. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt4 --hint-efi=hd4,gpt4 --hint-baremetal=ahci4,gpt4 c7d05761-9d45-46b3-8618-8111ffe2358c
  60. else
  61. search --no-floppy --fs-uuid --set=root c7d05761-9d45-46b3-8618-8111ffe2358c
  62. fi
  63. font="/usr/share/grub/unicode.pf2"
  64. fi
  65. if loadfont $font ; then
  66. set gfxmode=auto
  67. load_video
  68. insmod gfxterm
  69. set locale_dir=$prefix/locale
  70. set lang=en_US
  71. insmod gettext
  72. fi
  73. terminal_output gfxterm
  74. if [ x$feature_timeout_style = xy ] ; then
  75. set timeout_style=menu
  76. set timeout=5
  77. # Fallback normal timeout code in case the timeout_style feature is
  78. # unavailable.
  79. else
  80. set timeout=5
  81. fi
  82. ### END /etc/grub.d/00_header ###
  83. ### BEGIN /etc/grub.d/10_linux ###
  84. menuentry 'Gentoo GNU/Linux' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c7d05761-9d45-46b3-8618-8111ffe2358c' {
  85. load_video
  86. if [ "x$grub_platform" = xefi ]; then
  87. set gfxpayload=keep
  88. fi
  89. insmod gzio
  90. insmod part_gpt
  91. insmod ext2
  92. set root='hd4,gpt2'
  93. if [ x$feature_platform_search_hint = xy ]; then
  94. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 d7277a8a-6cad-4279-8033-2a8378ba5c3f
  95. else
  96. search --no-floppy --fs-uuid --set=root d7277a8a-6cad-4279-8033-2a8378ba5c3f
  97. fi
  98. echo 'Loading Linux 4.12.12-gentoo-Doward ...'
  99. linux /vmlinuz-4.12.12-gentoo-Doward root=/dev/sde4 ro
  100. }
  101. submenu 'Advanced options for Gentoo GNU/Linux' $menuentry_id_option 'gnulinux-advanced-c7d05761-9d45-46b3-8618-8111ffe2358c' {
  102. menuentry 'Gentoo GNU/Linux, with Linux 4.12.12-gentoo-Doward' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.12.12-gentoo-Doward-advanced-c7d05761-9d45-46b3-8618-8111ffe2358c' {
  103. load_video
  104. if [ "x$grub_platform" = xefi ]; then
  105. set gfxpayload=keep
  106. fi
  107. insmod gzio
  108. insmod part_gpt
  109. insmod ext2
  110. set root='hd4,gpt2'
  111. if [ x$feature_platform_search_hint = xy ]; then
  112. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 d7277a8a-6cad-4279-8033-2a8378ba5c3f
  113. else
  114. search --no-floppy --fs-uuid --set=root d7277a8a-6cad-4279-8033-2a8378ba5c3f
  115. fi
  116. echo 'Loading Linux 4.12.12-gentoo-Doward ...'
  117. linux /vmlinuz-4.12.12-gentoo-Doward root=/dev/sde4 ro
  118. }
  119. menuentry 'Gentoo GNU/Linux, with Linux 4.12.12-gentoo-Doward (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.12.12-gentoo-Doward-recovery-c7d05761-9d45-46b3-8618-8111ffe2358c' {
  120. load_video
  121. if [ "x$grub_platform" = xefi ]; then
  122. set gfxpayload=keep
  123. fi
  124. insmod gzio
  125. insmod part_gpt
  126. insmod ext2
  127. set root='hd4,gpt2'
  128. if [ x$feature_platform_search_hint = xy ]; then
  129. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 d7277a8a-6cad-4279-8033-2a8378ba5c3f
  130. else
  131. search --no-floppy --fs-uuid --set=root d7277a8a-6cad-4279-8033-2a8378ba5c3f
  132. fi
  133. echo 'Loading Linux 4.12.12-gentoo-Doward ...'
  134. linux /vmlinuz-4.12.12-gentoo-Doward root=/dev/sde4 ro single
  135. }
  136. }
  137. ### END /etc/grub.d/10_linux ###
  138. ### BEGIN /etc/grub.d/20_linux_xen ###
  139. ### END /etc/grub.d/20_linux_xen ###
  140. ### BEGIN /etc/grub.d/30_os-prober ###
  141. ### END /etc/grub.d/30_os-prober ###
  142. ### BEGIN /etc/grub.d/40_custom ###
  143. # This file provides an easy way to add custom menu entries. Simply type the
  144. # menu entries you want to add after this comment. Be careful not to change
  145. # the 'exec tail' line above.
  146. ### END /etc/grub.d/40_custom ###
  147. ### BEGIN /etc/grub.d/41_custom ###
  148. if [ -f ${config_directory}/custom.cfg ]; then
  149. source ${config_directory}/custom.cfg
  150. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  151. source $prefix/custom.cfg;
  152. fi
  153. ### END /etc/grub.d/41_custom ###
  154.