diff --git a/source/vm-virtualbox.rst b/source/vm-virtualbox.rst index 67efb8e2..f30fe974 100644 --- a/source/vm-virtualbox.rst +++ b/source/vm-virtualbox.rst @@ -26,7 +26,7 @@ Create a virtual machine in VirtualBox 1. Download the latest_ Clear linux live version (clear-XXXX-live.img.xz) from https://download.clearlinux.org/image/. -2. Decompress clear linux image +2. Decompress Clear Linux image. Uncompressed image size is ~ **5GiB**. - On Linux :: diff --git a/source/vm-vmware-esxi.rst b/source/vm-vmware-esxi.rst index 9fbe5d47..74b21b97 100644 --- a/source/vm-vmware-esxi.rst +++ b/source/vm-vmware-esxi.rst @@ -14,8 +14,9 @@ Run Clear Linux* 1. In order to boot Clear Linux* download the latest_ live disk image from https://download.clearlinux.org/image/ +2. Decompress Clear Linux image. Uncompressed image size is ~ **5GiB**. -2. Create and configure a virtual machine with the following configuration: +3. Create and configure a virtual machine with the following configuration: - Guest Operating system: **Linux, Distribution Other 3.x Linux (64-bits)** @@ -26,13 +27,14 @@ Run Clear Linux* In VMware vShere GUI go to the configuration settings of the virtual machine->General Tab-> And select **EFI boot firmware** + - **IDE disk**: Convert to vmdk and attach the Clear Linux image downloaded above. To convert Clear Linux image to VMWare* disk (vmdk) you can use qemu-img command:: $qemu-img convert -f raw -O vmdk -p clear-vmware.img clear-vmware.vmdk -3. Start the Clear Linux* virtual machine +4. Start the Clear Linux* virtual machine ********************************* Using optimized kernel for VMware diff --git a/source/vm-vmware-player.rst b/source/vm-vmware-player.rst index 8c424f92..5a22eb68 100644 --- a/source/vm-vmware-player.rst +++ b/source/vm-vmware-player.rst @@ -38,7 +38,7 @@ https://download.clearlinux.org/image/. In Clear Linux website you can find different image flavors (kvm, clear-containers, cloud and live), please download the live image (clear-XXXX-live.img.xz). -1. Decompress the image: +1. Decompress Clear Linux image. Uncompressed image size is ~ **5GiB**. - On Linux ::