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='hd1,gpt6'
  58. if [ x$feature_platform_search_hint = xy ]; then
  59. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt6 --hint-efi=hd1,gpt6 --hint-baremetal=ahci1,gpt6 88c559e1-7ac0-4966-bbce-0c1d072e1b11
  60. else
  61. search --no-floppy --fs-uuid --set=root 88c559e1-7ac0-4966-bbce-0c1d072e1b11
  62. fi
  63. font="/usr/share/grub/unicode.pf2"
  64. fi
  65. if loadfont $font ; then
  66. set gfxmode=1024x768
  67. load_video
  68. insmod gfxterm
  69. set locale_dir=$prefix/locale
  70. set lang=en_GB
  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=10
  77. # Fallback normal timeout code in case the timeout_style feature is
  78. # unavailable.
  79. else
  80. set timeout=10
  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-88c559e1-7ac0-4966-bbce-0c1d072e1b11' {
  85. load_video
  86. set gfxpayload=keep
  87. insmod gzio
  88. insmod part_gpt
  89. insmod ext2
  90. set root='hd1,gpt6'
  91. if [ x$feature_platform_search_hint = xy ]; then
  92. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt6 --hint-efi=hd1,gpt6 --hint-baremetal=ahci1,gpt6 88c559e1-7ac0-4966-bbce-0c1d072e1b11
  93. else
  94. search --no-floppy --fs-uuid --set=root 88c559e1-7ac0-4966-bbce-0c1d072e1b11
  95. fi
  96. echo 'Loading Linux 4.4.39-gentoo ...'
  97. linux /boot/vmlinuz-4.4.39-gentoo root=/dev/sdb6 ro rootfstype=ext4 splash=silent,theme:natural_gentoo console=tty1 quiet
  98. }
  99. submenu 'Advanced options for Gentoo GNU/Linux' $menuentry_id_option 'gnulinux-advanced-88c559e1-7ac0-4966-bbce-0c1d072e1b11' {
  100. menuentry 'Gentoo GNU/Linux, with Linux 4.4.39-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.39-gentoo-advanced-88c559e1-7ac0-4966-bbce-0c1d072e1b11' {
  101. load_video
  102. set gfxpayload=keep
  103. insmod gzio
  104. insmod part_gpt
  105. insmod ext2
  106. set root='hd1,gpt6'
  107. if [ x$feature_platform_search_hint = xy ]; then
  108. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt6 --hint-efi=hd1,gpt6 --hint-baremetal=ahci1,gpt6 88c559e1-7ac0-4966-bbce-0c1d072e1b11
  109. else
  110. search --no-floppy --fs-uuid --set=root 88c559e1-7ac0-4966-bbce-0c1d072e1b11
  111. fi
  112. echo 'Loading Linux 4.4.39-gentoo ...'
  113. linux /boot/vmlinuz-4.4.39-gentoo root=/dev/sdb6 ro rootfstype=ext4 splash=silent,theme:natural_gentoo console=tty1 quiet
  114. }
  115. menuentry 'Gentoo GNU/Linux, with Linux 4.4.39-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.39-gentoo-recovery-88c559e1-7ac0-4966-bbce-0c1d072e1b11' {
  116. load_video
  117. set gfxpayload=keep
  118. insmod gzio
  119. insmod part_gpt
  120. insmod ext2
  121. set root='hd1,gpt6'
  122. if [ x$feature_platform_search_hint = xy ]; then
  123. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt6 --hint-efi=hd1,gpt6 --hint-baremetal=ahci1,gpt6 88c559e1-7ac0-4966-bbce-0c1d072e1b11
  124. else
  125. search --no-floppy --fs-uuid --set=root 88c559e1-7ac0-4966-bbce-0c1d072e1b11
  126. fi
  127. echo 'Loading Linux 4.4.39-gentoo ...'
  128. linux /boot/vmlinuz-4.4.39-gentoo root=/dev/sdb6 ro single
  129. }
  130. }
  131. ### END /etc/grub.d/10_linux ###
  132. ### BEGIN /etc/grub.d/20_linux_xen ###
  133. ### END /etc/grub.d/20_linux_xen ###
  134. ### BEGIN /etc/grub.d/30_os-prober ###
  135. ### END /etc/grub.d/30_os-prober ###
  136. ### BEGIN /etc/grub.d/40_custom ###
  137. # This file provides an easy way to add custom menu entries. Simply type the
  138. # menu entries you want to add after this comment. Be careful not to change
  139. # the 'exec tail' line above.
  140. ### END /etc/grub.d/40_custom ###
  141. ### BEGIN /etc/grub.d/41_custom ###
  142. if [ -f ${config_directory}/custom.cfg ]; then
  143. source ${config_directory}/custom.cfg
  144. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  145. source $prefix/custom.cfg;
  146. fi
  147. ### END /etc/grub.d/41_custom ###
  148.