Hello, does someone have test syslinux EFI64 bootloader in qemu ? we have a own c32 module. And some build of this module will hang booting. Now I will (debug / test) this in qemu. Is that possible? if so, what do I need except qemu-syste-x86-64. And how do I have to start the qemu? Thanks & regards Johann
Hi,> does someone have test syslinux EFI64 bootloader in qemu ?IIRC, yes. With a Knoppix 8 ISO as -hda. (It's a rarity by using SYSLINUX for EFI in an ISO.)> what do I need except qemu-syste-x86-64.OVMF: Open Virtual Machine Firmware I find traces in my mailbox that i did on Debian: qemu-system-x86_64 -enable-kvm -m 512 \ -hda knoppix_v8_linuxmag_04_17.iso \ -bios /usr/share/ovmf/OVMF.fd I still have that ISO ... and it still boots that way. Have a nice day :) Thomas
Hello,> -----Urspr?ngliche Nachricht----- > Von: Syslinux <syslinux-bounces at syslinux.org> Im Auftrag von Johann > Obermayr via Syslinux > Gesendet: Freitag, 24. Mai 2019 13:49 > An: syslinux at syslinux.org > Betreff: [syslinux] syslinux efi64 test c32 module > > Hello, > > does someone have test syslinux EFI64 bootloader in qemu ? > we have a own c32 module. And some build of this module will hang booting. > Now I will (debug / test) this in qemu. > Is that possible? > if so, what do I need except qemu-syste-x86-64. > And how do I have to start the qemu?sudo qemu-system-x86_64 --enable-kvm -cpu host -M pc,accel=kvm -m 1G -drive file=/usr/share/ovmf/OVMF.fd,if=pflash,format=raw,unit=0,readonly=on -hda fat:/<path to image directory>/ and the directory have /EFI/BOOT/BOOTx64.efi and config files> > Thanks & regards > Johann > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at syslinux.org > Unsubscribe or set options at: > https://lists.syslinux.org/syslinuxRegards Johann
Hello,> -----Urspr?ngliche Nachricht----- > Von: Syslinux <syslinux-bounces at syslinux.org> Im Auftrag von Thomas > Schmitt via Syslinux > Gesendet: Freitag, 24. Mai 2019 14:45 > An: syslinux at syslinux.org > Betreff: Re: [syslinux] syslinux efi64 test c32 module > > Hi, > > > does someone have test syslinux EFI64 bootloader in qemu ? > > IIRC, yes. With a Knoppix 8 ISO as -hda. (It's a rarity by using SYSLINUX for EFI > in an ISO.) > > > > what do I need except qemu-syste-x86-64. > > OVMF: Open Virtual Machine Firmware > > I find traces in my mailbox that i did on Debian: > > qemu-system-x86_64 -enable-kvm -m 512 \ > -hda knoppix_v8_linuxmag_04_17.iso \ > -bios /usr/share/ovmf/OVMF.fd > > I still have that ISO ... and it still boots that way. >Thanks for this information.> > Have a nice day :) > > Thomas > > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at syslinux.org > Unsubscribe or set options at: > https://lists.syslinux.org/syslinuxBest regards Johann