Comment 1 for bug 1903681

Revision history for this message
dann frazier (dannf) wrote : Re: [Bug 1903681] [NEW] 20.04 LTS's OVMF_CODE.ms.fd does not boot

On Tue, Nov 10, 2020 at 4:01 AM Ryutaroh Matsumoto
<email address hidden> wrote:
> cp /usr/share/OVMF/OVMF_VARS.ms.fd .
> qemu-system-x86_64 -enable-kvm -cpu host -machine q35,smm=on,accel=kvm -global driver=cfi.pflash01,property=secure,value=on -m 1024 -drive if=pflash,unit=0,format=raw,read-only=on,file=/usr/share/OVMF/OVMF_CODE.ms.fd -drive if=pflash,unit=1,format=raw,file=OVMF_VARS.ms.fd

You need to include:
  -global ICH9-LPC.disable_s3=1

 -dann