haos-vm script not compatible with Proxmox VE 9.0.3 #1581

Closed
opened 2026-02-05 01:40:03 +03:00 by OVERLORD · 8 comments
Owner

Originally created by @sim186 on GitHub (Sep 5, 2025).

Have you read and understood the above guidelines?

yes

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

Home Assistant OSVM

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/haos-vm.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

9.0.3

📝 Provide a clear and concise description of the issue.

Hello,

I noticed that the haos-vm installer script does not support the latest Proxmox VE release (9.0.3).
When running the script on Proxmox VE 9.0.3, it fails during the installation process.

🔄 Steps to reproduce the issue.

Steps to reproduce:
1. Install Proxmox VE 9.0.3
2. Run the haos-vm script from the Community Scripts page
3. Observe that the installation does not complete successfully

Paste the full error output (if available).

This version of Proxmox VE is not yet supported. Supported: Proxmox VE version 9.0

🖼️ Additional context (optional).

No response

Originally created by @sim186 on GitHub (Sep 5, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Home Assistant OSVM ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/haos-vm.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? 9.0.3 ### 📝 Provide a clear and concise description of the issue. Hello, I noticed that the [haos-vm installer script](https://community-scripts.github.io/ProxmoxVE/scripts?id=haos-vm) does not support the latest Proxmox VE release (9.0.3). When running the script on Proxmox VE 9.0.3, it fails during the installation process. ### 🔄 Steps to reproduce the issue. Steps to reproduce: 1. Install Proxmox VE 9.0.3 2. Run the haos-vm script from the Community Scripts page 3. Observe that the installation does not complete successfully ### ❌ Paste the full error output (if available). This version of Proxmox VE is not yet supported. Supported: Proxmox VE version 9.0 ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 01:40:03 +03:00
Author
Owner

@MickLesk commented on GitHub (Sep 5, 2025):

Post Screenshot. Pve9 Check is inside and Work for pve9

@MickLesk commented on GitHub (Sep 5, 2025): Post Screenshot. Pve9 Check is inside and Work for pve9
Author
Owner

@HologramEngineer commented on GitHub (Sep 5, 2025):

Hi, I think I have a same issue as OP (edit: missed the error output of original post, so definitely not the same issue, sorry), the HAOS install fails for me with error: Decompressing haos_ova-16.1.qcow2.xz to /var/lib/vz/template/tmp//var/lib/vz/template/cache/haos_ova-16.1.qcow2.xz bash: line 520: pv: command not found.

Image

PVE 9.0.3, reproducible with default and advanced settings.

@HologramEngineer commented on GitHub (Sep 5, 2025): Hi, ~~I think I have a same issue as OP~~ (edit: missed the error output of original post, so definitely not the same issue, sorry), the HAOS install fails for me with error: `Decompressing haos_ova-16.1.qcow2.xz to /var/lib/vz/template/tmp//var/lib/vz/template/cache/haos_ova-16.1.qcow2.xz bash: line 520: pv: command not found`. <img width="1191" height="510" alt="Image" src="https://github.com/user-attachments/assets/8f3eccca-cd52-44ac-9f9a-a87350d1eacd" /> PVE 9.0.3, reproducible with default and advanced settings.
Author
Owner

@MickLesk commented on GitHub (Sep 5, 2025):

apt-get install pv on Host?

@MickLesk commented on GitHub (Sep 5, 2025): apt-get install pv on Host?
Author
Owner

@sim186 commented on GitHub (Sep 5, 2025):

The reason why I reported this is not much about why is exiting (the script just checks for the exact 9.0.0 version), but more about if there is any specific reason why it cannot be installed with version .3.

@sim186 commented on GitHub (Sep 5, 2025): The reason why I reported this is not much about why is exiting (the script just checks for the exact 9.0.0 version), but more about if there is any specific reason why it cannot be installed with version .3.
Author
Owner

@MickLesk commented on GitHub (Sep 5, 2025):

I deploy it at the current moment with 9.0.6. are you sure, that you use the correct one?

@MickLesk commented on GitHub (Sep 5, 2025): I deploy it at the current moment with 9.0.6. are you sure, that you use the correct one?
Author
Owner

@sim186 commented on GitHub (Sep 6, 2025):

I deploy it at the current moment with 9.0.6. are you sure, that you use the correct one?

This is the error I get:

Image

Sorry my bad 😢 Just now I realized I was opening the shell in a container rather than in the proxmox instance. Sorry!

Maybe is helpful for somebody.

@sim186 commented on GitHub (Sep 6, 2025): > I deploy it at the current moment with 9.0.6. are you sure, that you use the correct one? This is the error I get: <img width="795" height="320" alt="Image" src="https://github.com/user-attachments/assets/8a638931-3315-44ce-89ed-f70100dc1580" /> Sorry my bad 😢 Just now I realized I was opening the shell in a container rather than in the proxmox instance. Sorry! Maybe is helpful for somebody.
Author
Owner

@anexosholding commented on GitHub (Sep 10, 2025):

apt-get install pv on Host?

this fixed it for me. should this be added to the script too then?

@anexosholding commented on GitHub (Sep 10, 2025): > apt-get install pv on Host? this fixed it for me. should this be added to the script too then?
Author
Owner

@MickLesk commented on GitHub (Sep 10, 2025):

Is it, but idk why it not worked for some people

@MickLesk commented on GitHub (Sep 10, 2025): Is it, but idk why it not worked for some people
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1581