From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dYHdC-0004HP-MA for guix-patches@gnu.org; Thu, 20 Jul 2017 16:01:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYHd8-0002db-TQ for guix-patches@gnu.org; Thu, 20 Jul 2017 16:01:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47382) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dYHd8-0002dW-PK for guix-patches@gnu.org; Thu, 20 Jul 2017 16:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dYHd8-0006dD-Ds for guix-patches@gnu.org; Thu, 20 Jul 2017 16:01:02 -0400 Subject: [bug#27705] [PATCH v3 0/4] Make both EFI and non-EFI systems boot our ISO9660 disk images. References: <20170715133532.9687-1-dannym@scratchpost.org> In-Reply-To: <20170715133532.9687-1-dannym@scratchpost.org> Resent-Message-ID: From: Danny Milosavljevic Date: Thu, 20 Jul 2017 21:44:43 +0200 Message-Id: <20170720194447.796-1-dannym@scratchpost.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27705@debbugs.gnu.org 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/build/file-systems.scm | 13 ++++++++----- gnu/packages/bootloaders.scm | 40 +++++++++++++++++++++++++++++++++++++++- gnu/system/vm.scm | 2 +- 3 files changed, 48 insertions(+), 7 deletions(-)