From 08fac89fb047be48a9e40846a5e18eb8fe48c657 Mon Sep 17 00:00:00 2001 From: Alexey Pristavkin Date: Mon, 22 Jul 2019 17:49:39 +0300 Subject: [PATCH] Note that disk controller must be SATA not SCSI. (#424) The image hang on startup on the SCSI controller, which is the default controller type for custom VMs in VMWare Fusion. --- Documentation/boards/ova.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/boards/ova.md b/Documentation/boards/ova.md index b0ec10fe9..dc5a0a9ac 100644 --- a/Documentation/boards/ova.md +++ b/Documentation/boards/ova.md @@ -4,6 +4,7 @@ Using this VMDK in a virtual machine requires the following: - Operating system: Other 4.x or later Linux (64-bit) - Enabled support for UEFI boot +- SATA disk controller - Minimal of 1GB RAM - At least 2x vCPU - An assigned network @@ -14,6 +15,4 @@ Currently, we only publish a VMDK virtual disk, due to issues with our previous - HyperV - VirtualBox -- VMware - -You might need to convert the VMDK into a different format that is accepted by your virtualization platform of choice. +- VMware \ No newline at end of file