Hello! Marius Bakke <mba...@fastmail.com> skribis:
>>> OK. I'll try to find out why tests don't work with the UEFI variant >>> first in order to at least write a meaningful comment. Maybe qemu needs >>> UEFI support or something like that. >> >> It might be that we no longer need QEMU 1.3.1 to run the tests (see the >> top of gnu/packages/grub.scm)? > > The problem is missing UEFI firmware for the qemu calls. But we indeed > no longer need qemu@1.3.1 for the tests, at least on x86_64. I replaced > it with 'qemu-minimal'. Pushed! Great! I’m failing at installing GuixSD on a new laptop I have here. ‘efibootmgr’ exits with code 2 and this message: EFI variables are not supported on this system. (which ‘grub-install’ happily ignores.) This is because /sys/firmware/efi is missing, which apparently is because I booted off the GuixSD USB image (“legacy”) and not in EFI mode. What would you suggest? :-) TIA, Ludo’.