Guest User

Untitled

a guest
Oct 23rd, 2025
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.98 KB | None | 0 0
  1. Generating grub configuration file ...
  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.  
  9. ### BEGIN /etc/grub.d/00_header ###
  10. insmod part_gpt
  11. insmod part_msdos
  12. if [ -s $prefix/grubenv ]; then
  13. load_env
  14. fi
  15. if [ "${next_entry}" ] ; then
  16. set default="${next_entry}"
  17. set next_entry=
  18. save_env next_entry
  19. set boot_once=true
  20. else
  21. set default="0"
  22. fi
  23.  
  24. if [ x"${feature_menuentry_id}" = xy ]; then
  25. menuentry_id_option="--id"
  26. else
  27. menuentry_id_option=""
  28. fi
  29.  
  30. export menuentry_id_option
  31.  
  32. if [ "${prev_saved_entry}" ]; then
  33. set saved_entry="${prev_saved_entry}"
  34. save_env saved_entry
  35. set prev_saved_entry=
  36. save_env prev_saved_entry
  37. set boot_once=true
  38. fi
  39.  
  40. function savedefault {
  41. if [ -z "${boot_once}" ]; then
  42. saved_entry="${chosen}"
  43. save_env saved_entry
  44. fi
  45. }
  46.  
  47. function load_video {
  48. if [ x$feature_all_video_module = xy ]; then
  49. insmod all_video
  50. else
  51. insmod efi_gop
  52. insmod efi_uga
  53. insmod ieee1275_fb
  54. insmod vbe
  55. insmod vga
  56. insmod video_bochs
  57. insmod video_cirrus
  58. fi
  59. }
  60.  
  61. if [ x$feature_default_font_path = xy ] ; then
  62. font=unicode
  63. else
  64. insmod part_gpt
  65. insmod btrfs
  66. search --no-floppy --fs-uuid --set=root 7c86b63f-ac88-4e95-a662-ee4b832e321c
  67. font="/@/usr/share/grub/unicode.pf2"
  68. fi
  69.  
  70. if loadfont $font ; then
  71. set gfxmode=auto
  72. load_video
  73. insmod gfxterm
  74. set locale_dir=$prefix/locale
  75. set lang=en_AU
  76. insmod gettext
  77. fi
  78. terminal_input console
  79. terminal_output gfxterm
  80. if [ x$feature_timeout_style = xy ] ; then
  81. set timeout_style=menu
  82. set timeout=5
  83. # Fallback normal timeout code in case the timeout_style feature is
  84. # unavailable.
  85. else
  86. set timeout=5
  87. fi
  88. ### END /etc/grub.d/00_header ###
  89.  
  90. ### BEGIN /etc/grub.d/10_linux ###
  91. Found linux image: /boot/vmlinuz-linux-cachyos-lts
  92. Found initrd image: /boot/amd-ucode.img /boot/initramfs-linux-cachyos-lts.img
  93. menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-7c86b63f-ac88-4e95-a662-ee4b832e321c' {
  94. load_video
  95. set gfxpayload=keep
  96. insmod gzio
  97. insmod part_gpt
  98. insmod fat
  99. search --no-floppy --fs-uuid --set=root 3551-8E81
  100. echo 'Loading Linux linux-cachyos-lts ...'
  101. linux /vmlinuz-linux-cachyos-lts root=UUID=7c86b63f-ac88-4e95-a662-ee4b832e321c rw rootflags=subvol=@ loglevel=3 quiet
  102. echo 'Loading initial ramdisk ...'
  103. initrd /amd-ucode.img /initramfs-linux-cachyos-lts.img
  104. }
  105. submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-7c86b63f-ac88-4e95-a662-ee4b832e321c' {
  106. menuentry 'Arch Linux, with Linux linux-cachyos-lts' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-cachyos-lts-advanced-7c86b63f-ac88-4e95-a662-ee4b832e321c' {
  107. load_video
  108. set gfxpayload=keep
  109. insmod gzio
  110. insmod part_gpt
  111. insmod fat
  112. search --no-floppy --fs-uuid --set=root 3551-8E81
  113. echo 'Loading Linux linux-cachyos-lts ...'
  114. linux /vmlinuz-linux-cachyos-lts root=UUID=7c86b63f-ac88-4e95-a662-ee4b832e321c rw rootflags=subvol=@ loglevel=3 quiet
  115. echo 'Loading initial ramdisk ...'
  116. initrd /amd-ucode.img /initramfs-linux-cachyos-lts.img
  117. }
  118. Found linux image: /boot/vmlinuz-linux-cachyos
  119. Found initrd image: /boot/amd-ucode.img /boot/initramfs-linux-cachyos.img
  120. menuentry 'Arch Linux, with Linux linux-cachyos' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-cachyos-advanced-7c86b63f-ac88-4e95-a662-ee4b832e321c' {
  121. load_video
  122. set gfxpayload=keep
  123. insmod gzio
  124. insmod part_gpt
  125. insmod fat
  126. search --no-floppy --fs-uuid --set=root 3551-8E81
  127. echo 'Loading Linux linux-cachyos ...'
  128. linux /vmlinuz-linux-cachyos root=UUID=7c86b63f-ac88-4e95-a662-ee4b832e321c rw rootflags=subvol=@ loglevel=3 quiet
  129. echo 'Loading initial ramdisk ...'
  130. initrd /amd-ucode.img /initramfs-linux-cachyos.img
  131. }
  132. }
  133.  
  134. ### END /etc/grub.d/10_linux ###
  135.  
  136. ### BEGIN /etc/grub.d/20_linux_xen ###
  137. ### END /etc/grub.d/20_linux_xen ###
  138.  
  139. ### BEGIN /etc/grub.d/25_bli ###
  140. if [ "$grub_platform" = "efi" ]; then
  141. insmod bli
  142. fi
  143. ### END /etc/grub.d/25_bli ###
  144.  
  145. ### BEGIN /etc/grub.d/30_os-prober ###
  146. Warning: os-prober will not be executed to detect other bootable partitions.
  147. Systems on them will not be added to the GRUB boot configuration.
  148. Check GRUB_DISABLE_OS_PROBER documentation entry.
  149. ### END /etc/grub.d/30_os-prober ###
  150.  
  151. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  152. Adding boot menu entry for UEFI Firmware Settings ...
  153. if [ "$grub_platform" = "efi" ]; then
  154. fwsetup --is-supported
  155. if [ "$?" = 0 ]; then
  156. menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
  157. fwsetup
  158. }
  159. fi
  160. fi
  161. ### END /etc/grub.d/30_uefi-firmware ###
  162.  
  163. ### BEGIN /etc/grub.d/35_fwupd ###
  164. ### END /etc/grub.d/35_fwupd ###
  165.  
  166. ### BEGIN /etc/grub.d/40_custom ###
  167. # This file provides an easy way to add custom menu entries. Simply type the
  168. # menu entries you want to add after this comment. Be careful not to change
  169. # the 'exec tail' line above.
  170. ### END /etc/grub.d/40_custom ###
  171.  
  172. ### BEGIN /etc/grub.d/41_custom ###
  173. if [ -f ${config_directory}/custom.cfg ]; then
  174. source ${config_directory}/custom.cfg
  175. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  176. source $prefix/custom.cfg
  177. fi
  178. ### END /etc/grub.d/41_custom ###
  179.  
  180. ### BEGIN /etc/grub.d/41_snapshots-btrfs ###
  181. Detecting snapshots ...
  182. Found snapshot: 2025-10-24 15:17:54 | @/.snapshots/33/snapshot | single | boot |
  183. Found snapshot: 2025-10-24 15:15:54 | @/.snapshots/32/snapshot | single | boot |
  184. Found snapshot: 2025-10-22 23:00:33 | @/.snapshots/31/snapshot | single | boot |
  185. Found snapshot: 2025-10-22 22:55:52 | @/.snapshots/30/snapshot | post | snap-pac-grub |
  186. Found snapshot: 2025-10-22 22:55:52 | @/.snapshots/29/snapshot | pre | pacman --upgrade --noconfirm -- /home/marko/.cache/paru/clone/snap-pac-g |
  187. Found snapshot: 2025-10-22 22:55:48 | @/.snapshots/28/snapshot | post | snapper-gui-git |
  188. Found snapshot: 2025-10-22 22:55:48 | @/.snapshots/27/snapshot | pre | pacman --upgrade --noconfirm -- /home/marko/.cache/paru/clone/snapper-gu |
  189. Found snapshot: 2025-10-22 22:55:41 | @/.snapshots/26/snapshot | post | gtksourceview3 |
  190. Found snapshot: 2025-10-22 22:55:41 | @/.snapshots/25/snapshot | pre | pacman --sync --needed --noconfirm -- cachyos-extra-v3/gtksourceview3 |
  191. Found snapshot: 2025-10-22 22:35:26 | @/.snapshots/24/snapshot | single | boot |
  192. Found snapshot: 2025-10-22 22:34:20 | @/.snapshots/23/snapshot | single | boot |
  193. Found snapshot: 2025-10-22 22:27:58 | @/.snapshots/22/snapshot | post | grub-btrfs grub-btrfs-support |
  194. Found snapshot: 2025-10-22 22:27:45 | @/.snapshots/21/snapshot | pre | /usr/bin/pacman -S grub-btrfs grub-btrfs-support |
  195. Found snapshot: 2025-10-22 22:26:05 | @/.snapshots/20/snapshot | post | grub-btrfs-support |
  196. Found snapshot: 2025-10-22 22:26:03 | @/.snapshots/19/snapshot | pre | pacman -S grub-btrfs-support --overwrite /usr/bin/* |
  197. Found snapshot: 2025-10-22 22:21:25 | @/.snapshots/18/snapshot | post | grub-btrfs-support |
  198. Found snapshot: 2025-10-22 22:21:23 | @/.snapshots/17/snapshot | pre | pacman -S grub-btrfs-support |
  199. Found snapshot: 2025-10-22 22:20:48 | @/.snapshots/16/snapshot | post | grub-btrfs-support |
  200. Found snapshot: 2025-10-22 22:20:46 | @/.snapshots/15/snapshot | pre | pacman -S grub-btrfs-support |
  201. Found snapshot: 2025-10-22 22:13:31 | @/.snapshots/14/snapshot | single | boot |
  202. Found snapshot: 2025-10-22 22:12:10 | @/.snapshots/13/snapshot | post | electron37 fuse2 obsidian |
  203. Found snapshot: 2025-10-22 22:12:08 | @/.snapshots/12/snapshot | pre | /usr/bin/pacman -S --noconfirm extra/obsidian |
  204. Found snapshot: 2025-10-22 22:10:43 | @/.snapshots/11/snapshot | single | boot |
  205. Found snapshot: 2025-10-22 22:09:56 | @/.snapshots/10/snapshot | single | boot |
  206. Found snapshot: 2025-10-22 21:57:07 | @/.snapshots/9/snapshot | post | grub-btrfs-support |
  207. Found snapshot: 2025-10-22 21:57:05 | @/.snapshots/8/snapshot | pre | pacman -S grub-btrfs-support |
  208. Found snapshot: 2025-10-22 21:48:11 | @/.snapshots/7/snapshot | post | linux-cachyos linux-cachyos-headers |
  209. Found snapshot: 2025-10-22 21:47:57 | @/.snapshots/6/snapshot | pre | pacman -Syu linux-cachyos linux-cachyos-headers |
  210. Found snapshot: 2025-10-22 21:42:14 | @/.snapshots/5/snapshot | post | llvm llvm-libs |
  211. Found snapshot: 2025-10-22 21:42:11 | @/.snapshots/4/snapshot | pre | pacman --color always -Syu |
  212. Found snapshot: 2025-10-22 20:30:24 | @/.snapshots/3/snapshot | post | grub |
  213. Found snapshot: 2025-10-22 20:30:22 | @/.snapshots/2/snapshot | pre | pacman -S grub --overwrite /boot/grub/* |
  214. Found snapshot: 2025-10-22 20:28:28 | @/.snapshots/1/snapshot | single | cachyos-snapper-support grub grub-btrfs grub-btrfs-support snap-pac |
  215. if [ ! -e "${prefix}/grub-btrfs.cfg" ]; then
  216. echo ""
  217. else
  218. submenu 'CachyOS Linux snapshots' {
  219. configfile "${prefix}/grub-btrfs.cfg"
  220. }
  221. fi
  222. Found 33 snapshot(s)
  223. Unmount /tmp/grub-btrfs.RwMd7eum2a .. Success
  224. ### END /etc/grub.d/41_snapshots-btrfs ###
  225. done
  226.  
  227.  
Advertisement
Add Comment
Please, Sign In to add comment