docs: update deploy/prepare

This commit is contained in:
lukas 2021-11-21 15:51:28 +00:00
parent ddb477092d
commit 946d218174

View File

@ -2,7 +2,7 @@
title: Preparation
description:
published: true
date: 2021-11-21T13:42:09.084Z
date: 2021-11-21T15:51:26.312Z
tags:
editor: markdown
dateCreated: 2021-11-15T15:39:49.074Z
@ -12,115 +12,122 @@ dateCreated: 2021-11-15T15:39:49.074Z
## 1. Meet the requirements
These instructions are valid for computers that ship with Linux, Windows or macOS.
These instructions are valid for most computers that ship with Linux, Windows or macOS.
Phyllome OS targets x86 systems with hardware-assisted virtualization, with a strong preference for those providing IOMMU-based hardware-assisted virtualization (AMD Vi or Intel VT-d).
Phyllome OS targets [x86-64 systems](https://en.wikipedia.org/wiki/X86-64) with hardware-assisted virtualization, with a strong preference for those providing IOMMU-based hardware-assisted virtualization (AMD Vi or Intel VT-d).
Sitting idle, Phyllome OS consumes approximately 1 CPU core and 1.5 GB of RAM.
> This requirement scales up with the number of virtual machines running on a dedicated host: the more the virtual machines running, the more ressources Phyllome OS will use.
> Sitting idle, Phyllome OS consumes approximately 1 CPU core and 1.5 GB of RAM. This requirement scales up with the number of virtual machines running on a dedicated host: the more the virtual machines running, the more ressources Phyllome OS will use
{.is-info}
> A CPU that supports hardware-assisted virtualization is not be enough, as the motherboard also requires to support this feature. Laptop motherboards seem to be lagging behind desktop motherboards when it comes to supporting this feature. As a result of this, desktop motherboards are usually better candidates for Phyllome OS
{.is-warning}
### Minimum requirements for Phyllome OS Desktop
* **x86-64** computer that supports the first generation of hardware-assisted virtualization features
* For AMD-based configurations, it means that AMD V is available and enabled, which is the case for most CPU models.
* For AMD-based configurations, it means that AMD V is available and enabled (*see next section bellow to learn how to enable this feature*)
* For Intel-based configurations, it means that Intel VT-x is available and enabled
* **2-core** processor
* **4 GB** of RAM
* **SSD**-based storage device to store disk images and Phyllome OS
* Any graphics card (Linux or macOS guests only)
> For Intel-based configurations, you can check if your model supports Intel VT-x by looking for your model [here](https://ark.intel.com/content/www/us/en/ark/search/featurefilter.html?productType=873&2_VTX=true).
> For Intel-based configurations, you can check if your model supports **Intel VT-x** by following [this link](https://ark.intel.com/content/www/us/en/ark/search/featurefilter.html?productType=873&2_VTX=true).
{.is-info}
A CPU that supports hardware-assisted virtualization is not be enough, as the motherboard also requires to support this feature. Laptop motherboards seem to be lacking behind desktop motherboards when it comes to supporting this feature.
{.is-warning}
### Recommended requirements for Phyllome OS Desktop
* **x86-64** computer that supports the second generation of hardware-assisted virtualization features
* For AMD-based configurations, it means that AMD Vi is available and enabled, which is the case for most CPU models.
* For AMD-based configurations, it means that AMD Vi is available and enabled
* For Intel-based configurations, it means that Intel VT-d is available and enabled.
* **8-core** processor
* **16 GB** of RAM
* **NVME**-based storage device to store disk images and Phyllome OS
* Two graphics cards or a graphics card that supports vfio-mdev or SR-IOV
> For Intel-based configurations, you can check if your model supports Intel VT-d by looking for your model [here](https://ark.intel.com/content/www/us/en/ark/search/featurefilter.html?productType=873&0_VTD=True).
> For Intel-based configurations, you can check if your model supports **Intel VT-d** by following [this link](https://ark.intel.com/content/www/us/en/ark/search/featurefilter.html?productType=873&0_VTD=True).
{.is-info}
## 2. Enable hardware-assisted virtualization
### Access the firmware
Unfortunately, even on supported computer platforms, hardware-assisted virtualization is rarely turned on by default.
*The Open Virtual Machine Firmware (OVMF), which is based on the TianoCore firmware, is the default firmware for EFI-based virtual machines. It can be accessed using the <kbd>Esc</kbd> key.*
In other words, it is not enough for a computer platform to support hardware-assisted virtualization: it is very likely that it has to be explicitly enabled.
The process to activate this feature requires accessing the firmware configuration tool for your motherboard, which is part of your BIOS or UEFI.
This process is described in the following section.
> *Did you know that the Open Virtual Machine Firmware (OVMF), which is based on [TianoCore](https://www.tianocore.org/), is the default firmware for EFI-based virtual machines? Its configuration utility can be accessed using the <kbd>Esc</kbd> key.*
{.is-info}
*The TianoCore splash screen*
![uefi_tianocore_first-screen.png](/uefi_tianocore_first-screen.png)
* **Since Windows 8**: command-line instructions
### Accessing the firmware
The process to access the main motherboard firmware configuration utility differ depending on which operating system is currently installed on your computer.
#### Windows 8 and newer: command-line instructions
Press the <kbd>Win</kbd> and <kbd>X</kbd> keys simultaneously to make a context menu appears. Then press <kbd>Shift</kbd> and <kbd>a</kbd> to politely ask Windows to open `Powershell` using elevated privileges, and click on the `Yes` button to bypass the User Account Control pop-up. Finally, input the following command inside the command prompt and press `enter`.
```
shutdown /fw /r
```
* **Since Windows 8**: a visual walk-through
#### Windows 8 and newer: a visual walk-through
* Open the start-up menu and write `start-up`, then select *Change advanced start-up options*
* Open the start-up menu and write "start-up", then select *Change advanced start-up options*
![screenshot_win10pro_2021-11-17_223413.png](/windows-access-firmware/screenshot_win10pro_2021-11-17_223413.png)
* Under the *Advanced start-up* section, click on `Restart now`
* Under the *Advanced start-up* section, click on *Restart now*
![screenshot_win10pro_2021-11-17_220109.png](/windows-access-firmware/screenshot_win10pro_2021-11-17_220109.png)
* Select `Troubleshoot`
* Select *Troubleshoot*
![screenshot_win10pro_2021-11-17_224620.png](/windows-access-firmware/screenshot_win10pro_2021-11-17_224620.png)
* Then select `Advanced options`
* Then select *Advanced options*
![screenshot_win10pro_2021-11-17_225032.png](/windows-access-firmware/screenshot_win10pro_2021-11-17_225032.png)
* Select `UEFI Firmware Settings`
* Select *UEFI Firmware Settings*
![screenshot_win10pro_2021-11-17_220153.png](/windows-access-firmware/screenshot_win10pro_2021-11-17_220153.png)
* Hit `Restart`
* Hit *Restart*
![screenshot_win10pro_2021-11-17_220200.png](/windows-access-firmware/screenshot_win10pro_2021-11-17_220200.png)
* **macOS-based computers**
#### macOS-based computers
Hardware-assisted virtualization is a hit or miss on Apple computers, as there is no way to access the firmware configuration tool on these computers. Apple users can go to the [install section](https://wiki.phyllo.me/deploy/medium) directly, create a USB stick and hope that hardware-assisted virtualization will be supported.
* **Other computers**
#### Other computers
Make sure the targeted computer is shut down.
During the POST phase, you need to press a certain key to access the firmware configuration tool for your motherboard, which is part of your BIOS or UEFI.
Just after pressing the `power-on` button, hit the right key to access the firmware configuration tool, usually <kbd>F2</kbd> or <kbd>Del</kbd>, but it may be another keystroke on your model.
Just after pressing the <kbd>power</kbd> button, hit the right key to access the firmware configuration tool, usually <kbd>F2</kbd> or <kbd>Del</kbd>, but it may be another keystroke on your model.
> Do not hesitate to repeatedly press the pertinent key as soon has your computer has started, to make sure it is registered.
> Do not hesitate to repeatedly press the pertinent key as soon has your computer has started, to make sure it is registered
{.is-info}
### Modify the firmware configuration
> Unfortunately, most firmware configuration tool do differ, and the steps here might not be identic on your own platform.
{.is-info}
Unfortunately, most firmware configuration tool do differ, and the steps here might not be identic on your own platform. In general, the sought after features are found under the `security` tab.
In general, the sought after features are found under the `security` tab.
For an AMD-based computer, you need to look for references to `AMD SVM`, AMD V or AMD Vi. Conversingly, for an Intel-based computer, you need to look for `Intel VT-x` and `Intel VT-d`. It is also possible that the feature will be refered simply to as `virtualization`. In that case, you may not know it refers to IOMMU-based hardware-assisted virtualization or not.
For an AMD-based computer, you need to look for references to *AMD SVM*, AMD V or AMD Vi. Conversingly, for an Intel-based computer, you need to look for *Intel VT-x* and *Intel VT-d*. It is also possible that the feature will be refered simply to as *virtualization*. In that case, you may not know it refers to IOMMU-based hardware-assisted virtualization or not.
Make sure you enable these options and choose to *save and exit* the configuration tool, which will reboot your computer.
> While you are there, you could also change the boot order, to make sure that your computer will boot from an attached USB thumb drive first when it will be time to try out Phyllome OS.
{.is-info}
> Failing to activate hardware-assisted virtualization will make running virtual machines extremly slow, if possible at all. If, for some reasons, it cannot be activated on your computer, for example because of a lack of hardware support, you would be better off picking a Linux distribution which doesn't require it, such as [Debian](https://www.debian.org/distrib/).
> **Failing to activate hardware-assisted virtualization** will make running virtual machines extremly **slow**, if possible at all. If, for some reasons, it cannot be activated on your computer, for example because of a lack of hardware support, you would be better off picking a Linux distribution which doesn't require it, such as [Debian](https://www.debian.org/distrib/).
{.is-warning}
---