Comment 1 for bug 1509336

Revision history for this message
Okra (okrahere) wrote :

My problem was solved by using the UEFI boot loader and I followed the instructions at the following links:

https://github.com/tianocore/tianocore.github.io/wiki/How-to-build-OVMF

http://www.linux-kvm.org/downloads/lersek/ovmf-whitepaper-c770f8c.txt

Also remove the "-bios" option above and added the following options.

-drive if=pflash,format=raw,readonly,file=OVMF_CODE.fd \
-drive if=pflash,format=raw,file=OVMF_VARS.fd \

Also changed clover to boot with UEFI only. Anyway that has used clover will know how to change this option.