Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=7520e075ea53ff2e6e5f109d574948513e0dc58a
commit 7520e075ea53ff2e6e5f109d574948513e0dc58a Author: crazy <[email protected]> Date: Sun Jul 30 19:52:10 2017 +0200 typos diff --git a/README-QEMU-EFI.md b/README-QEMU-EFI.md index be0e041..126f868 100644 --- a/README-QEMU-EFI.md +++ b/README-QEMU-EFI.md @@ -3,12 +3,12 @@ 1. build an new ISO if you don't have one already 2. install ofc qemu and create an hdd ( see qemu-img ) 3. create a testing dir: - mkdir -p ~/qemu-efi/efi-bios && cd ~/qemu-efi/efi-bios + mkdir -p ~/qemu-efi/efi-bios && cd ~/qemu-efi/efi-bios 4. download the zip and unpack in: [OVMF-X64-r15214.zip](https://sourceforge.net/projects/edk2/files/OVMF/OVMF-X64-r15214.zip) 5. cd ~/qemu-efi and run qemu like this : - qemu -bios efi-bios/OVMF.fd -cdrom YOUR_ISO -hda YOUR_QEMU_HDD -boot d -smp 2 -m 2048 --enable-kvm + qemu -bios efi-bios/OVMF.fd -cdrom YOUR_ISO -hda YOUR_QEMU_HDD -boot d -smp 2 -m 2048 -enable-kvm You may see some warnings from DMI , ignore these .. _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
