Re: UEFI testing

2018-02-08 Thread Ludovic Courtès
Danny Milosavljevic skribis: > at FOSDEM we've been talking about testing UEFI booting in Guix system tests. Speaking of which, there was a talk on the topic of QEMU/UEFI: https://fosdem.org/2018/schedule/event/vai_qemu_in_uefi/ Ludo’.

Re: UEFI testing

2018-02-07 Thread Gábor Boskovits
2018-02-07 10:58 GMT+01:00 Danny Milosavljevic : > Hi, > > at FOSDEM we've been talking about testing UEFI booting in Guix system > tests. > > The command to use for that is: > > qemu-system-x86_64 -bios $(guix build ovmf)/share/firmware/ovmf_x64.bin > -m 1G -enable-kvm -hda ZZ -serial stdio > > T