From 816cb9fc7931bcfe769d244aa88b6de0b878e45b Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Fri, 1 Feb 2019 16:10:36 -0800 Subject: [PATCH] Adds method to copy OVMF.fd from usr/share/qemu/OVMF.fd to wd. Signed-off-by: Michael Vincerra --- .../get-started/virtual-machine-install/kvm.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/get-started/virtual-machine-install/kvm.rst b/source/clear-linux/get-started/virtual-machine-install/kvm.rst index 718bd559..5f8cd200 100644 --- a/source/clear-linux/get-started/virtual-machine-install/kvm.rst +++ b/source/clear-linux/get-started/virtual-machine-install/kvm.rst @@ -64,8 +64,19 @@ Download and launch the virtual machine unxz clear--kvm.img.xz #. Download the `OVMF file`_ file that provides UEFI support for - virtual machines from the `image `_ - directory. + virtual machines from the `image `_ directory. + +#. Copy :file:`OVMF.fd` to the working directory, as shown below. + + .. code-block:: bash + + cp /usr/share/qemu/OVMF.fd + + .. note:: + + Replace with your own. + + For non-Clear Linux hosts, the preferred approach is to download it from https://cdn.download.clearlinux.org/image/OVMF.fd #. Download the sample `QEMU-KVM launcher`_ script from the `image `_ directory. This script