bug#28768: guix system vm Failed to install GRUB (EFI)

2017-10-19 Thread Ludovic Courtès
Hello! Marius Bakke skribis: > Ludovic Courtès writes: [...] >> Another option, in the meantime is this: >> >> diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm >> index 273a895be..f763b430b 100644 >> --- a/gnu/system/vm.scm >> +++ b/gnu/system/vm.scm >> @@ -565,6 +565,14 @@ environment with

bug#28768: guix system vm Failed to install GRUB (EFI)

2017-10-19 Thread Oleg Pykhalov
Hello Ludovic, Apologies for the late reply. l...@gnu.org (Ludovic Courtès) writes: > Marius Bakke skribis: > >> Oleg Pykhalov writes: >> >>> EFI bootloader configuration causes problems to test with 'system vm' >>> before 'reconfigure'. >> >> This is because `guix system vm` is not currently

bug#28768: guix system vm Failed to install GRUB (EFI)

2017-10-19 Thread Marius Bakke
Ludovic Courtès writes: > Marius Bakke skribis: > >> Oleg Pykhalov writes: >> >>> EFI bootloader configuration causes problems to test with 'system vm' >>> before 'reconfigure'. >> >> This is because `guix system vm` is not currently UEFI enabled, so GRUB >> tries to install for a normal PC BIO

bug#28768: guix system vm Failed to install GRUB (EFI)

2017-10-12 Thread Ludovic Courtès
Marius Bakke skribis: > Oleg Pykhalov writes: > >> EFI bootloader configuration causes problems to test with 'system vm' >> before 'reconfigure'. > > This is because `guix system vm` is not currently UEFI enabled, so GRUB > tries to install for a normal PC BIOS. > > The fix would be to make the

bug#28768: guix system vm Failed to install GRUB (EFI)

2017-10-10 Thread Marius Bakke
Oleg Pykhalov writes: > EFI bootloader configuration causes problems to test with 'system vm' > before 'reconfigure'. This is because `guix system vm` is not currently UEFI enabled, so GRUB tries to install for a normal PC BIOS. The fix would be to make the various QEMU invocations in (gnu syst

bug#28768: guix system vm Failed to install GRUB (EFI)

2017-10-09 Thread Oleg Pykhalov
Hello Guix, EFI bootloader configuration causes problems to test with 'system vm' before 'reconfigure'. To reproduce it replace default bootloader expression with following snippet in gnu/system/examples/vm-image.tmpl (bootloader (bootloader-configuration (bootloader grub-efi-bo