patch incorrect firmware

This commit is contained in:
JOLIMAITRE Matthieu 2024-02-27 02:38:54 +01:00
parent 774535d903
commit 59f6b8f1e6

View file

@ -25,7 +25,7 @@ fi
log "creating VM"
VBoxManage createvm --name=$VM_NAME --ostype=ArchLinux_64 --register
VBoxManage modifyvm $VM_NAME --cpus=4 --memory=4096 --vram=12
VBoxManage modifyvm $VM_NAME --cpus=4 --memory=4096 --vram=12 --firmware=efi
VBoxManage modifyvm $VM_NAME --nic1=bridged --bridgeadapter1=$ETH_DEV
VBoxManage createhd --filename=$PWD/tmp/drive.vdi --size=$((1024 * 20)) --variant=Standard
VBoxManage storagectl $VM_NAME --name=SATA --add sata --bootable on