Skip to content

Commit

Permalink
Merge pull request #5877 from Slancaster1/fix_usb_boot_check
Browse files Browse the repository at this point in the history
boot_from_usb_device.cfg: Update regex
  • Loading branch information
dzhengfy authored Sep 6, 2024
2 parents 03ea5b7 + 50c275f commit 2baf67c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
start_vm = no
bus_type = "usb"
bootmenu_dict = {'bootmenu_enable': 'yes', 'bootmenu_timeout': '3000', 'bios_useserial': 'yes'}
check_prompt = "UEFI .* USB|1. USB MSC Drive .*|UsbBootDetectMedia: UsbBootIsUnitReady .*"
check_prompt = "UEFI .* USB|1. USB MSC Drive .*|UsbBootDetectMedia: UsbBootIsUnitReady .*|.*UsbBootExecCmd: Success to Exec 0x0 Cmd \(Result = 1\).*"
only q35, aarch64
aarch64:
bootmenu_dict = {'bootmenu_enable': 'yes', 'bootmenu_timeout': '3000'}
Expand Down

0 comments on commit 2baf67c

Please sign in to comment.