Bricket my Proxmox HAOS VM after trying Update to HAOS 14.1

Proxmox:

  • 8.3.2
  • HAOS in VM - First install was 13.2 - later upgraded to 14.0

I tried updating:

  • Home Assistant Core 2024.12.3 → 2024.12.5
  • HAOS 14.0 → 14.1

I checked the supervisor logs. I see something like this similar code (as I remembered this is similar) but not my code snippet

2024-12-19 09:41:10.465 ERROR (MainThread) [supervisor.api] Failed to get supervisor logs using advanced_logs API
Traceback (most recent call last):
File “/usr/local/lib/python3.12/site-packages/aiohttp/client_proto.py”, line 92, in connection_lost
uncompleted = self._parser.feed_eof()
^^^^^^^^^^^^^^^^^^^^^^^
File “aiohttp/_http_parser.pyx”, line 508, in aiohttp._http_parser.HttpParser.feed_eof
aiohttp.http_exceptions.TransferEncodingError: 400, message:
Not enough data for satisfy transfer length header.
[...]

longer code nippet is here

Unfortunately I do not have the supervisor logfiles of HAOS

this was the last what I have seen after the failed update in the Proxmox VM shell before reboot:

Then I rebooted the VM (and later also Proxmox).

But the VM is still bricked:

UEFI Interactive Shell v2.2
EDK II
UEFI v2.70 (EFI Development Kit II / OUMF, 0x00010000)
Mapping table
      FS0: Alias(s) :HD0a0b:;BLK1
          PciRoot (0x0) /Pci (0x1E,0x0) /Pci (0x1,0x0) /Pci (0x5,0x0) /Scsi (0x0,0x0) /HD(1,GPT ,B3DD0952-733C-4C88-8CBA-CAB9B8B4377F ,0×800 ,0×10000)
      BLKO: Alias (s) :
          PciRoot (0x0) /Pci (0x1E,0x0) /Pci (0x1,0x0) /Pci (0x5,0x0) /Scsi (0×0,0×0)
      BLK2: Alias (s) :
          PciRoot (0x0) /Pci (0x1E,0x0) /Pci (0x1,0x0) /Pci (0x5,0x0) /Scsi (0x0,0x0) /HD (2,GPT,26700FC6-BOBC-4CCF-9837-EA1A4CBA3E65,0x10800,0xC000)
      BLK3: Alias (s) :
          PciRoot (0x0) /Pci (0x1E,0x0) /Pci (0x1,0×0) /Pci (0x5,0x0) /Scsi (0x0,0x0) /HD (3,GPT,8D3D53E3-6D49-4C38-8349-AFF6859E82FD,0x1C800,0x80000)
      BLK4: Alias (s) :
          PciRoot (0x0) /Pci (0x1E,0x0) /Pci (0x1,0x0) /Pci (0x5,0x0) /Scsi (0x0,0x0) /HD (4, GPT ,FC02A4F0-5350-406F-93A2-56CBED636B5F ,0×9C800, 0×C000)          
      BLK5: Alias (s) :
          PciRoot (0x0) /Pci (0x1E,0x0) /Pci (0x1,0x0) /Pci (0x5,0x0) /Scsi (0x0,0x0) /HD (5,GPT,A3C664E-32CE-4665-95EA-7AE90CE9AA20,0xA8800,0×80000)
      BLK6: Alias (s) :
          PciRoot (0x0) /Pci (0x1E,0x0) /Pci (0x1,0x0) /Pci (0x5,0x0) /Scsi (0x0,0x0) /HD(6,GPT,33236519-7F32-4DFF-8002-3390B62C309D,0x128800 ,0×4000)
      BLK7: Alias (s) :
          PciRoot (0x0) /Pci (0x1E,0x0) /Pci (0x1,0x0) /Pci (0x5,0x0) /Scsi (0x0,0x0) /HD (7,GPT,F1326040-5236-40EB-B683-AAA100A9AFCF,0x12C800 ,0×30000)
      BLK8: Alias (s) :
          PciRoot (0x0) /Pci (0x1E,0x0) /Pc (0x1,0x0) /Pci (0x5,0x0) /Scsi (0x0,0x0) /HD (8,GPT,A52A4597-FA3A-4851-AEFD-2FBE9F849079,0x15C800,0x3EA37DF)
Press ESC in 1 seconds to skip startup.nsh or any other key to continue.
Shell>

Any idea how to fix this?

VM Settings:

Shell> ha
'ha' is not recognized as an internal or external command, operable program, or script file.
Shell>

and the disk settings





You simply have no more storage space.

Your virtual HA-OS disk with a maximum size of 32GB is located on local-lvm which itself only has a size of 18.72GB.

Since the update, the real data volume of HA-OS has eventually increased to 18.72GB or more and now nothing can be written to the virtual disk.

I am not a Proxmox expert, but it is quite possible that your installation can no longer be saved. I hope you have an external backup of your HA installation somewhere.

In any case, you need more disk space.
The easiest way to do this is to add another ssd to your Proxmox and then use this as storage for the virtual disks.