whiskerz007 / proxmox_hassos_install

MIT License
887 stars 192 forks source link

Deprecated bootdisk option changed to boot order #89

Closed Najihel closed 3 years ago

Najihel commented 3 years ago

bootdisk is deprecated cf. https://pve.proxmox.com/pve-docs/qm.1.html

Installation :

~# bash -c "$(wget -qLO - https://github.com/Najihel/proxmox_hassos_install/raw/master/install.sh)"
[INFO] Using 'local-lvm' for storage location.
[INFO] Container ID is 101.
Getting URL for latest Home Assistant disk image...
Downloading disk image...
Extracting disk image...
Creating VM...
Adding serial port and configuring console...
[INFO] Completed Successfully! New VM ID is 101.

Check Qemu config :

~# qm config 101
agent: 1
bios: ovmf
boot: order=sata0
efidisk0: local-lvm:vm-101-disk-0,size=4M
name: hassosova-4.19
net0: virtio=<removed>,bridge=vmbr0
onboot: 1
ostype: l26
sata0: local-lvm:vm-101-disk-1,size=6G
scsihw: virtio-scsi-pci
serial0: socket
smbios1: uuid=<removed>
vmgenid: <removed>
Najihel commented 3 years ago

Solved by @whiskerz007 in 00352c8c4eadda364ad839c61c284cca1caa8e11