mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Recommend VirtIO SCSI as disk controller (#33233)
This commit is contained in:
parent
5555a6afff
commit
d3ef8e9a97
@ -370,7 +370,7 @@ Minimum recommended assignments:
|
||||
content: |
|
||||
|
||||
```bash
|
||||
virt-install --name hass --description "Home Assistant OS" --os-variant=generic --ram=2048 --vcpus=2 --disk <PATH TO QCOW2 FILE>,bus=sata --import --graphics none --boot uefi
|
||||
virt-install --name haos --description "Home Assistant OS" --os-variant=generic --ram=4096 --vcpus=2 --disk <PATH TO QCOW2 FILE>,bus=scsi --controller type=scsi,model=virtio-scsi --import --graphics none --boot uefi
|
||||
```
|
||||
|
||||
<div class="note info">
|
||||
@ -391,7 +391,7 @@ Minimum recommended assignments:
|
||||
You can recognize the Sonoff dongle at `Bus 003 Device 003`. So the command to install the VM will become:
|
||||
|
||||
```bash
|
||||
virt-install --name hass --description "Home Assistant OS" --os-variant=generic --ram=2048 --vcpus=2 --disk <PATH TO QCOW2 FILE>,bus=sata --import --graphics none --boot uefi --hostdev 003.003
|
||||
virt-install --name haos --description "Home Assistant OS" --os-variant=generic --ram=4096 --vcpus=2 --disk <PATH TO QCOW2 FILE>,bus=scsi --controller type=scsi,model=virtio-scsi --import --graphics none --boot uefi --hostdev 003.003
|
||||
```
|
||||
|
||||
Note that this configuration (bus 003, device 003) is just an example, your dongle could be on another bus and/or with another device ID.
|
||||
|
Loading…
x
Reference in New Issue
Block a user