Displaying 2 results from an estimated 2 matches for "knoppix_v8_linuxmag_04_17".
2019 May 24
3
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?
Thanks & regards
Johann
2019 May 24
0
syslinux efi64 test c32 module
...C, 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