Virtualization with UEFI'secure boot feature

1

I'm interested in the notion of emulating digital signature checks in virtual machines—the host can be booted without hardware-based digital signature checks, which can be moved to the VM, and the virtualization can prevent the software-based chain-of-trust from being undercut by the operating system running in the VM. VirtualBox and VMware both support a UEFI environment, and TianoCore is often used as the virtual firmware in such systems, so I'm wondering if any virtualization programs support secure boot. Do such ones exist? Can they be configured to use my own public key(s)?

Melab

Posted 2015-08-14T15:27:44.320

Reputation: 637

2You can use Tiano Core OVMF on QEMU to simulate and explore UEFI with secure boot. It will allow you to boot into firmware settings, insert your own public keys and run signed binaries, install OS in virtual environment. – patkim – 2015-08-14T21:11:56.767

No answers