# This file was generated from your GuixSD configuration. Any changes # will be lost upon reconfiguration. function setup_gfxterm { # Leave 'gfxmode' to 'auto'. insmod video_bochs insmod video_cirrus insmod gfxterm if [ "${grub_platform}" == efi ]; then # This is for (U)EFI systems (these modules are unavailable in the # non-EFI GRUB.) If we don't load them, GRUB boots in "blind mode", # which isn't convenient. insmod efi_gop insmod efi_uga else # These are specific to non-EFI Intel machines. insmod vbe insmod vga fi } insmod part_gpt insmod cryptodisk insmod luks insmod gcry_rijndael insmod gcry_rijndael insmod gcry_sha256 insmod btrfs cryptomount -u ab43f8be1a184999836d71dac382dfb5 set root='cryptouuid/ab43f8be1a184999836d71dac382dfb5' search --no-floppy --fs-uuid --set=root --hint='cryptouuid/ab43f8be1a184999836d71dac382dfb5' 7cd60921-2b01-487d-8369-046a23a00de5 font="/__current/gnu/store/yl5wpd2gl5fj791iqhwg4a49k5n3abmv-grub-2.02/share/grub/unicode.pf2" if loadfont $font; then setup_gfxterm fi # # Set 'root' to the partition that contains /gnu/store. # search --label --set root # if loadfont /store/yl5wpd2gl5fj791iqhwg4a49k5n3abmv-grub-2.02/share/grub/unicode.pf2; then # setup_gfxterm # fi terminal_output gfxterm insmod png if background_image /__current/gnu/store/8a213jvfzafcf6mfny2hs2jb1ya94i92-grub-image.png; then set color_normal=light-gray/black set color_highlight=yellow/black else set menu_color_normal=cyan/blue set menu_color_highlight=white/blue fi set default=0 set timeout=5 menuentry "GNU with Linux-Libre 4.17.3 (beta)" { #search --label --set root set gfxpayload=keep insmod gzio insmod part_gpt insmod cryptodisk insmod luks insmod gcry_rijndael insmod gcry_rijndael insmod gcry_sha256 insmod btrfs cryptomount -u ab43f8be1a184999836d71dac382dfb5 set root='cryptouuid/ab43f8be1a184999836d71dac382dfb5' search --no-floppy --fs-uuid --set=root --hint='cryptouuid/ab43f8be1a184999836d71dac382dfb5' 7cd60921-2b01-487d-8369-046a23a00de5 linux /__current/gnu/store/s34syxcgp84siz2f77f0qakhgqm928h8-linux-libre-4.17.3/bzImage --root=root --system=/gnu/store/9gz04sb4bbds3psfsqxvxvf3wgvfg9gh-system --load=/gnu/store/9gz04sb4bbds3psfsqxvxvf3wgvfg9gh-system/boot rootflags=compress=lzo,subvol=__current/guixsd-root initrd /__current/gnu/store/bm6h2hrnhw5s1sy3wsjkagz2n03fwqps-raw-initrd/initrd }