Closed sauterp closed 2 years ago
linking #5466
@sauterp this would be a nice thing to fix
I'm also running into this, can't seem to get it working;
❯ fd OVMF /usr
/usr/share/OVMF
/usr/share/OVMF/OVMF_VARS.secboot.fd
/usr/share/OVMF/OVMF_VARS.fd
/usr/share/OVMF/OVMF_CODE.secboot.fd
/usr/share/edk2/ovmf/OVMF_CODE.cc.fd
/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd
/usr/share/edk2/ovmf/OVMF_VARS.fd
/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd
❯ cat /etc/os-release
NAME="AlmaLinux"
VERSION="8.6 (Sky Tiger)"
ID="almalinux"
ID_LIKE="rhel centos fedora"
VERSION_ID="8.6"
PLATFORM_ID="platform:el8"
PRETTY_NAME="AlmaLinux 8.6 (Sky Tiger)"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:almalinux:almalinux:8::baseos"
HOME_URL="https://almalinux.org/"
DOCUMENTATION_URL="https://wiki.almalinux.org/"
BUG_REPORT_URL="https://bugs.almalinux.org/"
ALMALINUX_MANTISBT_PROJECT="AlmaLinux-8"
ALMALINUX_MANTISBT_PROJECT_VERSION="8.6"
Edit:
Fixed with ln -sf /usr/share/OVMF/OVMF_CODE.secboot.fd /usr/share/OVMF/OVMF_CODE.fd
from here
Bug Report
As I'm following this guide for provisioning a local development cluster in qemu on Fedora, I get the error
the required flash image was not found in any of the expected paths for (["/usr/share/ovmf/OVMF.fd" "/usr/share/OVMF/OVMF.fd"]), please install it with the package manager or specify --extra-uefi-search-paths
, when I try run:Environment