Skip to content

Commit

Permalink
fix: UEFI boot image (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 29, 2023
1 parent 942f2a7 commit abcd652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -Eeuo pipefail

case "${BOOT_MODE,,}" in
uefi)
BOOT_OPTS="-bios /usr/share/OVMF/OVMF_CODE.fd"
BOOT_OPTS="-bios /usr/share/OVMF/OVMF_CODE_4M.fd"
;;
legacy)
BOOT_OPTS=""
Expand Down

0 comments on commit abcd652

Please sign in to comment.