diff --git a/docs/developer-guide/assets/01-select-installer.png b/docs/developer-guide/assets/01-select-installer.png new file mode 100644 index 0000000000..12bc9c68cb Binary files /dev/null and b/docs/developer-guide/assets/01-select-installer.png differ diff --git a/docs/developer-guide/assets/02-partition-config.png b/docs/developer-guide/assets/02-partition-config.png new file mode 100644 index 0000000000..b293015afa Binary files /dev/null and b/docs/developer-guide/assets/02-partition-config.png differ diff --git a/docs/developer-guide/assets/03-system-config.png b/docs/developer-guide/assets/03-system-config.png new file mode 100644 index 0000000000..32d2d431f5 Binary files /dev/null and b/docs/developer-guide/assets/03-system-config.png differ diff --git a/docs/developer-guide/assets/04-install-complete.png b/docs/developer-guide/assets/04-install-complete.png new file mode 100644 index 0000000000..5c7fe97c88 Binary files /dev/null and b/docs/developer-guide/assets/04-install-complete.png differ diff --git a/docs/developer-guide/get-started/installation-howto.md b/docs/developer-guide/get-started/installation-howto.md index 94f0b31274..1f96b18d01 100644 --- a/docs/developer-guide/get-started/installation-howto.md +++ b/docs/developer-guide/get-started/installation-howto.md @@ -104,7 +104,16 @@ sudo usermod -a -G libvirt $(whoami) ## Bare metal with ISO -### Linux +### Requirements + +You will need: + +- [EMT-D 3.0](https://files-rs.edgeorchestration.intel.com/files-edge-orch/microvisor/iso/EdgeMicrovisorToolkit-3.0.iso) latest release +- USB flash drive (min. 8GB) +- Access to the target machine +- Optional: Monitor and keyboard, or BMC/iDRAC/iKVM access + +### Create Bootable USB (Linux) Follow the steps below to create a bootable USB device to install Edge Microvisor Toolkit on your bare metal system. @@ -133,21 +142,56 @@ sudo sync Then, safely remove the USB drive. -### Windows +### Create Bootable USB (Windows) + +On Windows, download and install an ISO writer software such as [Rufus](https://rufus.ie/en). + +1. Insert the USB device (8GB or more) +1. Launch Rufus +1. Select the USB drive from the dropdown list +1. Boot selection: Select your EMT 3.0 iso file +1. Image option: Leave default or choose 'Standard Installation' +1. Partition scheme: MBR (for legacy BIOS) or GPT (for UEFI) +1. File system: FAT32 (recommended) +1. Click Start +1. Confirm warnings about data being erased +1. Wait for completion and safely eject the USB + +### Boot and Install Edge Microvisor Toolkit + +**Boot from USB** +1. Insert the USB into the target machine +1. Enter BIOS/Boot menu +1. Choose USB drive as the boot device -On Windows, download and install an ISO writer software such as [Rufus](https://rufus.ie). -Make sure you follow the steps below: +**Select Installer** +1. Choose 'Terminal Installer' or 'Graphical Installer' when prompted ![Select installer](../assets/01-select-installer.png) -1. Plug in the USB device. -2. Launch Rufus and select the USB drive from the dropdown list. -3. Choose the ISO file by clicking *SELECT* under *Boot Selection*. -4. Select *GPT* as the partitioning scheme. -5. Click *START* to begin writing the ISO to the USB device. -6. Eject the USB device when Rufus has completed writing the ISO. +**Follow Installation Prompts** +1. Accept license +1. Select target disc to install EMT on + ![Partition](../assets/02-partition-config.png) +1. Skip disc encryption (optional) +1. Host name - keep as default + ![System config](../assets/03-system-config.png) +1. Create username and password +1. Confirm and begin installation + +**Restart the System** +1. After completion, click Restart + ![Complete](../assets/04-install-complete.png) +1. EMT image will boot from the installed disc + +### Post Installation Check + +After reboot, login and check the EMT OS version. Run the following command + +```bash +cat /etc/os-release +``` -Install the Edge Microvisor Toolkit using the live installer ISO and follow the on-screen -configuration instructions. Optionally, you can enable the option for Full Disc Encryption -(FDE). +You should see EMT image version. **Installation Complete**. You are +now ready to use the EMT 3.0 image! ## Next