GNU bug report logs -
#26815
[PATCH 0/3] Hybrid UEFI disk image
Previous Next
Reported by: Marius Bakke <mbakke <at> fastmail.com>
Date: Sun, 7 May 2017 14:36:02 UTC
Severity: important
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 19 May 2017 18:15:50 +0200
with message-id <87k25cvn49.fsf <at> fastmail.com>
and subject line Re: bug#26815: [PATCH v4 3/3] vm: Add UEFI loader to disk images.
has caused the debbugs.gnu.org bug report #26815,
regarding [PATCH 0/3] Hybrid UEFI disk image
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
26815: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26815
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
This ended up a lot simpler than anticipated.
These patches are on top of <https://bugs.gnu.org/26339>, but can be
ported to master since it ultimately didn't use any of the new tricks.
Test with:
$ cp $(./pre-inst-env guix system disk-image --image-size=1G \
gnu/system/install.scm) install.img
$ chmod 644 install.img
$ qemu-system-x86_64 -enable-kvm -m 512M -serial stdio \
-bios $(guix build ovmf)/share/firmware/ovmf_x64.bin \
-drive file=install.img,if=virtio
One caveat is that it probably only works on most(?) 64-bit systems.
Please test it on real hardware, especially older EFI systems. Not sure
what to do about 32-bit yet.
Marius Bakke (3):
vm: Add support for arbitrary partition flags.
vm: Support creating FAT partitions.
vm: Support EFI boot in base image.
gnu/build/vm.scm | 98 +++++++++++++++++++++++++++++++++++++++------
gnu/system/linux-initrd.scm | 4 +-
gnu/system/vm.scm | 16 ++++++--
3 files changed, 98 insertions(+), 20 deletions(-)
--
2.12.2
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> writes:
> Marius Bakke <mbakke <at> fastmail.com> skribis:
>
>> Here is a start on UEFI documentation update. Not sure if it's okay to
>> hijack the lightweight desktop template, or if it's better to have an
>> example closer to the (GRUB Configuration) section.
>
> I think it’s OK.
>
>> From 9db5b8acb017b8f283d36d09835f947879be4e30 Mon Sep 17 00:00:00 2001
>> From: Marius Bakke <mbakke <at> fastmail.com>
>> Date: Thu, 18 May 2017 19:24:36 +0200
>> Subject: [PATCH] doc: Update GRUB EFI instructions.
>>
>> * doc/guix.texi (USB Stick Installation): Mention UEFI.
>> (Preparing for Installation): Add note about EFI System Partition.
>> (Proceeding with the Installation): Mention the GRUB-EFI package.
>> (GRUB Configuration): Likewise.
>> (Using the Configuration System): Hijack lightweight desktop to include UEFI.
>> * gnu/system/examples/lightweight-desktop.tmpl: Adjust native EFI configuration.
>
> Great! Minor suggestions:
[...]
Thanks again for the excellent feedback. I did an installation by
"naively" following the manual and noticed that it does not mention
mounting other partitions before `guix system init`. So, I added it.
Pushed at last!
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 8 years and 46 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.