Guest User

Untitled

a guest
Dec 30th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.22 KB | None | 0 0
  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically generated by grub-mkconfig using templates
  5. # from /etc/grub.d and settings from /etc/default/grub
  6. #
  7.  
  8. ### BEGIN /etc/grub.d/00_header ###
  9. insmod part_gpt
  10. insmod part_msdos
  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. set menu_color_normal=light-gray/black
  61. set menu_color_highlight=green/black
  62.  
  63. if [ x$feature_default_font_path = xy ] ; then
  64. font=unicode
  65. else
  66. insmod part_msdos
  67. insmod ext2
  68. if [ x$feature_platform_search_hint = xy ]; then
  69. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  70. else
  71. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  72. fi
  73. font="/usr/share/grub/unicode.pf2"
  74. fi
  75.  
  76. if loadfont $font ; then
  77. set gfxmode=auto
  78. load_video
  79. insmod gfxterm
  80. fi
  81. terminal_input console
  82. terminal_output gfxterm
  83. insmod part_msdos
  84. insmod ext2
  85. if [ x$feature_platform_search_hint = xy ]; then
  86. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  87. else
  88. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  89. fi
  90. insmod gfxmenu
  91. loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_12.pf2
  92. loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_14.pf2
  93. loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_16.pf2
  94. loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_24.pf2
  95. loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_48.pf2
  96. loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_bold_16.pf2
  97. loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_mono_12.pf2
  98. loadfont ($root)/usr/share/grub/themes/manjaro/terminus-12.pf2
  99. loadfont ($root)/usr/share/grub/themes/manjaro/terminus-14.pf2
  100. loadfont ($root)/usr/share/grub/themes/manjaro/terminus-16.pf2
  101. loadfont ($root)/usr/share/grub/themes/manjaro/terminus-18.pf2
  102. loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b12.pf2
  103. loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b14.pf2
  104. loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b16.pf2
  105. loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b18.pf2
  106. insmod png
  107. set theme=($root)/usr/share/grub/themes/manjaro/theme.txt
  108. export theme
  109. if [ x$feature_timeout_style = xy ] ; then
  110. set timeout_style=menu
  111. set timeout=5
  112. # Fallback normal timeout code in case the timeout_style feature is
  113. # unavailable.
  114. else
  115. set timeout=5
  116. fi
  117. ### END /etc/grub.d/00_header ###
  118.  
  119. ### BEGIN /etc/grub.d/10_linux ###
  120. menuentry 'Manjaro Linux' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-1c1e87c4-08d2-4687-b3db-0e75012e6f9f' {
  121. savedefault
  122. load_video
  123. set gfxpayload=keep
  124. insmod gzio
  125. insmod part_msdos
  126. insmod ext2
  127. if [ x$feature_platform_search_hint = xy ]; then
  128. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  129. else
  130. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  131. fi
  132. linux /boot/vmlinuz-5.4-x86_64 root=UUID=1c1e87c4-08d2-4687-b3db-0e75012e6f9f rw quiet
  133. initrd /boot/intel-ucode.img /boot/initramfs-5.4-x86_64.img
  134. }
  135. submenu 'Advanced options for Manjaro Linux' $menuentry_id_option 'gnulinux-advanced-1c1e87c4-08d2-4687-b3db-0e75012e6f9f' {
  136. menuentry 'Manjaro Linux (Kernel: 5.4.6-2-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.6-2-MANJARO x64-advanced-1c1e87c4-08d2-4687-b3db-0e75012e6f9f' {
  137. savedefault
  138. load_video
  139. set gfxpayload=keep
  140. insmod gzio
  141. insmod part_msdos
  142. insmod ext2
  143. if [ x$feature_platform_search_hint = xy ]; then
  144. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  145. else
  146. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  147. fi
  148. linux /boot/vmlinuz-5.4-x86_64 root=UUID=1c1e87c4-08d2-4687-b3db-0e75012e6f9f rw quiet
  149. initrd /boot/intel-ucode.img /boot/initramfs-5.4-x86_64.img
  150. }
  151. menuentry 'Manjaro Linux (Kernel: 5.4.6-2-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.6-2-MANJARO x64-fallback-1c1e87c4-08d2-4687-b3db-0e75012e6f9f' {
  152. load_video
  153. set gfxpayload=keep
  154. insmod gzio
  155. insmod part_msdos
  156. insmod ext2
  157. if [ x$feature_platform_search_hint = xy ]; then
  158. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  159. else
  160. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  161. fi
  162. linux /boot/vmlinuz-5.4-x86_64 root=UUID=1c1e87c4-08d2-4687-b3db-0e75012e6f9f rw quiet
  163. initrd /boot/initramfs-5.4-x86_64-fallback.img
  164. }
  165. menuentry 'Manjaro Linux (Kernel: 5.3.18-1-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.18-1-MANJARO x64-advanced-1c1e87c4-08d2-4687-b3db-0e75012e6f9f' {
  166. savedefault
  167. load_video
  168. set gfxpayload=keep
  169. insmod gzio
  170. insmod part_msdos
  171. insmod ext2
  172. if [ x$feature_platform_search_hint = xy ]; then
  173. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  174. else
  175. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  176. fi
  177. linux /boot/vmlinuz-5.3-x86_64 root=UUID=1c1e87c4-08d2-4687-b3db-0e75012e6f9f rw quiet
  178. initrd /boot/intel-ucode.img /boot/initramfs-5.3-x86_64.img
  179. }
  180. menuentry 'Manjaro Linux (Kernel: 5.3.18-1-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.18-1-MANJARO x64-fallback-1c1e87c4-08d2-4687-b3db-0e75012e6f9f' {
  181. load_video
  182. set gfxpayload=keep
  183. insmod gzio
  184. insmod part_msdos
  185. insmod ext2
  186. if [ x$feature_platform_search_hint = xy ]; then
  187. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  188. else
  189. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  190. fi
  191. linux /boot/vmlinuz-5.3-x86_64 root=UUID=1c1e87c4-08d2-4687-b3db-0e75012e6f9f rw quiet
  192. initrd /boot/initramfs-5.3-x86_64-fallback.img
  193. }
  194. menuentry 'Manjaro Linux (Kernel: 4.19.91-1-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.91-1-MANJARO x64-advanced-1c1e87c4-08d2-4687-b3db-0e75012e6f9f' {
  195. savedefault
  196. load_video
  197. set gfxpayload=keep
  198. insmod gzio
  199. insmod part_msdos
  200. insmod ext2
  201. if [ x$feature_platform_search_hint = xy ]; then
  202. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  203. else
  204. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  205. fi
  206. linux /boot/vmlinuz-4.19-x86_64 root=UUID=1c1e87c4-08d2-4687-b3db-0e75012e6f9f rw quiet
  207. initrd /boot/intel-ucode.img /boot/initramfs-4.19-x86_64.img
  208. }
  209. menuentry 'Manjaro Linux (Kernel: 4.19.91-1-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.91-1-MANJARO x64-fallback-1c1e87c4-08d2-4687-b3db-0e75012e6f9f' {
  210. load_video
  211. set gfxpayload=keep
  212. insmod gzio
  213. insmod part_msdos
  214. insmod ext2
  215. if [ x$feature_platform_search_hint = xy ]; then
  216. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  217. else
  218. search --no-floppy --fs-uuid --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  219. fi
  220. linux /boot/vmlinuz-4.19-x86_64 root=UUID=1c1e87c4-08d2-4687-b3db-0e75012e6f9f rw quiet
  221. initrd /boot/initramfs-4.19-x86_64-fallback.img
  222. }
  223. }
  224.  
  225. ### END /etc/grub.d/10_linux ###
  226.  
  227. ### BEGIN /etc/grub.d/20_linux_xen ###
  228. ### END /etc/grub.d/20_linux_xen ###
  229.  
  230. ### BEGIN /etc/grub.d/30_os-prober ###
  231. ### END /etc/grub.d/30_os-prober ###
  232.  
  233. ### BEGIN /etc/grub.d/40_custom ###
  234. # This file provides an easy way to add custom menu entries. Simply type the
  235. # menu entries you want to add after this comment. Be careful not to change
  236. # the 'exec tail' line above.
  237. ### END /etc/grub.d/40_custom ###
  238.  
  239. ### BEGIN /etc/grub.d/41_custom ###
  240. if [ -f ${config_directory}/custom.cfg ]; then
  241. source ${config_directory}/custom.cfg
  242. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  243. source $prefix/custom.cfg;
  244. fi
  245. ### END /etc/grub.d/41_custom ###
  246.  
  247. ### BEGIN /etc/grub.d/60_memtest86+ ###
  248. if [ "${grub_platform}" == "pc" ]; then
  249. menuentry "Memory Tester (memtest86+)" --class memtest86 --class gnu --class tool {
  250. search --fs-uuid --no-floppy --set=root 1c1e87c4-08d2-4687-b3db-0e75012e6f9f
  251. linux16 /boot/memtest86+/memtest.bin
  252. }
  253. fi
  254. ### END /etc/grub.d/60_memtest86+ ###
Add Comment
Please, Sign In to add comment