Always boot macOS via OpenCore
This commit is contained in:
parent
7553e77b11
commit
d49bcb3452
2
quickemu
2
quickemu
@ -665,7 +665,7 @@ function vm_boot() {
|
||||
if [ "${guest_os}" == "macos" ]; then
|
||||
# shellcheck disable=SC2054
|
||||
args+=(-device ahci,id=ahci
|
||||
-device ide-hd,bus=ahci.0,drive=BootLoader
|
||||
-device ide-hd,bus=ahci.0,drive=BootLoader,bootindex=0
|
||||
-drive id=BootLoader,if=none,format=qcow2,file="${MAC_BOOTLOADER}")
|
||||
|
||||
if [ -n "${img}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user