canonical / multipass

Multipass orchestrates virtual Ubuntu instances
https://multipass.run
GNU General Public License v3.0
7.76k stars 642 forks source link

[qemu] UEFI firmware should be loaded via `-pflash` instead of `-bios` #3430

Open townsend2010 opened 7 months ago

townsend2010 commented 7 months ago

On Linux, we should be using pflash instead of -bios for loading the UEFI firmware. See https://lists.katacontainers.io/pipermail/kata-dev/2021-January/001650.html for more info.

Thanks to @jnsgruk for pointing this out!