Skip to content

Commit d82574d

Browse files
authored
Merge branch '3.0' into 3.0
2 parents 41d322b + 46183dd commit d82574d

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

docs/developer-guide/get-started/installation-howto.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ describes in detail how to quickly install and try out Edge Microvisor Toolkit o
55

66
## Virtual Machine with Hyper-V
77

8-
When using Hyper-V you can install the ISO to a virtual hard drive that you create, or
8+
When using Hyper-V, you can install the ISO to a virtual hard drive that you create, or
99
you can attach an existing VHD artifact produced by the build pipeline. See the steps below:
1010

1111
1. From Hyper-V select *Action-> New-> Virtual Machine*.
@@ -30,11 +30,11 @@ you can attach an existing VHD artifact produced by the build pipeline. See the
3030
3. Select *Firmware* and adjust the boot order so DVD is the first and Hard Drive is second.
3131
4. Select *Apply* to apply all changes.
3232
5. Right click your VM and select *Connect...*. Select *Start*.
33-
6. Follow the Installer prompts to install your image.
33+
6. Follow the installer prompts to install your image.
3434
7. When installation completes, select *Restart* to reboot the machine. The installation ISO
3535
will be automatically ejected.
3636
8. When prompted, sign in to your Edge Microvisor Toolkit using the username and password
37-
provisioned through the Installer.
37+
provisioned through the installer.
3838

3939
> **Note:**
4040
When using an existing VHD, the default username/password is root/root.
@@ -53,7 +53,7 @@ you can attach an existing VHD artifact produced by the build pipeline. See the
5353
### Converting Image File to VDI
5454

5555
You can convert a VHD or RAW image to the VDI format, which is natively supported by
56-
VirtualBox. Simply, navigate to the installation folder of VirtualBox, e.g.
56+
VirtualBox. Simply navigate to the installation folder of VirtualBox, e.g.
5757
`C:\Program Files\Oracle\VirtualBox` and run the commands below in a terminal to convert:
5858

5959
a VHD disk image:
@@ -108,10 +108,10 @@ sudo usermod -a -G libvirt $(whoami)
108108

109109
You will need:
110110

111-
- [EMT-D 3.0](https://files-rs.edgeorchestration.intel.com/files-edge-orch/microvisor/iso/EdgeMicrovisorToolkit-3.0.iso) latest release
112-
- USB flash drive (min. 8GB)
113-
- Access to the target machine
114-
- Optional: Monitor and keyboard, or BMC/iDRAC/iKVM access
111+
- [EMT-D 3.0](https://files-rs.edgeorchestration.intel.com/files-edge-orch/microvisor/iso/EdgeMicrovisorToolkit-3.0.iso) latest release.
112+
- USB flash drive (min. 8GB).
113+
- Access to the target machine.
114+
- Optional: Monitor and keyboard, or BMC/iDRAC/iKVM access.
115115

116116
### Create Bootable USB (Linux)
117117

@@ -126,7 +126,7 @@ lsblk
126126
```
127127

128128
Compare the output before and after inserting your USB to identify its device name
129-
(e.g., /dev/sdb). Flash the ISO Image. Use the `dd` command to write the ISO image.
129+
(e.g., `/dev/sdb`). Flash the ISO Image. Use the `dd` command to write the ISO image.
130130
Replace `/path/to/your.iso` with the ISO’s location and `/dev/sdb` with your USB device.
131131

132132
```bash
@@ -144,53 +144,53 @@ Then, safely remove the USB drive.
144144

145145
### Create Bootable USB (Windows)
146146

147-
On Windows, download and install an ISO writer software such as [Rufus](https://rufus.ie/en).
147+
On Windows, download and install ISO writer software such as [Rufus](https://rufus.ie/en).
148148

149-
1. Insert the USB device (8GB or more)
150-
1. Launch Rufus
151-
1. Select the USB drive from the dropdown list
152-
1. Boot selection: Select your EMT 3.0 iso file
153-
1. Image option: Leave default or choose 'Standard Installation'
154-
1. Partition scheme: MBR (for legacy BIOS) or GPT (for UEFI)
155-
1. File system: FAT32 (recommended)
156-
1. Click Start
157-
1. Confirm warnings about data being erased
158-
1. Wait for completion and safely eject the USB
149+
1. Insert the USB device (8GB or more).
150+
1. Launch Rufus.
151+
1. Select the USB drive from the dropdown list.
152+
1. Boot selection: Select your EMT 3.0 ISO file.
153+
1. Image option: Leave default or choose *Standard Installation*.
154+
1. Partition scheme: MBR (for legacy BIOS) or GPT (for UEFI).
155+
1. File system: FAT32 (recommended).
156+
1. Click *Start*.
157+
1. Confirm warnings about data being erased.
158+
1. Wait for completion and safely eject the USB.
159159

160160
### Boot and Install Edge Microvisor Toolkit
161161

162162
**Boot from USB**
163-
1. Insert the USB into the target machine
164-
1. Enter BIOS/Boot menu
165-
1. Choose USB drive as the boot device
163+
1. Insert the USB into the target machine.
164+
1. Enter BIOS/Boot menu.
165+
1. Choose USB drive as the boot device.
166166

167167
**Select Installer**
168-
1. Choose 'Terminal Installer' or 'Graphical Installer' when prompted ![Select installer](../assets/01-select-installer.png)
168+
1. Choose *Terminal Installer* or *Graphical Installer* when prompted ![Select installer](../assets/01-select-installer.png)
169169

170170
**Follow Installation Prompts**
171-
1. Accept license
171+
1. Accept license.
172172
1. Select target disc to install EMT on
173-
![Partition](../assets/02-partition-config.png)
174-
1. Skip disc encryption (optional)
173+
![Partition](../assets/02-partition-config.png).
174+
1. Skip disc encryption (optional).
175175
1. Host name - keep as default
176-
![System config](../assets/03-system-config.png)
177-
1. Create username and password
178-
1. Confirm and begin installation
176+
![System config](../assets/03-system-config.png).
177+
1. Create username and password.
178+
1. Confirm and begin installation.
179179

180180
**Restart the System**
181-
1. After completion, click Restart
182-
![Complete](../assets/04-install-complete.png)
183-
1. EMT image will boot from the installed disc
181+
1. After completion, click *Restart*
182+
![Complete](../assets/04-install-complete.png).
183+
1. EMT image will boot from the installed disc.
184184

185185
### Post Installation Check
186186

187-
After reboot, login and check the EMT OS version. Run the following command
187+
After reboot, login and check the EMT OS version. Run the following command:
188188

189189
```bash
190190
cat /etc/os-release
191191
```
192192

193-
You should see EMT image version. **Installation Complete**. You are
193+
You should see the EMT image version. **Installation Complete**. You are
194194
now ready to use the EMT 3.0 image!
195195

196196
## Next

0 commit comments

Comments
 (0)