From c79f98d5a1dd8061e933c5a9b261a93c632b7f30 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 28 Jan 2026 00:17:04 +0700 Subject: qemu: update the bios parameter and set the image value directly --- qemu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qemu.sh') diff --git a/qemu.sh b/qemu.sh index a696f2d..b6fc8fa 100755 --- a/qemu.sh +++ b/qemu.sh @@ -1,11 +1,11 @@ #!/bin/sh -image=$1 +image=disk.raw echo $image qemu-system-x86_64 -enable-kvm \ -drive format=raw,file=$image,if=virtio \ -device virtio-net,netdev=network0 \ -netdev user,id=network0 \ -m 512M \ - -bios /usr/share/ovmf/x64/OVMF.fd \ + -bios /usr/share/ovmf/x64/OVMF.4m.fd \ -boot menu=on -- cgit v1.3