From 383ae0127fa26133158ac42c06d0415aa89df58e Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sun, 19 Jul 2026 01:17:14 -0400 Subject: improvements --- misc/grub.cfg | 0 misc/qemu-boot.sh | 10 +++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) mode change 100755 => 100644 misc/grub.cfg mode change 100644 => 100755 misc/qemu-boot.sh (limited to 'misc') diff --git a/misc/grub.cfg b/misc/grub.cfg old mode 100755 new mode 100644 diff --git a/misc/qemu-boot.sh b/misc/qemu-boot.sh old mode 100644 new mode 100755 index 4465432..1c811b6 --- a/misc/qemu-boot.sh +++ b/misc/qemu-boot.sh @@ -1,2 +1,10 @@ #!/bin/sh -qemu-system-x86_64 -bios ovmf-x64/OVMF_CODE-with-csm.fd -m 32G -smp 4 -drive file=lfs.raw,format=raw,if=virtio -enable-kvm -boot c +qemu-system-x86_64 -bios /usr/share/edk2-ovmf/OVMF_CODE.fd -m 32G -smp 4 -drive file=lfs.qcow2,format=qcow2,if=virtio + +# === how to boot image === + +# Go to EFI shell + +# FS0: +# cd EFI\rasde\ +# .\grubx64.efi -- cgit v1.2.3