Mastodon Mastodon - Proxmox and home assistant
 logo
  • Home 
  • Tags 
  • Blog posts 
  1. Home
  2. Blog posts
  3. Proxmox and home assistant

Proxmox and home assistant

Posted on May 27, 2021  (Last modified on July 11, 2024) • 1 min read • 168 words
Home Network   Platform: Proxmox   Platforms   Cloud   Private Cloud   Virtualization   Home Assistant   Home   Solved   Configuration  
Home Network   Platform: Proxmox   Platforms   Cloud   Private Cloud   Virtualization   Home Assistant   Home   Solved   Configuration  
Share via
Link copied to clipboard

On this page
  • Installing Proxmox
    • Graphical installer doesn’t run
    • Enable updates without subscription
  • Install HASS.io

A couple of hints to get proxmox and a home assistant VM up and running on a home server.

Installing Proxmox  

Tip: Youtube “ First 11 Things on Proxmox”.

Graphical installer doesn’t run  

If the graphical installer does not come up (after DHCP) try this:

# FIRST START PROXMOX INSTALLATION IN   D E B U G   M O D E   ! ! !

# then in the shell starting before the installer runs, do ...
$ Xorg -configure

# COULD also be under /root/xorg.conf.new - read the command output
$ cp /xorg.conf.new /etc/X11/xorg.conf

# now replace all ocurrences of `amdgpu` with `fbdev` in /etc/X11/xorg.conf

# exit the shell
$ <CTRL-D>

Now the installer should just come up.

Source: This blog post and that comment below.

Enable updates without subscription  

Change /etc/apt/sources.list.d/pve-enterprise.list to this:

# /etc/apt/sources.list.d/pve-enterprise.list
deb http://download.proxmox.com/debian/pve buster pve-no-subscription

Install HASS.io  

SSH into your proxmox box and use this command:

# (I didn't need sudo, I connected as root)
bash -c "$(wget -qLO - https://raw.githubusercontent.com/Kanga-Who/home-assistant/master/hassos_install.sh)"
 Pi-Hole in Docker
Accessing data from defunct iOS apps 
On this page:
  • Installing Proxmox
    • Graphical installer doesn’t run
    • Enable updates without subscription
  • Install HASS.io
In case you want to follow me

Here are some links. The further to the right, the less active.

           
(c) Axel Bock | Powered by Hinode.
Code copied to clipboard