Advertisement
Guest User

Untitled

a guest
May 31st, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. # This file was generated from your Guix configuration. Any changes
  2. # will be lost upon reconfiguration.
  3.  
  4. # Set 'root' to the partition that contains /gnu/store.
  5. search --fs-uuid --set 1970-01-01-19-49-46-83
  6.  
  7.  
  8. if loadfont unicode; then
  9. set gfxmode=auto
  10. insmod all_video
  11. insmod gfxterm
  12. fiecho
  13.  
  14. terminal_output gfxterm
  15.  
  16.  
  17. insmod png
  18. if background_image /gnu/store/vaim5n07y229fl94srrgl6dh0mk9akl7-grub-image.png; then
  19. set color_normal=light-gray/black
  20. set color_highlight=yellow/black
  21. else
  22. set menu_color_normal=cyan/blue
  23. set menu_color_highlight=white/blue
  24. fi
  25. # Localization configuration.
  26. # search --file --set /gnu/store/152iqp0x2nias9yl22nknmfcbqik5vd3-grub-locales/en@quot.mo
  27. set locale_dir=/gnu/store/152iqp0x2nias9yl22nknmfcbqik5vd3-grub-locales
  28. set lang=en_US
  29.  
  30. set default=0
  31. set timeout=5
  32. menuentry "GNU Guix installation 1.3.0-1.771b866" {
  33. search --fs-uuid --set 1970-01-01-19-49-46-83
  34. linux /gnu/store/5axms2d6yqx1zqbcjn3cl015cbcaf7i1-linux-libre-5.11.15/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/a361dixcmijs70zlq0rhc917fci1qfy0-system --load=/gnu/store/a361dixcmijs70zlq0rhc917fci1qfy0-system/boot quiet modprobe.blacklist=radeon
  35. initrd /gnu/store/6gqlkmklgvqks6nqf6bc39vj044pjvjd-raw-initrd/initrd.cpio.gz
  36. }
  37.  
  38. if [ "${grub_platform}" == efi ]; then
  39. menuentry "Firmware setup" {
  40. fwsetup
  41. }
  42. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement