Added config steps for Unraid (#29476)

* Added config steps for Unraid

Added Unraid under hypervisor specific configuration steps

* Update operating_system.md

* Update operating_system.md

* Update source/_includes/installation/operating_system.md

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

* Tiny style tweaks

* Missed some

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Magnus Øverli 2023-10-24 07:43:48 +02:00 committed by GitHub
parent a4a27262d6
commit c80aaf4233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,6 +276,26 @@ _All these can be extended if your usage calls for more resources._
More details can be found about the command can be found [here](https://www.virtualbox.org/manual/ch08.html#vboxmanage-storageattach).
</div>
- title: Unraid
content: |
1. Download the **.qcow2** image above and decompress it. (**Extract all** in Windows)
2. Store the image in the **isos** share on your server.
3. Make sure under **Settings** > **VM manager**, **Enable VMs** is enabled.
4. Create a new virtual machine: **VMS** > **Add VM**.
5. Select type **Linux** and give the VM a name and a description.
6. Select the CPU cores you want to let the VM use and give it some memory.
7. Under **Primary vDisk Location**, select **Manual** and then select the qcow2 image.
8. Select your keyboard language under **VM Console Keyboard**.
9. Select **br0** under **Network Source**.
10. Select **virtio** under **Network model**.
11. Select any USB-devices that you want to pass through to Home Assistant, such as Zigbee- or Z-Wave controllers.
12. Deselect **Start VM after creation**.
13. Select **Create**.
14. Select the name of your new VM and select the capacity number for your disk. Here, you can expand the disk to whatever your needs are. The default is 32&nbsp;GB.
15. Select the icon of your new VM and select **start with console (VNC)**.
{% unless page.installation_type == 'macos' %}
- title: KVM (virt-manager)
content: |