guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#27705] [PATCH v4 0/4] Make both EFI and non-EFI systems boot our IS


From: Danny Milosavljevic
Subject: [bug#27705] [PATCH v4 0/4] Make both EFI and non-EFI systems boot our ISO9660 disk images.
Date: Fri, 21 Jul 2017 01:06:44 +0200

I've successfully tested it using:

$ qemu-system-x86_64 -bios $(guix build ovmf)/share/firmware/ovmf_x64.bin -m 1G 
-enable-kvm -cdrom Z -serial stdio
$ qemu-system-x86_64 -bios $(guix build ovmf)/share/firmware/ovmf_x64.bin -m 1G 
-enable-kvm -hda Z -serial stdio
$ qemu-system-x86_64 -m 1G -enable-kvm -cdrom Z -serial stdio
$ qemu-system-x86_64 -m 1G -enable-kvm -hda Z -serial stdio

Danny Milosavljevic (4):
  gnu: grub-efi: Add mtools input.
  build: Allow mounting of entire disks.
  gnu: Add grub-hybrid.
  vm: Use grub-hybrid's grub-mkrescue.

 gnu/bootloader/grub.scm      |  6 ++++++
 gnu/build/file-systems.scm   | 13 ++++++++-----
 gnu/packages/bootloaders.scm | 40 +++++++++++++++++++++++++++++++++++++++-
 gnu/system/vm.scm            |  7 +++++++
 4 files changed, 60 insertions(+), 6 deletions(-)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]