Software-update: Home Assistant OS 18.0
Versie 18.0 van Home Assistant OS is uitgekomen. Home Assistant OS is een minimaal, op Buildroot gebaseerd besturingssysteem dat het mogelijk maakt om op een fysieke of virtuele machine Home Assistant te draaien. In versie 17.0 komt ondersteuning voor oudere 32bit-hardware te vervallen en is voor nieuwe installaties nu Docker-containerd-snapshotter als standaard ingesteld. In deze uitgave is onder meer de Linux kernel bijgewerkt van 6.12 naar 6.18, wordt Buildroot 2025.02.14 als basis gebruikt en kan de firmware van de Raspberry Pi bootloader nu direct vanuit Home Assistant OS worden bijgewerkt.
Home Assistant OS 18.0Home Assistant OS 18.0 is a major release bringing significant updates to all platforms. The Linux kernel has been updated from 6.12 to 6.18 across all targets, Docker has been upgraded to v29.5.3 with containerd v2.2.4, and the underlying Buildroot has been updated to 2025.02.14. Disk images are now significantly faster to flash, the default swap size is now bounded to avoid problems on systems with very low or very high amounts of RAM, and the Raspberry Pi bootloader firmware can now be updated directly from Home Assistant. All users are recommended to update.
Noteworthy changesRaspberry Pi firmware updatesThe Raspberry Pi bootloader (EEPROM) firmware can now be checked and updated directly from Home Assistant OS. Use the following CLI commands to show the current firmware status and to install an update:
Home Assistant Core 2026.7.0 will also expose the firmware as an update entity. Note that updating the firmware is only possible when the system is booted from an SD card, or in general on Raspberry Pi 5 and on Home Assistant Yellow with a CM5. Note that Rasbperry Pi 5 now requires firmware 2025-02-12 or newer. See the Raspberry Pi section below for details.
Default swap sizeThe default swap file size was previously set to 33% of the system RAM, which produced a swap file too small to be useful on low-RAM systems and an unnecessarily large one on systems with plenty of RAM. The default size is now clamped between 1 and 4 GB:
On systems with up to 2 GB of RAM, the swap file will grow slightly compared to previous releases.On systems with more than 12 GB of RAM, the swap file is capped at 4 GB, and an existing oversized swap file will be recreated at the smaller size.A manually configured swap size is still respected.
On systems with up to 2 GB of RAM, the swap file will grow slightly compared to previous releases.On systems with more than 12 GB of RAM, the swap file is capped at 4 GB, and an existing oversized swap file will be recreated at the smaller size.A manually configured swap size is still respected.Leaner disk images and faster flashingDisk images no longer overprovision the data partition, it is now sized to fit only its initial contents. Since the published images are compressed, the download size is not affected, but flashing is considerably faster, because the unused space at the end of the filesystem no longer needs to be written to the target storage. As before, the data partition is automatically expanded to use the available space on first boot. Images for virtual machines (Open Virtual Appliance and the aarch64 VM formats) are pre-sized to 32 GB, so they no longer need to be resized before use.
Unified "haos" namingThe mix of legacy hassos/HassOS and newer haos naming across the operating system has been harmonized to haos. Most visibly, systemd units and helper binaries previously prefixed hassos- are now prefixed haos-. If you have scripts or tooling that reference these names on the host (for example via the console or host logs), they may need adjusting. On-disk partition and filesystem labels are unchanged, so existing installations are not affected by the rename.
Smoother first boot and landing pageThe landing page, shown during the initial setup before Home Assistant Core has finished installing, has received a number of improvements that make the first boot easier to follow. Downloading and installing Core on a fresh system can take a while, especially on slower connections, and until now the landing page gave no indication of how far along the process was. It now shows a progress bar while Core is being downloaded, so it is clear that something is happening and roughly how much is left.
The initial mDNS announcements during the first boot have also been fixed. The device now announces itself correctly from the start, so it can be discovered in the mobile apps right away while the system is still setting itself up, without having to wait for the Core installation to complete.
Home Assistant Operating SystemEnable usbip on all targets (#4776)Shrink data partition for leaner disk images and faster flashing (#4764)Enable NFS v4.1/v4.2 for all targets (#4762)Clamp default swap size between 1-4 GB (#4758)Update Docker to v29.5.3 (#4755)Harmonize hassos/HassOS naming to haos across the tree (#4740)Drop _workstation._tcp service annoucement from HAOS (#4739)Extend hassos-supervisor.service stop timeout for graceful shutdown (#4736)Bump OS Agent to v1.9.0 (#4724)Update to Docker v29.5.2, containerd v2.2.4 (#4723)Update Go to v1.26 (#4722)Bump Buildroot to 2025.02.14 (#4721)Bump nfs-utils to fix nfsrahead crashes (#4709)systemd: Increase runtime watchdog timeout to 5 minutes (#4705)Bump Buildroot to 2025.02.13 (#4689)Enable IPv6 on Docker default bridge (#4678)Update linux-firmware to 20260410 (#4668)Update v4l2loopback to v0.15.3 (#4648)Bump rpi-rf-mod to 1.14.0 (#4644)Bump generic-raw-uart to 1.33 and add kernel 6.14+ patches (#4643)Update Go to v1.25.9 (#4645)Update to Docker v29.3.1, runC v1.3.5, containerd v2.2.2 (#4614)Update Go to v1.25.8 (#4612)Add patches with fixes for Docker engine (#4605)
Enable usbip on all targets (#4776)Shrink data partition for leaner disk images and faster flashing (#4764)Enable NFS v4.1/v4.2 for all targets (#4762)Clamp default swap size between 1-4 GB (#4758)Update Docker to v29.5.3 (#4755)Harmonize hassos/HassOS naming to haos across the tree (#4740)Drop _workstation._tcp service annoucement from HAOS (#4739)Extend hassos-supervisor.service stop timeout for graceful shutdown (#4736)Bump OS Agent to v1.9.0 (#4724)Update to Docker v29.5.2, containerd v2.2.4 (#4723)Update Go to v1.26 (#4722)Bump Buildroot to 2025.02.14 (#4721)Bump nfs-utils to fix nfsrahead crashes (#4709)systemd: Increase runtime watchdog timeout to 5 minutes (#4705)Bump Buildroot to 2025.02.13 (#4689)Enable IPv6 on Docker default bridge (#4678)Update linux-firmware to 20260410 (#4668)Update v4l2loopback to v0.15.3 (#4648)Bump rpi-rf-mod to 1.14.0 (#4644)Bump generic-raw-uart to 1.33 and add kernel 6.14+ patches (#4643)Update Go to v1.25.9 (#4645)Update to Docker v29.3.1, runC v1.3.5, containerd v2.2.2 (#4614)Update Go to v1.25.8 (#4612)Add patches with fixes for Docker engine (#4605)Raspberry PiWarning: Raspberry Pi 5 users need a bootloader from at least 2025-02-12, otherwise the display output may freeze early during the boot. Update the bootloader before installing this update, using one of the following methods:
Run rpi-eeprom-update -a while connected directly to the device (using a display and keyboard), prior to installing the OS update.Use Raspberry Pi Imager with a spare SD card to flash a bootloader update image to it.Alternatively, if you have an SSH terminal app installed, you can run ha os boards raspberrypi firmware update over SSH right after updating the OS.
Run rpi-eeprom-update -a while connected directly to the device (using a display and keyboard), prior to installing the OS update.Use Raspberry Pi Imager with a spare SD card to flash a bootloader update image to it.Alternatively, if you have an SSH terminal app installed, you can run ha os boards raspberrypi firmware update over SSH right after updating the OS.Note: The default graphics (DRM) driver on Raspberry Pi 4 has been switched from the legacy, no longer maintained FKMS driver to the modern KMS driver, which among other things enables HDMI-CEC support. This only applies to new installations. On existing ones, config.txt in the boot partition must be adjusted manually to make the switch.
Enable PSI by default also on Raspberry Pi (#4749)RaspberryPi: Update kernel to 6.18.33 (stable_20260527) (#4737, #4748)Patch rpi-eeprom-update to show info on CM4 and make findBootFS faster (#4735)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Show if flashrom needs to be used by rpi-eeprom-update in tool output (#4718)Update bundled RPi bootloader to 2026-01-09 (2711)/2026-05-11 (2712) (#4715)Enable pciutils on RPi4/RPi5-based targets (#4703)Update U-Boot to v2026.04 (#4685)Switch Raspberry Pi 4 default DRM driver from legacy FKMS to KMS (#4661)Disable UAS for RTL9201 (UGREEN USB3.0 HDD enclosure) (#4610)
Enable PSI by default also on Raspberry Pi (#4749)RaspberryPi: Update kernel to 6.18.33 (stable_20260527) (#4737, #4748)Patch rpi-eeprom-update to show info on CM4 and make findBootFS faster (#4735)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Show if flashrom needs to be used by rpi-eeprom-update in tool output (#4718)Update bundled RPi bootloader to 2026-01-09 (2711)/2026-05-11 (2712) (#4715)Enable pciutils on RPi4/RPi5-based targets (#4703)Update U-Boot to v2026.04 (#4685)Switch Raspberry Pi 4 default DRM driver from legacy FKMS to KMS (#4661)Disable UAS for RTL9201 (UGREEN USB3.0 HDD enclosure) (#4610)Home Assistant YellowEnable PSI by default also on Raspberry Pi (#4749)RaspberryPi: Update kernel to 6.18.33 (stable_20260527) (#4737, #4748)Patch rpi-eeprom-update to show info on CM4 and make findBootFS faster (#4735)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Show if flashrom needs to be used by rpi-eeprom-update in tool output (#4718)Update bundled RPi bootloader to 2026-01-09 (2711)/2026-05-11 (2712) (#4715)Squash Yellow DTS patches (#4710)Backport U-Boot patch for Raspberry Pi MMC init on BCM2712 (#4707)Enable pciutils on RPi4/RPi5-based targets (#4703)Update U-Boot to v2026.04 (#4685)
Enable PSI by default also on Raspberry Pi (#4749)RaspberryPi: Update kernel to 6.18.33 (stable_20260527) (#4737, #4748)Patch rpi-eeprom-update to show info on CM4 and make findBootFS faster (#4735)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Show if flashrom needs to be used by rpi-eeprom-update in tool output (#4718)Update bundled RPi bootloader to 2026-01-09 (2711)/2026-05-11 (2712) (#4715)Squash Yellow DTS patches (#4710)Backport U-Boot patch for Raspberry Pi MMC init on BCM2712 (#4707)Enable pciutils on RPi4/RPi5-based targets (#4703)Update U-Boot to v2026.04 (#4685)Home Assistant GreenBuild NFS as built-in module consistently on all targets (#4773)Linux: Update kernel to 6.18.35 (#4621, #4646, #4662, #4664, #4674, #4691, #4700, #4711, #4720, #4728, #4747, #4759)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Update U-Boot to v2026.04 (#4685)
Build NFS as built-in module consistently on all targets (#4773)Linux: Update kernel to 6.18.35 (#4621, #4646, #4662, #4664, #4674, #4691, #4700, #4711, #4720, #4728, #4747, #4759)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Update U-Boot to v2026.04 (#4685)Open Virtual ApplianceLinux: Update kernel to 6.18.35 (#4621, #4646, #4650, #4664, #4674, #4691, #4700, #4711, #4720, #4728, #4747, #4759)Enable JMicron PCIe NIC driver (#4756)Enable Intel Xe DRM driver and firmware (#4750)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Add RTL8125D rev.b firmware (#4675)
Linux: Update kernel to 6.18.35 (#4621, #4646, #4650, #4664, #4674, #4691, #4700, #4711, #4720, #4728, #4747, #4759)Enable JMicron PCIe NIC driver (#4756)Enable Intel Xe DRM driver and firmware (#4750)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Add RTL8125D rev.b firmware (#4675)Generic x86-64Linux: Update kernel to 6.18.35 (#4621, #4646, #4650, #4664, #4674, #4691, #4700, #4711, #4720, #4728, #4747, #4759)Enable JMicron PCIe NIC driver (#4756)Enable Intel Xe DRM driver and firmware (#4750)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Add RTL8125D rev.b firmware (#4675)
Linux: Update kernel to 6.18.35 (#4621, #4646, #4650, #4664, #4674, #4691, #4700, #4711, #4720, #4728, #4747, #4759)Enable JMicron PCIe NIC driver (#4756)Enable Intel Xe DRM driver and firmware (#4750)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Add RTL8125D rev.b firmware (#4675)Hardkernel ODROIDBuild NFS as built-in module consistently on all targets (#4773)Linux: Update kernel to 6.18.35 (#4621, #4646, #4662, #4664, #4674, #4691, #4700, #4711, #4720, #4728, #4747, #4759)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Update U-Boot to v2026.04 (#4685)Fix ODROID-C2 USB hotplug (#4669)
Build NFS as built-in module consistently on all targets (#4773)Linux: Update kernel to 6.18.35 (#4621, #4646, #4662, #4664, #4674, #4691, #4700, #4711, #4720, #4728, #4747, #4759)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Update U-Boot to v2026.04 (#4685)Fix ODROID-C2 USB hotplug (#4669)Khadas VIM SeriesLinux: Update kernel to 6.18.35 (#4621, #4646, #4662, #4664, #4674, #4691, #4700, #4711, #4720, #4728, #4747, #4759)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Update U-Boot to v2026.04 (#4685)
Linux: Update kernel to 6.18.35 (#4621, #4646, #4662, #4664, #4674, #4691, #4700, #4711, #4720, #4728, #4747, #4759)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Update U-Boot to v2026.04 (#4685)Generic aarch64Linux: Update kernel to 6.18.35 (#4621, #4646, #4662, #4664, #4674, #4691, #4700, #4711, #4720, #4728, #4747, #4759)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Add RTL8125D rev.b firmware (#4675)
Linux: Update kernel to 6.18.35 (#4621, #4646, #4662, #4664, #4674, #4691, #4700, #4711, #4720, #4728, #4747, #4759)Add firmware for MediaTek MT7920 Bluetooth and WiFi (#4729)Enable MT7925 Bluetooth firmware (#4726)Add RTL8125D rev.b firmware (#4675)Build SystemAdd sanity checks for correct release channel to the build workflow (#4771)Add CAs for new signing certificates to RAUC keyring (#4757)Add CI check for sufficient validity of the OTA signing certificate (#4751)Fix OS update tests when update returns no response (#4741)Update build container to Debian Trixie (#4701)Allow enter.sh to run without TTY (#4686)Add support for transitional attribute to kconfiglib (#4649)
Add sanity checks for correct release channel to the build workflow (#4771)Add CAs for new signing certificates to RAUC keyring (#4757)Add CI check for sufficient validity of the OTA signing certificate (#4751)Fix OS update tests when update returns no response (#4741)Update build container to Debian Trixie (#4701)Allow enter.sh to run without TTY (#4686)Add support for transitional attribute to kconfiglib (#4649)DocumentationRestructure Linux version docs page (#4663)
Restructure Linux version docs page (#4663)
Source:
Tweakers.net