"Home Assistant OS VM" does not run under PVE 8.4.1 #836

Closed
opened 2026-02-04 21:49:33 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @Tuxtom007 on GitHub (Apr 20, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Home Assistant OS VM

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/vm/haos-vm.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📝 Provide a clear and concise description of the issue.

The script terminates immediately after starting with the following message:


Loading...
✗ This version of Proxmox Virtual Environment is not supported
Requires Proxmox Virtual Environment Version 8.1 or later.
Exiting...

🔄 Steps to reproduce the issue.

Starte Script in PVE-shell:

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/vm/haos-vm.sh)"

Paste the full error output (if available).

Loading...
✗ This version of Proxmox Virtual Environment is not supported
Requires Proxmox Virtual Environment Version 8.1 or later.
Exiting...

🖼️ Additional context (optional).

The error occurred in line 118, where the query is made for the running PVE version, which is limited to 8.1 to 8.3.

Manually download the script and change the line in

if ! pveversion | grep -Eq „pve-manager/8.[1-4]“; then

led to success. Installation was completed

Originally created by @Tuxtom007 on GitHub (Apr 20, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Home Assistant OS VM ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/vm/haos-vm.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📝 Provide a clear and concise description of the issue. The script terminates immediately after starting with the following message: --- Loading... ✗ This version of Proxmox Virtual Environment is not supported Requires Proxmox Virtual Environment Version 8.1 or later. Exiting... --- ### 🔄 Steps to reproduce the issue. Starte Script in PVE-shell: bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/vm/haos-vm.sh)" ### ❌ Paste the full error output (if available). Loading... ✗ This version of Proxmox Virtual Environment is not supported Requires Proxmox Virtual Environment Version 8.1 or later. Exiting... ### 🖼️ Additional context (optional). The error occurred in line 118, where the query is made for the running PVE version, which is limited to 8.1 to 8.3. Manually download the script and change the line in if ! pveversion | grep -Eq „pve-manager/8.[1-**4**]“; then led to success. Installation was completed
OVERLORD added the bug label 2026-02-04 21:49:33 +03:00
Author
Owner

@MickLesk commented on GitHub (Apr 20, 2025):

Wrong Repo. Correct your Bookmark

@MickLesk commented on GitHub (Apr 20, 2025): Wrong Repo. Correct your Bookmark
Author
Owner

@Tuxtom007 commented on GitHub (Apr 20, 2025):

You can also write this in a more friendly way - especially with the right repo

@Tuxtom007 commented on GitHub (Apr 20, 2025): You can also write this in a more friendly way - especially with the right repo
Author
Owner

@MickLesk commented on GitHub (Apr 20, 2025):

You are in the right Repo, but use old Repo. Look at your bash call and our Repo Name and Website.

@MickLesk commented on GitHub (Apr 20, 2025): You are in the right Repo, but use old Repo. Look at your bash call and our Repo Name and Website.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#836