blob: 1c811b6ebe45bfa119f3e3bd927292810783678f (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
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
|