I am new to proxmox, but I am hoping to move my Home Assistant server from an rpi3 over to a desktop machine with a lot more power.
I ran the script, and while it appears to have created the VM, when I try to start it, nothing seems to happen. The VM starts, but it does not appear to boot into Linux or get an IP address, so I can't really get to it except in the console. The console just gives me a Shell> prompt, not a Linux login.
I am wondering if the following messages I am getting when I run the script might be the problem:
root@proxmox:~# bash -c "$(wget -qLO - https://github.com/whiskerz007/proxmox_hassos_install/raw/master/install.sh)"
[INFO] Using 'local-lvm' for storage location.
[INFO] Container ID is 100.
Getting URL for latest Home Assistant disk image...
Downloading disk image...
Extracting disk image...
Creating VM...
/dev/sdb: open failed: No medium found
/dev/sdc: open failed: No medium found
/dev/sdd: open failed: No medium found
/dev/sde: open failed: No medium found
/dev/sdb: open failed: No medium found
/dev/sdc: open failed: No medium found
/dev/sdd: open failed: No medium found
/dev/sde: open failed: No medium found
Adding serial port and configuring console...
[INFO] Completed Successfully! New VM ID is 100.
I am new to proxmox, but I am hoping to move my Home Assistant server from an rpi3 over to a desktop machine with a lot more power.
I ran the script, and while it appears to have created the VM, when I try to start it, nothing seems to happen. The VM starts, but it does not appear to boot into Linux or get an IP address, so I can't really get to it except in the console. The console just gives me a Shell> prompt, not a Linux login.
I am wondering if the following messages I am getting when I run the script might be the problem:
root@proxmox:~# bash -c "$(wget -qLO - https://github.com/whiskerz007/proxmox_hassos_install/raw/master/install.sh)" [INFO] Using 'local-lvm' for storage location. [INFO] Container ID is 100. Getting URL for latest Home Assistant disk image... Downloading disk image... Extracting disk image... Creating VM... /dev/sdb: open failed: No medium found /dev/sdc: open failed: No medium found /dev/sdd: open failed: No medium found /dev/sde: open failed: No medium found /dev/sdb: open failed: No medium found /dev/sdc: open failed: No medium found /dev/sdd: open failed: No medium found /dev/sde: open failed: No medium found Adding serial port and configuring console... [INFO] Completed Successfully! New VM ID is 100.
Any help would be greatly appreciated.