From LemonPie, 2 Days ago, written in Plain Text.
This paste will give up the ghost in 3 Weeks.
Embed
  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="0"
  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-blue/black
  61. set menu_color_highlight=light-cyan/blue
  62.  
  63. if [ x$feature_default_font_path = xy ] ; then
  64.    font=unicode
  65. else
  66. insmod part_msdos
  67. insmod btrfs
  68. search --no-floppy --fs-uuid --set=root d075505d-3a1f-4fc7-a44c-d122d7fce4cc
  69.     font="/@/usr/share/grub/unicode.pf2"
  70. fi
  71.  
  72. if loadfont $font ; then
  73.   set gfxmode=1024x768,800x600
  74.   load_video
  75.   insmod gfxterm
  76. fi
  77. terminal_input console
  78. terminal_output gfxterm
  79. insmod part_msdos
  80. insmod btrfs
  81. search --no-floppy --fs-uuid --set=root d075505d-3a1f-4fc7-a44c-d122d7fce4cc
  82. insmod gfxmenu
  83. loadfont ($root)/@/usr/share/grub/themes/artix/u_vga16_16.pf2
  84. insmod png
  85. set theme=($root)/@/usr/share/grub/themes/artix/theme.txt
  86. export theme
  87. if [ x$feature_timeout_style = xy ] ; then
  88.   set timeout_style=menu
  89.   set timeout=3
  90. # Fallback normal timeout code in case the timeout_style feature is
  91. # unavailable.
  92. else
  93.   set timeout=3
  94. fi
  95. ### END /etc/grub.d/00_header ###
  96.  
  97. ### BEGIN /etc/grub.d/10_linux ###
  98. menuentry 'Artix Linux' --class artix --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-d075505d-3a1f-4fc7-a44c-d122d7fce4cc' {
  99.         load_video
  100.         set gfxpayload=keep
  101.         insmod gzio
  102.         insmod part_msdos
  103.         insmod fat
  104.         search --no-floppy --fs-uuid --set=root 8398-D588
  105.         echo    'Loading Linux linux ...'
  106.         linux   /vmlinuz-linux root=UUID=d075505d-3a1f-4fc7-a44c-d122d7fce4cc rw rootflags=subvol=@ net.ifnames=0 quiet resume=UUID=d7a2ca9e-f8eb-4015-a710-b5cfab2cbc47
  107.         echo    'Loading initial ramdisk ...'
  108.         initrd  /initramfs-linux.img
  109. }
  110. submenu 'Advanced options for Artix Linux' $menuentry_id_option 'gnulinux-advanced-d075505d-3a1f-4fc7-a44c-d122d7fce4cc' {
  111.         menuentry 'Artix Linux, with Linux linux' --class artix --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-d075505d-3a1f-4fc7-a44c-d122d7fce4cc' {
  112.                 load_video
  113.                 set gfxpayload=keep
  114.                 insmod gzio
  115.                 insmod part_msdos
  116.                 insmod fat
  117.                 search --no-floppy --fs-uuid --set=root 8398-D588
  118.                 echo    'Loading Linux linux ...'
  119.                 linux   /vmlinuz-linux root=UUID=d075505d-3a1f-4fc7-a44c-d122d7fce4cc rw rootflags=subvol=@ net.ifnames=0 quiet resume=UUID=d7a2ca9e-f8eb-4015-a710-b5cfab2cbc47
  120.                 echo    'Loading initial ramdisk ...'
  121.                 initrd  /initramfs-linux.img
  122.         }
  123.         menuentry 'Artix Linux, with Linux linux (fallback initramfs)' --class artix --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-d075505d-3a1f-4fc7-a44c-d122d7fce4cc' {
  124.                 load_video
  125.                 set gfxpayload=keep
  126.                 insmod gzio
  127.                 insmod part_msdos
  128.                 insmod fat
  129.                 search --no-floppy --fs-uuid --set=root 8398-D588
  130.                 echo    'Loading Linux linux ...'
  131.                 linux   /vmlinuz-linux root=UUID=d075505d-3a1f-4fc7-a44c-d122d7fce4cc rw rootflags=subvol=@ net.ifnames=0 quiet resume=UUID=d7a2ca9e-f8eb-4015-a710-b5cfab2cbc47
  132.                 echo    'Loading initial ramdisk ...'
  133.                 initrd  /initramfs-linux-fallback.img
  134.         }
  135. }
  136.  
  137. ### END /etc/grub.d/10_linux ###
  138.  
  139. ### BEGIN /etc/grub.d/20_linux_xen ###
  140. ### END /etc/grub.d/20_linux_xen ###
  141.  
  142. ### BEGIN /etc/grub.d/25_bli ###
  143. if [ "$grub_platform" = "efi" ]; then
  144.   insmod bli
  145. fi
  146. ### END /etc/grub.d/25_bli ###
  147.  
  148. ### BEGIN /etc/grub.d/30_os-prober ###
  149. ### END /etc/grub.d/30_os-prober ###
  150.  
  151. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  152. if [ "$grub_platform" = "efi" ]; then
  153.         fwsetup --is-supported
  154.         if [ "$?" = 0 ]; then
  155.                 menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
  156.                         fwsetup
  157.                 }
  158.         fi
  159. fi
  160. ### END /etc/grub.d/30_uefi-firmware ###
  161.  
  162. ### BEGIN /etc/grub.d/40_custom ###
  163. # This file provides an easy way to add custom menu entries.  Simply type the
  164. # menu entries you want to add after this comment.  Be careful not to change
  165. # the 'exec tail' line above.
  166. ### END /etc/grub.d/40_custom ###
  167.  
  168. ### BEGIN /etc/grub.d/41_custom ###
  169. if [ -f  ${config_directory}/custom.cfg ]; then
  170.   source ${config_directory}/custom.cfg
  171. elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  172.   source $prefix/custom.cfg
  173. fi
  174. ### END /etc/grub.d/41_custom ###
  175.  
  176. ### BEGIN /etc/grub.d/60_memtest86+ ###
  177. ### END /etc/grub.d/60_memtest86+ ###
  178.  
captcha