diff options
Diffstat (limited to 'misc')
| -rw-r--r--[-rwxr-xr-x] | misc/grub.cfg | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | misc/qemu-boot.sh | 10 |
2 files changed, 9 insertions, 1 deletions
diff --git a/misc/grub.cfg b/misc/grub.cfg index 1ab43d5..1ab43d5 100755..100644 --- a/misc/grub.cfg +++ b/misc/grub.cfg diff --git a/misc/qemu-boot.sh b/misc/qemu-boot.sh index 4465432..1c811b6 100644..100755 --- 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 |
