Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS 15.x fails to boot on certain SATA drives #3948

Open
bruce607 opened this issue Mar 18, 2025 · 63 comments
Open

OS 15.x fails to boot on certain SATA drives #3948

bruce607 opened this issue Mar 18, 2025 · 63 comments
Labels
board/generic-x86-64 Generic x86-64 Boards (like Intel NUC) bug stable-kernel-regression Issue which appears to be an upstream stable kernel regression

Comments

@bruce607
Copy link

Describe the issue you are experiencing

Update to os 15 fails, falls back to 14.2

What operating system image do you use?

generic-x86-64 (Generic UEFI capable x86-64 systems)

What version of Home Assistant Operating System is installed?

14.2

Did the problem occur after upgrading the Operating System?

Yes

Hardware details

Intel NUC

Sonoff Zigbee dongle

ZBT-1 running as matter

Steps to reproduce the issue

  1. attempt to update to os 15

...

Anything in the Supervisor logs that might be useful for us?

2025-03-18 07:34:38.342 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Network UPS Tools is failed, restarting...
2025-03-18 07:34:38.344 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_a0d7b954_nut application
2025-03-18 07:34:38.540 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/nut/amd64 with version 0.14.1
2025-03-18 07:34:39.424 INFO (MainThread) [supervisor.core] Start Home Assistant Core
2025-03-18 07:34:39.437 INFO (SyncWorker_1) [supervisor.docker.manager] Starting homeassistant
2025-03-18 07:34:39.527 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
2025-03-18 07:34:43.009 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Network UPS Tools is failed, restarting...
2025-03-18 07:34:43.012 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning addon_a0d7b954_nut application
2025-03-18 07:34:43.245 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/nut/amd64 with version 0.14.1
2025-03-18 07:34:43.556 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state startup
2025-03-18 07:34:43.556 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-03-18 07:34:44.534 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2025-03-18 07:34:44.537 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='NOT_RUNNING', offline_db_migration=False)
2025-03-18 07:34:47.790 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-2285' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1579> exception=AddonsJobError('Rate limit exceeded, more than 10 calls in 0:30:00')>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/addons/addon.py", line 1593, in watchdog_container
    await self._restart_after_problem(event.state)
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 291, in wrapper
    raise on_condition(
        f"Rate limit exceeded, more than {self.throttle_max_calls} calls in {self.throttle_period(group_name)}",
    )
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more than 10 calls in 0:30:00
2025-03-18 07:35:11.147 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='RUNNING', offline_db_migration=False)
2025-03-18 07:35:11.147 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
2025-03-18 07:35:11.147 INFO (MainThread) [supervisor.addons.manager] Phase 'application' starting 1 add-ons
2025-03-18 07:35:11.368 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-configurator with version 5.8.0
2025-03-18 07:35:41.479 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
2025-03-18 07:35:41.479 INFO (MainThread) [supervisor.host.info] Updating local host information
2025-03-18 07:35:41.480 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2025-03-18 07:35:41.481 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2025-03-18 07:35:41.481 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2025-03-18 07:35:41.481 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2025-03-18 07:35:41.482 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2025-03-18 07:35:41.482 INFO (MainThread) [supervisor.resolution.module] Create new suggestion create_full_backup - system / None
2025-03-18 07:35:41.482 INFO (MainThread) [supervisor.resolution.module] Create new issue no_current_backup - system / None
2025-03-18 07:35:41.482 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2025-03-18 07:35:41.486 INFO (MainThread) [supervisor.core] Supervisor is up and running
2025-03-18 07:35:41.490 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2025-03-18 07:35:41.514 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2025-03-18 07:35:41.622 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2025-03-18 07:35:41.622 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2025-03-18 07:35:41.647 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2025-03-18 07:35:41.647 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2025-03-18 07:35:41.648 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2025-03-18 07:35:41.648 INFO (MainThread) [supervisor.resolution.check] System checks complete
2025-03-18 07:35:41.648 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2025-03-18 07:35:41.789 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-03-18 07:35:41.789 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2025-03-18 07:35:41.789 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2025-03-18 07:35:41.829 INFO (MainThread) [supervisor.host.services] Updating service information
2025-03-18 07:35:41.833 INFO (MainThread) [supervisor.host.network] Updating local network information
2025-03-18 07:35:41.892 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2025-03-18 07:35:41.906 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2025-03-18 08:04:45.058 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2025-03-18 08:33:56.286 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2025-03-18 08:33:56.286 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2025-03-18 08:33:56.287 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2025-03-18 08:33:56.288 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2025-03-18 08:33:56.297 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2025-03-18 08:33:56.412 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2025-03-18 08:33:56.413 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2025-03-18 08:33:56.413 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2025-03-18 08:33:56.414 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2025-03-18 08:33:56.414 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2025-03-18 08:33:56.418 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2025-03-18 08:33:56.418 INFO (MainThread) [supervisor.resolution.check] System checks complete
2025-03-18 08:33:56.419 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2025-03-18 08:33:56.494 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-03-18 08:33:56.494 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2025-03-18 08:33:56.494 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete

Anything in the Host logs that might be useful for us?

2025-03-18 13:34:33.810 homeassistant NetworkManager[425]: <info>  [1742304873.8102] manager: (veth8f6783d): new Veth device (/org/freedesktop/NetworkManager/Devices/47)
2025-03-18 13:34:33.859 homeassistant systemd[1]: Started libcontainer container a1ee0a1176f3b65a711271b1214fc7bcccad17fcc74f31c3de858c6074ba3d08.
2025-03-18 13:34:33.869 homeassistant kernel: audit: type=1334 audit(1742304873.868:403): prog-id=111 op=LOAD
2025-03-18 13:34:33.869 homeassistant kernel: audit: type=1334 audit(1742304873.868:404): prog-id=112 op=LOAD
2025-03-18 13:34:33.918 homeassistant kernel: eth0: renamed from vethadc535f
2025-03-18 13:34:33.924 homeassistant NetworkManager[425]: <info>  [1742304873.9242] device (veth8f6783d): carrier: link connected
2025-03-18 13:34:38.261 homeassistant systemd[1]: docker-a1ee0a1176f3b65a711271b1214fc7bcccad17fcc74f31c3de858c6074ba3d08.scope: Deactivated successfully.
2025-03-18 13:34:38.261 homeassistant systemd[1]: docker-a1ee0a1176f3b65a711271b1214fc7bcccad17fcc74f31c3de858c6074ba3d08.scope: Consumed 1.442s CPU time.
2025-03-18 13:34:38.271 homeassistant dockerd[537]: time="2025-03-18T13:34:38.270909344Z" level=info msg="ignoring event" container=a1ee0a1176f3b65a711271b1214fc7bcccad17fcc74f31c3de858c6074ba3d08 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
2025-03-18 13:34:38.290 homeassistant kernel: hassio: port 6(veth8f6783d) entered disabled state
2025-03-18 13:34:38.290 homeassistant kernel: vethadc535f: renamed from eth0
2025-03-18 13:34:38.303 homeassistant NetworkManager[425]: <info>  [1742304878.3037] manager: (vethadc535f): new Veth device (/org/freedesktop/NetworkManager/Devices/48)
2025-03-18 13:34:38.306 homeassistant kernel: hassio: port 6(veth8f6783d) entered disabled state
2025-03-18 13:34:38.308 homeassistant kernel: veth8f6783d (unregistering): left allmulticast mode
2025-03-18 13:34:38.308 homeassistant kernel: veth8f6783d (unregistering): left promiscuous mode
2025-03-18 13:34:38.308 homeassistant kernel: hassio: port 6(veth8f6783d) entered disabled state
2025-03-18 13:34:38.338 homeassistant systemd[1]: var-lib-docker-overlay2-2c4d3cd800f24f77b5e191328fc330ae81819457cf4861a469a43d774d380383-merged.mount: Deactivated successfully.
2025-03-18 13:34:38.338 homeassistant systemd[1]: mnt-data-docker-overlay2-2c4d3cd800f24f77b5e191328fc330ae81819457cf4861a469a43d774d380383-merged.mount: Deactivated successfully.
2025-03-18 13:34:38.392 homeassistant systemd[1]: var-lib-docker-overlay2-ebaf6e672f950a1c6372f354f7d358e042e4849e40336e2adbc289d446592132\x2dinit-merged.mount: Deactivated successfully.
2025-03-18 13:34:38.392 homeassistant systemd[1]: mnt-data-docker-overlay2-ebaf6e672f950a1c6372f354f7d358e042e4849e40336e2adbc289d446592132\x2dinit-merged.mount: Deactivated successfully.
2025-03-18 13:34:38.407 homeassistant kernel: hassio: port 6(vethf01c4d5) entered blocking state
2025-03-18 13:34:38.407 homeassistant kernel: hassio: port 6(vethf01c4d5) entered disabled state
2025-03-18 13:34:38.407 homeassistant kernel: vethf01c4d5: entered allmulticast mode
2025-03-18 13:34:38.407 homeassistant kernel: vethf01c4d5: entered promiscuous mode
2025-03-18 13:34:38.410 homeassistant kernel: hassio: port 6(vethf01c4d5) entered blocking state
2025-03-18 13:34:38.410 homeassistant kernel: hassio: port 6(vethf01c4d5) entered forwarding state
2025-03-18 13:34:38.410 homeassistant NetworkManager[425]: <info>  [1742304878.4106] manager: (vethb731440): new Veth device (/org/freedesktop/NetworkManager/Devices/49)
2025-03-18 13:34:38.413 homeassistant NetworkManager[425]: <info>  [1742304878.4124] manager: (vethf01c4d5): new Veth device (/org/freedesktop/NetworkManager/Devices/50)
2025-03-18 13:34:38.459 homeassistant systemd[1]: Started libcontainer container a92b0eb754e321462b60a87094d293439e34b0de4919ef8a16afa7b7495a49a1.
2025-03-18 13:34:38.513 homeassistant kernel: eth0: renamed from vethb731440
2025-03-18 13:34:38.523 homeassistant NetworkManager[425]: <info>  [1742304878.5236] device (vethf01c4d5): carrier: link connected
2025-03-18 13:34:39.501 homeassistant systemd[1]: Started libcontainer container 9fa68f1789a85781ccd77662e50bc5b365daeec60a2083911863dea015fbb3cd.
2025-03-18 13:34:39.512 homeassistant kernel: kauditd_printk_skb: 86 callbacks suppressed
2025-03-18 13:34:39.512 homeassistant kernel: audit: type=1334 audit(1742304879.510:435): prog-id=119 op=LOAD
2025-03-18 13:34:39.512 homeassistant kernel: audit: type=1300 audit(1742304879.510:435): arch=c000003e syscall=321 success=yes exit=15 a0=5 a1=c00016d998 a2=78 a3=0 items=0 ppid=8418 pid=8435 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-03-18 13:34:39.512 homeassistant kernel: audit: type=1327 audit(1742304879.510:435): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F39666136386631373839613835373831636364373736363265
2025-03-18 13:34:39.512 homeassistant kernel: audit: type=1334 audit(1742304879.510:436): prog-id=120 op=LOAD
2025-03-18 13:34:39.512 homeassistant kernel: audit: type=1300 audit(1742304879.510:436): arch=c000003e syscall=321 success=yes exit=17 a0=5 a1=c00016d730 a2=78 a3=0 items=0 ppid=8418 pid=8435 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-03-18 13:34:39.512 homeassistant kernel: audit: type=1327 audit(1742304879.510:436): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F39666136386631373839613835373831636364373736363265
2025-03-18 13:34:39.512 homeassistant kernel: audit: type=1334 audit(1742304879.510:437): prog-id=120 op=UNLOAD
2025-03-18 13:34:39.512 homeassistant kernel: audit: type=1300 audit(1742304879.510:437): arch=c000003e syscall=3 success=yes exit=0 a0=11 a1=0 a2=0 a3=0 items=0 ppid=8418 pid=8435 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-03-18 13:34:39.512 homeassistant kernel: audit: type=1327 audit(1742304879.510:437): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F39666136386631373839613835373831636364373736363265
2025-03-18 13:34:39.512 homeassistant kernel: audit: type=1334 audit(1742304879.510:438): prog-id=119 op=UNLOAD
2025-03-18 13:34:42.918 homeassistant systemd[1]: docker-a92b0eb754e321462b60a87094d293439e34b0de4919ef8a16afa7b7495a49a1.scope: Deactivated successfully.
2025-03-18 13:34:42.918 homeassistant systemd[1]: docker-a92b0eb754e321462b60a87094d293439e34b0de4919ef8a16afa7b7495a49a1.scope: Consumed 1.517s CPU time.
2025-03-18 13:34:42.928 homeassistant dockerd[537]: time="2025-03-18T13:34:42.928868190Z" level=info msg="ignoring event" container=a92b0eb754e321462b60a87094d293439e34b0de4919ef8a16afa7b7495a49a1 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
2025-03-18 13:34:42.949 homeassistant kernel: hassio: port 6(vethf01c4d5) entered disabled state
2025-03-18 13:34:42.949 homeassistant kernel: vethb731440: renamed from eth0
2025-03-18 13:34:42.972 homeassistant kernel: hassio: port 6(vethf01c4d5) entered disabled state
2025-03-18 13:34:42.972 homeassistant kernel: vethf01c4d5 (unregistering): left allmulticast mode
2025-03-18 13:34:42.972 homeassistant kernel: vethf01c4d5 (unregistering): left promiscuous mode
2025-03-18 13:34:42.972 homeassistant kernel: hassio: port 6(vethf01c4d5) entered disabled state
2025-03-18 13:34:42.997 homeassistant systemd[1]: var-lib-docker-overlay2-ebaf6e672f950a1c6372f354f7d358e042e4849e40336e2adbc289d446592132-merged.mount: Deactivated successfully.
2025-03-18 13:34:42.997 homeassistant systemd[1]: mnt-data-docker-overlay2-ebaf6e672f950a1c6372f354f7d358e042e4849e40336e2adbc289d446592132-merged.mount: Deactivated successfully.
2025-03-18 13:34:43.058 homeassistant kernel: wpan0: entered allmulticast mode
2025-03-18 13:34:43.059 homeassistant kernel: r8169 0000:02:00.0 enp2s0: entered allmulticast mode
2025-03-18 13:34:43.088 homeassistant kernel: hassio: port 6(vethcea71a4) entered blocking state
2025-03-18 13:34:43.088 homeassistant kernel: hassio: port 6(vethcea71a4) entered disabled state
2025-03-18 13:34:43.088 homeassistant kernel: vethcea71a4: entered allmulticast mode
2025-03-18 13:34:43.088 homeassistant kernel: vethcea71a4: entered promiscuous mode
2025-03-18 13:34:43.092 homeassistant NetworkManager[425]: <info>  [1742304883.0910] manager: (veth1293f9a): new Veth device (/org/freedesktop/NetworkManager/Devices/51)
2025-03-18 13:34:43.092 homeassistant NetworkManager[425]: <info>  [1742304883.0919] manager: (vethcea71a4): new Veth device (/org/freedesktop/NetworkManager/Devices/52)
2025-03-18 13:34:43.093 homeassistant kernel: hassio: port 6(vethcea71a4) entered blocking state
2025-03-18 13:34:43.093 homeassistant kernel: hassio: port 6(vethcea71a4) entered forwarding state
2025-03-18 13:34:43.152 homeassistant systemd[1]: Started libcontainer container 69da2ff148b37484bcdd1ccdc19e53e8ecc70c267d9c8e74e711b4b2144f593e.
2025-03-18 13:34:43.219 homeassistant kernel: eth0: renamed from veth1293f9a
2025-03-18 13:34:43.226 homeassistant NetworkManager[425]: <info>  [1742304883.2262] device (vethcea71a4): carrier: link connected
2025-03-18 13:34:45.537 homeassistant bluetoothd[426]: Path /org/bleak/67/139682212152720 reserved for Adv Monitor app :1.85
2025-03-18 13:34:45.538 homeassistant bluetoothd[426]: Path /org/bleak/67/139682212152608 reserved for Adv Monitor app :1.85
2025-03-18 13:34:47.704 homeassistant systemd[1]: docker-69da2ff148b37484bcdd1ccdc19e53e8ecc70c267d9c8e74e711b4b2144f593e.scope: Deactivated successfully.
2025-03-18 13:34:47.704 homeassistant systemd[1]: docker-69da2ff148b37484bcdd1ccdc19e53e8ecc70c267d9c8e74e711b4b2144f593e.scope: Consumed 1.607s CPU time.
2025-03-18 13:34:47.705 homeassistant kernel: kauditd_printk_skb: 53 callbacks suppressed
2025-03-18 13:34:47.705 homeassistant kernel: audit: type=1334 audit(1742304887.703:458): prog-id=122 op=UNLOAD
2025-03-18 13:34:47.716 homeassistant dockerd[537]: time="2025-03-18T13:34:47.716655228Z" level=info msg="ignoring event" container=69da2ff148b37484bcdd1ccdc19e53e8ecc70c267d9c8e74e711b4b2144f593e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
2025-03-18 13:34:47.737 homeassistant kernel: hassio: port 6(vethcea71a4) entered disabled state
2025-03-18 13:34:47.737 homeassistant kernel: veth1293f9a: renamed from eth0
2025-03-18 13:34:47.754 homeassistant NetworkManager[425]: <info>  [1742304887.7539] manager: (veth1293f9a): new Veth device (/org/freedesktop/NetworkManager/Devices/53)
2025-03-18 13:34:47.758 homeassistant kernel: hassio: port 6(vethcea71a4) entered disabled state
2025-03-18 13:34:47.759 homeassistant kernel: vethcea71a4 (unregistering): left allmulticast mode
2025-03-18 13:34:47.759 homeassistant kernel: vethcea71a4 (unregistering): left promiscuous mode
2025-03-18 13:34:47.759 homeassistant kernel: hassio: port 6(vethcea71a4) entered disabled state
2025-03-18 13:34:47.759 homeassistant kernel: audit: type=1700 audit(1742304887.755:459): dev=vethcea71a4 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
2025-03-18 13:34:47.775 homeassistant kernel: audit: type=1300 audit(1742304887.755:459): arch=c000003e syscall=44 success=yes exit=32 a0=d a1=c000ace840 a2=20 a3=0 items=0 ppid=1 pid=537 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
2025-03-18 13:34:47.775 homeassistant kernel: audit: type=1327 audit(1742304887.755:459): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
2025-03-18 13:34:47.786 homeassistant systemd[1]: var-lib-docker-overlay2-e026fb5a46134b29ad07cc4c2f7ba4b6e7a7dd21496606570659bbc403f1c835-merged.mount: Deactivated successfully.
2025-03-18 13:34:47.788 homeassistant systemd[1]: mnt-data-docker-overlay2-e026fb5a46134b29ad07cc4c2f7ba4b6e7a7dd21496606570659bbc403f1c835-merged.mount: Deactivated successfully.
2025-03-18 13:34:47.818 homeassistant kernel: audit: type=1334 audit(1742304887.816:460): prog-id=125 op=UNLOAD
2025-03-18 13:34:52.253 homeassistant NetworkManager[425]: <warn>  [1742304892.2537] l3cfg[0942f18f43539c84,ifindex=2]: unable to configure IPv6 route: type unicast fd55:980d:dac9:1::/64 via fe80::b43a:85ff:c13c:9502 dev 2 metric 100 mss 0 rt-src ndisc
2025-03-18 13:35:11.189 homeassistant systemd[1]: var-lib-docker-overlay2-aedd7810f3229a579a210cf07aeb49ab52c42fd75123332404b8c6da4a0a093d\x2dinit-merged.mount: Deactivated successfully.
2025-03-18 13:35:11.189 homeassistant systemd[1]: mnt-data-docker-overlay2-aedd7810f3229a579a210cf07aeb49ab52c42fd75123332404b8c6da4a0a093d\x2dinit-merged.mount: Deactivated successfully.
2025-03-18 13:35:11.215 homeassistant kernel: hassio: port 6(vethc9758d8) entered blocking state
2025-03-18 13:35:11.215 homeassistant kernel: hassio: port 6(vethc9758d8) entered disabled state
2025-03-18 13:35:11.215 homeassistant kernel: vethc9758d8: entered allmulticast mode
2025-03-18 13:35:11.215 homeassistant kernel: vethc9758d8: entered promiscuous mode
2025-03-18 13:35:11.215 homeassistant kernel: audit: type=1700 audit(1742304911.212:461): dev=vethc9758d8 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
2025-03-18 13:35:11.215 homeassistant kernel: audit: type=1300 audit(1742304911.212:461): arch=c000003e syscall=44 success=yes exit=40 a0=d a1=c0016bf830 a2=28 a3=0 items=0 ppid=1 pid=537 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
2025-03-18 13:35:11.215 homeassistant kernel: audit: type=1327 audit(1742304911.212:461): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
2025-03-18 13:35:11.215 homeassistant NetworkManager[425]: <info>  [1742304911.2123] manager: (vethd64c1b6): new Veth device (/org/freedesktop/NetworkManager/Devices/54)
2025-03-18 13:35:11.215 homeassistant NetworkManager[425]: <info>  [1742304911.2131] manager: (vethc9758d8): new Veth device (/org/freedesktop/NetworkManager/Devices/55)
2025-03-18 13:35:11.278 homeassistant systemd[1]: Started libcontainer container 46f46d01adbd3e83855201375c475a47fb121252aeffa7d83d362c7816ba13ba.
2025-03-18 13:35:11.289 homeassistant kernel: audit: type=1334 audit(1742304911.287:462): prog-id=126 op=LOAD
2025-03-18 13:35:11.289 homeassistant kernel: audit: type=1334 audit(1742304911.287:463): prog-id=127 op=LOAD
2025-03-18 13:35:11.289 homeassistant kernel: audit: type=1300 audit(1742304911.287:463): arch=c000003e syscall=321 success=yes exit=16 a0=5 a1=c00016d998 a2=78 a3=0 items=0 ppid=9361 pid=9371 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-03-18 13:35:11.289 homeassistant kernel: audit: type=1327 audit(1742304911.287:463): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F34366634366430316164626433653833383535323031333735
2025-03-18 13:35:11.289 homeassistant kernel: audit: type=1334 audit(1742304911.287:464): prog-id=128 op=LOAD
2025-03-18 13:35:11.289 homeassistant kernel: audit: type=1300 audit(1742304911.287:464): arch=c000003e syscall=321 success=yes exit=18 a0=5 a1=c00016d730 a2=78 a3=0 items=0 ppid=9361 pid=9371 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
2025-03-18 13:35:11.289 homeassistant kernel: audit: type=1327 audit(1742304911.287:464): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F34366634366430316164626433653833383535323031333735
2025-03-18 13:35:11.340 homeassistant kernel: eth0: renamed from vethd64c1b6
2025-03-18 13:35:11.344 homeassistant kernel: hassio: port 6(vethc9758d8) entered blocking state
2025-03-18 13:35:11.344 homeassistant kernel: hassio: port 6(vethc9758d8) entered forwarding state
2025-03-18 13:35:11.347 homeassistant NetworkManager[425]: <info>  [1742304911.3450] device (vethc9758d8): carrier: link connected
2025-03-18 13:35:41.487 homeassistant kernel: kauditd_printk_skb: 33 callbacks suppressed
2025-03-18 13:35:41.487 homeassistant kernel: audit: type=1334 audit(1742304941.484:476): prog-id=130 op=LOAD
2025-03-18 13:35:41.487 homeassistant kernel: audit: type=1334 audit(1742304941.484:477): prog-id=131 op=LOAD
2025-03-18 13:35:41.487 homeassistant kernel: audit: type=1334 audit(1742304941.484:478): prog-id=132 op=LOAD
2025-03-18 13:35:41.492 homeassistant systemd[1]: Starting Hostname Service...
2025-03-18 13:35:41.657 homeassistant systemd[1]: Started Hostname Service.
2025-03-18 13:35:41.666 homeassistant kernel: audit: type=1334 audit(1742304941.664:479): prog-id=133 op=LOAD
2025-03-18 13:35:41.666 homeassistant kernel: audit: type=1334 audit(1742304941.664:480): prog-id=134 op=LOAD
2025-03-18 13:35:41.666 homeassistant kernel: audit: type=1334 audit(1742304941.664:481): prog-id=135 op=LOAD
2025-03-18 13:35:41.676 homeassistant systemd[1]: Starting Time & Date Service...
2025-03-18 13:35:41.817 homeassistant systemd[1]: Started Time & Date Service.
2025-03-18 13:36:11.694 homeassistant systemd[1]: systemd-hostnamed.service: Deactivated successfully.
2025-03-18 13:36:11.734 homeassistant kernel: audit: type=1334 audit(1742304971.732:482): prog-id=132 op=UNLOAD
2025-03-18 13:36:11.734 homeassistant kernel: audit: type=1334 audit(1742304971.732:483): prog-id=131 op=UNLOAD
2025-03-18 13:36:11.734 homeassistant kernel: audit: type=1334 audit(1742304971.732:484): prog-id=130 op=UNLOAD
2025-03-18 13:36:11.853 homeassistant systemd[1]: systemd-timedated.service: Deactivated successfully.
2025-03-18 13:36:11.863 homeassistant kernel: audit: type=1334 audit(1742304971.861:485): prog-id=135 op=UNLOAD
2025-03-18 13:36:11.863 homeassistant kernel: audit: type=1334 audit(1742304971.861:486): prog-id=134 op=UNLOAD
2025-03-18 13:36:11.863 homeassistant kernel: audit: type=1334 audit(1742304971.861:487): prog-id=133 op=UNLOAD
2025-03-18 13:48:35.779 homeassistant systemd[1]: Starting Cleanup of Temporary Directories...
2025-03-18 13:48:35.801 homeassistant systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
2025-03-18 13:48:35.801 homeassistant systemd[1]: Finished Cleanup of Temporary Directories.
2025-03-18 14:18:19.712 homeassistant kernel: audit: type=1334 audit(1742307499.710:488): prog-id=136 op=LOAD
2025-03-18 14:18:19.714 homeassistant systemd-timesyncd[525]: Network configuration changed, trying to establish connection.
2025-03-18 14:18:19.724 homeassistant systemd[1]: Started Journal Gateway Service.
2025-03-18 14:18:19.728 homeassistant systemd-timesyncd[525]: Contacted time server 162.159.200.1:123 (time.cloudflare.com).

System information

Version | core-2025.3.3 -- | -- Installation type | Home Assistant OS Development | false Supervisor | true Docker | true User | root Virtual environment | false Python version | 3.13.2 Operating system family | Linux Operating system version | 6.6.73-haos CPU architecture | x86_64

Additional information

after attemoting to upgrade, system stays unavailabel for 10 to 15 minutes then reverts to 14.2

@bruce607 bruce607 added the bug label Mar 18, 2025
@sairon
Copy link
Member

sairon commented Mar 18, 2025

What "Intel NUC" exactly? Can you try upgrading with a display connected and/or USB devices disconnected?

@bruce607
Copy link
Author

bruce607 commented Mar 18, 2025 via email

@aperezva
Copy link

aperezva commented Mar 18, 2025

I

What "Intel NUC" exactly? Can you try upgrading with a display connected and/or USB devices disconnected?

I have more or less the same NUc in Proxmox, I don´t know if it´s safely upgrade right now. Do you have any Root cause regarding these different issues in diferent devices.

Do you recomend wait some days to give you time to investigate?.

Thanks for your efforts

@avdb35
Copy link

avdb35 commented Mar 18, 2025

Same problem here. HP NUC intel
update and no response after that.
monitor connected and startup (after installation) runs till cfi
keeps waiting and finally falls back in safe mode,
version 14.1 installed and (lucky me) backup uploaded
all's fine now

@BartRoels
Copy link

Same issue, have booted into the 14.2 again. Need to investigate the logs further, but needed to get HA up and running again before my household got angry :)

@yanivf38 yanivf38 marked this as a duplicate of #3951 Mar 19, 2025
@PNXPH

This comment has been minimized.

@Eraser127

This comment has been minimized.

@sairon
Copy link
Member

sairon commented Mar 19, 2025

@avdb35 @BartRoels same question as above, what device is that exactly?

Would it be possible to connect an HDMI display and update with it connected to see where it gets stuck? If it falls into the emergency console, check dmesg -l warn+ for errors. Eventually, there might be something in the Host logs for previous boots (click three dots and select previous boot in "Show HAOS startups").

@BernieHD @PNXPH @Eraser127 Please use search before reporting, those HP devices are discussed in #3944.

@Corvus71

This comment has been minimized.

@reini-1
Copy link

reini-1 commented Mar 19, 2025

Same problem here.

After a few power off/on it booted into previous 14.2.

I tried to update via web and command line (ha os update), both with the same result.

System: T8plus Intel N100 16GB RAM, 512GB m.2 SSD (https://vi.aliexpress.com/item/1005005234838380.html)

It runs since over a year without a problem and all updates since Feb. 2024.

dmesg.log from the booted system (14.2)

# ha os info
board: generic-x86-64
boot: B
boot_slots:
  A:
    state: inactive
    status: bad
    version: "15.0"
  B:
    state: booted
    status: good
    version: "14.2"
data_disk: N900-512-AA000000000000003217
update_available: true
version: "14.2"

# ha host info
agent_version: 1.6.0
apparmor_version: 3.1.2
boot_timestamp: 1742408459545288
broadcast_llmnr: true
broadcast_mdns: true
chassis: embedded
cpe: cpe:2.3:o:home-assistant:haos:14.2:*:production:*:*:*:generic-x86-64:*
deployment: production
disk_free: 421
disk_life_time: null
disk_total: 468.7
disk_used: 28.6
dt_synchronized: true
dt_utc: "2025-03-19T18:22:27.911664+00:00"
features:
- reboot
- shutdown
- services
- network
- hostname
- timedate
- os_agent
- haos
- resolved
- journal
- disk
- mount
hostname: homeassistant
kernel: 6.6.73-haos
llmnr_hostname: homeassistant
operating_system: Home Assistant OS 14.2
startup_time: 0.740659
timezone: Etc/UTC
use_ntp: true
virtualization: ""

# ha cli info
update_available: false
version: 2025.02.0
version_latest: 2025.02.0

@sairon
Copy link
Member

sairon commented Mar 19, 2025

@reini-1 Thanks for the details, unfortunately, that's not much helpful at this point - I'll need logs from the failing OS as I asked in my previous post.

@AnthonyWrather

This comment has been minimized.

@BeJaHome

This comment has been minimized.

@sairon sairon added the board/generic-x86-64 Generic x86-64 Boards (like Intel NUC) label Mar 20, 2025
@parisdalas
Copy link

Same problem here.

After a few power off/on it booted into previous 14.2.

I tried to update via web and command line (ha os update), both with the same result.

System: T8plus Intel N100 16GB RAM, 512GB m.2 SSD (https://vi.aliexpress.com/item/1005005234838380.html)

It runs since over a year without a problem and all updates since Feb. 2024.

dmesg.log from the booted system (14.2)

ha os info

board: generic-x86-64
boot: B
boot_slots:
A:
state: inactive
status: bad
version: "15.0"
B:
state: booted
status: good
version: "14.2"
data_disk: N900-512-AA000000000000003217
update_available: true
version: "14.2"

ha host info

agent_version: 1.6.0
apparmor_version: 3.1.2
boot_timestamp: 1742408459545288
broadcast_llmnr: true
broadcast_mdns: true
chassis: embedded
cpe: cpe:2.3:o:home-assistant:haos:14.2::production::::generic-x86-64:*
deployment: production
disk_free: 421
disk_life_time: null
disk_total: 468.7
disk_used: 28.6
dt_synchronized: true
dt_utc: "2025-03-19T18:22:27.911664+00:00"
features:

  • reboot
  • shutdown
  • services
  • network
  • hostname
  • timedate
  • os_agent
  • haos
  • resolved
  • journal
  • disk
  • mount
    hostname: homeassistant
    kernel: 6.6.73-haos
    llmnr_hostname: homeassistant
    operating_system: Home Assistant OS 14.2
    startup_time: 0.740659
    timezone: Etc/UTC
    use_ntp: true
    virtualization: ""

ha cli info

update_available: false
version: 2025.02.0
version_latest: 2025.02.0

I have exact same mini pc T8 plus with N100 16g-500g and had the same issue with fail boot. Now I have a damaged slot and a good one at 14.2. The only difference is that slot B is damaged in mine configuration.
What's now the next step? We have to fix the damaged slot first somehow? Is there any way to update to haos15?
I can find many posts about boot fail after update but I didn't find any official guide of what we should do.
Any help would be really nice!

board: generic-x86-64
boot: A
boot_slots:
A:
state: booted
status: good
version: "14.2"
B:
state: inactive
status: bad
version: "15.0"
data_disk: N900-512-AA000000000000003243
update_available: true
version: "14.2"
version_latest: "15.0"

@sairon
Copy link
Member

sairon commented Mar 20, 2025

What's now the next step? We have to fix the damaged slot first somehow? Is there any way to update to haos15?
I can find many posts about boot fail after update but I didn't find any official guide of what we should do.

Nothing is damaged, it just means it failed to boot into that slot. You don't need to take any other steps when it's booted back into the working slot.

At this point I'm still waiting for kernel logs as asked above, getting them would help tremendously. I have a device with Intel N100 as well, yet it's running fine on that one. So likely it's caused by a driver for hardware used on some of those mini PCs.

@parisdalas
Copy link

Nothing is damaged, it just means it failed to boot into that slot. You don't need to take any other steps when it's booted back into the working slot.

At this point I'm still waiting for kernel logs as asked above, getting them would help tremendously. I have a device with Intel N100 as well, yet it's running fine on that one. So likely it's caused by a driver for hardware used on some of those mini PCs.

I would be happy to provide you what you need to help us. If you can help me take that kernel log for you would be good. I just don't know how to do it...
Can you explain the slot thing? Right now it says that slot B is at version 15.0 . In case I try to update again the slot A will also be in version 15.0 and then the boot will be fail in both slots?

@eljenso
Copy link

eljenso commented Mar 20, 2025

@parisdalas I think they are referring to the host logs.
See the "host logs" link in their comment here: #3948 (comment)

@WladyTee
Copy link

Shared feedbacks from my side: using old Intel NUC with only 4GB RAM, HAOS physical installation (no VM)

  • Update to OS 15 worked fine, it was applied with CORE 2025.3.1 (even if 2025.3.3 was available).
  • Massive slow down was experienced with OS 15, then installed CORE 2025.3.3.
  • Several system slowdowns, Companion App from remote keeps on disconnecting, multiple self reboots, database corruption at startup, several integration timeouts.

It seems related to a large memory usage.
I hope it helps to focus the proper fix.

@odin6796

This comment has been minimized.

@bruce607
Copy link
Author

Here is my Host log. (Let me know if this helps, or if I need to obtain this log in some other way) This was downloaded from home assistant, using maximum lines allowed in interface

host_2025-03-20T13-17-40.149Z.log

@reini-1
Copy link

reini-1 commented Mar 20, 2025

can I somehow get these host log files directly as via the gui I can only download max. 10000 lines and that is only a small part ...
I looked in the filesystem of the host but could not find them.

@parisdalas
Copy link

I tried to take the host logs as well but it doesn't go back to the point I did the update. It can show only 1-1,5 day log.

@reini-1
Copy link

reini-1 commented Mar 20, 2025

in the 3-dotts-menu you can activate haos starts then you can select differntent logs

@reini-1
Copy link

reini-1 commented Mar 20, 2025

it seem 10000 lines is enough ...

previous start: host_2025-03-20T13-34-03.930Z.log

2 starts before: host_2025-03-20T13-35-03.997Z.log

3 starts before: host_2025-03-20T13-35-45.362Z.log

4 starts before: host_2025-03-20T13-36-03.776Z.log

5 starts before: host_2025-03-20T13-36-18.834Z.log

6 starts before: host_2025-03-20T13-36-38.905Z.log

7 starts before: host_2025-03-20T13-37-06.393Z.log

8 starts before: host_2025-03-20T13-37-23.960Z.log

current log is already bigger and it did not show the beginning ...

I hope that helps.

@bruce607
Copy link
Author

Sorry, this should be the correct Host file (selected show startups)

host_2025-03-20T14-10-38.431Z.log

@bruce607
Copy link
Author

Here is 2 startups ago (oldest available)

host_2025-03-20T14-15-29.199Z.log

@endiz
Copy link

endiz commented Mar 21, 2025

Three dots -> Show skipped updates on the Updates page.

@sairon does updating through the GUI include the latest changes in the repo? or we have to wait for a release for the built in updater to reflect the latest PR changes (like #3957)

@eljenso
Copy link

eljenso commented Mar 24, 2025

@endiz Updating through the GUI will give you the latest release, which is currently 15.0 (see https://github.com/home-assistant/operating-system/releases).
You have to wait till 15.1 is release to get the current changes from the repo.

I'm currently waiting for that release, just to be safe and not run into this issue here.

@sairon sairon added the stable-kernel-regression Issue which appears to be an upstream stable kernel regression label Mar 24, 2025
@sairon
Copy link
Member

sairon commented Mar 24, 2025

@reini-1 Thank you, that helps a lot. The changed LPM policy can be very much likely the cause, as @comtel2000 pointed out.

Can you (or anyone else having these issues) try running the 15.0 slot with libata.force=nolpm parameter? The procedure to add it temporarily via the GRUB menu is same as here.

@sairon
Copy link
Member

sairon commented Mar 24, 2025

@parisdalas I see you have the same SSD (N900-512). It appears to be some random Chinese SSD and it's been known to be problematic for quite a while already, e.g. here's someone who ran into it in June on Arch: https://bbs.archlinux.org/viewtopic.php?id=296463

For @bruce607, it's quite possible it's the same cause, as his PC appears to be using a SSD that's branded 512 GB SSD. Adding the kernel parameter per the instructions above might resolve it too.

Regarding others, at least output of ha hardware info from the running slot would be needed.

@bruce607
Copy link
Author

bruce607 commented Mar 24, 2025

SO, Do I need to replace the ssd with a better one? If so, I would appreciate your recommendation!! is there a particular brand that is known to work well?? Also, what would be the best procedure to do the replacement, I have regular backups running. Any advice would be appreciated!!

@BeJaHome
Copy link

@bruce607 I have the same problem with RPi4 with good quality SSD. So I would keep the NUC and SSD, and wait for 15.1 to arrive. And keep your fingers crossed that the programmers have solved the problems… At least that’s what I do.

@reini-1
Copy link

reini-1 commented Mar 24, 2025

Adding libata.force=nolpm to the boot command line seems to work.
Lets see how long it runs stable.

Image

$ ssh homeassistant-os
Welcome to Home Assistant OS.

Use `ha` to access the Home Assistant CLI.
# dmesg
[    0.000000] Linux version 6.12.18-haos (builder@644e17d3fe20) (x86_64-buildroot-linux-gnu-gcc.br_real (Buildroot -g3914f8ca) 12.4.0, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Mon Mar 17 11:16:39 UTC 2025
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/bzImage root=PARTUUID=8d3d53e3-6d49-4c38-8349-aff6859e82fd rootwait zram.enabled=1 zram.num_devices=3 systemd.machine_id=45a4d61ab26b42e3895f2bd890b6c59d fsck.repair=yes console=tty1 rauc.slot=A libata.force=nolpm
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007263ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000072640000-0x000000007573ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000075740000-0x0000000075814fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000075815000-0x00000000758d4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000758d5000-0x0000000075ffefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000075fff000-0x0000000075ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000076000000-0x0000000079ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007aa00000-0x000000007abfffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x00000000803fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047fbfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.8 by American Megatrends
[    0.000000] efi: ACPI=0x75814000 ACPI 2.0=0x75814014 TPMFinalLog=0x75882000 SMBIOS=0x75d8e000 SMBIOS 3.0=0x75d8d000 MEMATTR=0x6f6a1298 ESRT=0x6d8b7d18 TPMEventLog=0x75766018
[    0.000000] efi: Remove mem67: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[    0.000000] efi: Not removing mem68: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem69: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem70: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem72: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem73: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] [Firmware Bug]: Corrupted DMI table, offset 5263 (only 77 entries processed)
[    0.000000] SMBIOS 3.5.0 present.
[    0.000000] DMI:  /, BIOS 5.26 09/26/2023
[    0.000000] DMI: Memory slots populated: 4/8
[    0.000000] tsc: Detected 800.000 MHz processor
[    0.000000] tsc: Detected 806.400 MHz TSC
[    0.000219] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000221] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000228] last_pfn = 0x47fc00 max_arch_pfn = 0x400000000
[    0.000231] MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
[    0.000233] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000331] last_pfn = 0x76000 max_arch_pfn = 0x400000000
[    0.010897] esrt: Reserving ESRT space from 0x000000006d8b7d18 to 0x000000006d8b7e68.
[    0.010902] e820: update [mem 0x6d8b7000-0x6d8b7fff] usable ==> reserved
[    0.010915] Using GB pages for direct mapping
[    0.010916] Incomplete global flushes, disabling PCID
[    0.011154] Secure boot disabled
[    0.011156] ACPI: Early table checksum verification disabled
[    0.011159] ACPI: RSDP 0x0000000075814014 000024 (v02 ALASKA)
[    0.011162] ACPI: XSDT 0x0000000075813728 00010C (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.011168] ACPI: FACP 0x0000000075812000 000114 (v06 ALASKA A M I    01072009 AMI  01000013)
[    0.011171] ACPI: DSDT 0x000000007579A000 077879 (v02 ALASKA A M I    01072009 INTL 20200717)
[    0.011173] ACPI: FACS 0x00000000758D4000 000040
[    0.011175] ACPI: FIDT 0x0000000075799000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.011176] ACPI: MSDM 0x0000000075798000 000055 (v03 ALASKA A M I    01072009 AMI  01000013)
[    0.011178] ACPI: SSDT 0x0000000075797000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
[    0.011179] ACPI: SSDT 0x0000000075791000 005D0B (v02 CpuRef CpuSsdt  00003000 INTL 20200717)
[    0.011181] ACPI: SSDT 0x000000007578E000 002A45 (v02 SaSsdt SaSsdt   00003000 INTL 20200717)
[    0.011182] ACPI: SSDT 0x000000007578A000 0033D3 (v02 INTEL  IgfxSsdt 00003000 INTL 20200717)
[    0.011183] ACPI: HPET 0x0000000075789000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.011185] ACPI: APIC 0x0000000075788000 0001DC (v05 ALASKA A M I    01072009 AMI  01000013)
[    0.011186] ACPI: MCFG 0x0000000075787000 00003C (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.011187] ACPI: SSDT 0x0000000075785000 001FFD (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
[    0.011189] ACPI: UEFI 0x0000000075869000 000048 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.011190] ACPI: PSDS 0x0000000075784000 000052 (v01 INTEL  EDK2     00000005 INTL 0100000D)
[    0.011192] ACPI: NHLT 0x0000000075783000 00002D (v00 ALASKA A M I    01072009 AMI  01000013)
[    0.011193] ACPI: LPIT 0x0000000075782000 0000CC (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.011194] ACPI: SSDT 0x000000007577E000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
[    0.011195] ACPI: SSDT 0x000000007577B000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
[    0.011197] ACPI: DBGP 0x000000007577A000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.011198] ACPI: DBG2 0x0000000075779000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
[    0.011199] ACPI: DMAR 0x0000000075778000 000088 (v02 INTEL  EDK2     00000002      01000013)
[    0.011201] ACPI: FPDT 0x0000000075777000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.011202] ACPI: SSDT 0x0000000075776000 00073A (v02 INTEL  xh_adl_N 00000000 INTL 20200717)
[    0.011204] ACPI: SSDT 0x0000000075772000 003AEA (v02 SocGpe SocGpe   00003000 INTL 20200717)
[    0.011205] ACPI: SSDT 0x000000007576E000 0039DA (v02 SocCmn SocCmn   00003000 INTL 20200717)
[    0.011206] ACPI: SSDT 0x000000007576D000 000144 (v02 Intel  ADebTabl 00001000 INTL 20200717)
[    0.011208] ACPI: BGRT 0x000000007576C000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.011209] ACPI: TPM2 0x000000007576B000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.011210] ACPI: PHAT 0x000000007576A000 000671 (v01 ALASKA A M I    00000005 MSFT 0100000D)
[    0.011212] ACPI: WSMT 0x0000000075781000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.011213] ACPI: Reserving FACP table memory at [mem 0x75812000-0x75812113]
[    0.011214] ACPI: Reserving DSDT table memory at [mem 0x7579a000-0x75811878]
[    0.011215] ACPI: Reserving FACS table memory at [mem 0x758d4000-0x758d403f]
[    0.011215] ACPI: Reserving FIDT table memory at [mem 0x75799000-0x7579909b]
[    0.011216] ACPI: Reserving MSDM table memory at [mem 0x75798000-0x75798054]
[    0.011216] ACPI: Reserving SSDT table memory at [mem 0x75797000-0x7579738b]
[    0.011217] ACPI: Reserving SSDT table memory at [mem 0x75791000-0x75796d0a]
[    0.011217] ACPI: Reserving SSDT table memory at [mem 0x7578e000-0x75790a44]
[    0.011218] ACPI: Reserving SSDT table memory at [mem 0x7578a000-0x7578d3d2]
[    0.011218] ACPI: Reserving HPET table memory at [mem 0x75789000-0x75789037]
[    0.011218] ACPI: Reserving APIC table memory at [mem 0x75788000-0x757881db]
[    0.011219] ACPI: Reserving MCFG table memory at [mem 0x75787000-0x7578703b]
[    0.011219] ACPI: Reserving SSDT table memory at [mem 0x75785000-0x75786ffc]
[    0.011220] ACPI: Reserving UEFI table memory at [mem 0x75869000-0x75869047]
[    0.011220] ACPI: Reserving PSDS table memory at [mem 0x75784000-0x75784051]
[    0.011221] ACPI: Reserving NHLT table memory at [mem 0x75783000-0x7578302c]
[    0.011221] ACPI: Reserving LPIT table memory at [mem 0x75782000-0x757820cb]
[    0.011222] ACPI: Reserving SSDT table memory at [mem 0x7577e000-0x75780a82]
[    0.011222] ACPI: Reserving SSDT table memory at [mem 0x7577b000-0x7577d356]
[    0.011223] ACPI: Reserving DBGP table memory at [mem 0x7577a000-0x7577a033]
[    0.011223] ACPI: Reserving DBG2 table memory at [mem 0x75779000-0x75779053]
[    0.011224] ACPI: Reserving DMAR table memory at [mem 0x75778000-0x75778087]
[    0.011224] ACPI: Reserving FPDT table memory at [mem 0x75777000-0x75777043]
[    0.011225] ACPI: Reserving SSDT table memory at [mem 0x75776000-0x75776739]
[    0.011225] ACPI: Reserving SSDT table memory at [mem 0x75772000-0x75775ae9]
[    0.011226] ACPI: Reserving SSDT table memory at [mem 0x7576e000-0x757719d9]
[    0.011226] ACPI: Reserving SSDT table memory at [mem 0x7576d000-0x7576d143]
[    0.011227] ACPI: Reserving BGRT table memory at [mem 0x7576c000-0x7576c037]
[    0.011227] ACPI: Reserving TPM2 table memory at [mem 0x7576b000-0x7576b04b]
[    0.011228] ACPI: Reserving PHAT table memory at [mem 0x7576a000-0x7576a670]
[    0.011228] ACPI: Reserving WSMT table memory at [mem 0x75781000-0x75781027]
[    0.011353] No NUMA configuration found
[    0.011354] Faking a node at [mem 0x0000000000000000-0x000000047fbfffff]
[    0.011358] NODE_DATA(0) allocated [mem 0x47fbfc200-0x47fbfffff]
[    0.011381] Zone ranges:
[    0.011381]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.011383]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.011384]   Normal   [mem 0x0000000100000000-0x000000047fbfffff]
[    0.011386] Movable zone start for each node
[    0.011386] Early memory node ranges
[    0.011386]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.011388]   node   0: [mem 0x000000000009f000-0x000000000009ffff]
[    0.011388]   node   0: [mem 0x0000000000100000-0x000000007263ffff]
[    0.011389]   node   0: [mem 0x0000000075fff000-0x0000000075ffffff]
[    0.011390]   node   0: [mem 0x0000000100000000-0x000000047fbfffff]
[    0.011392] Initmem setup node 0 [mem 0x0000000000001000-0x000000047fbfffff]
[    0.011397] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.011398] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.011432] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.015213] On node 0, zone DMA32: 14783 pages in unavailable ranges
[    0.042525] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.042538] On node 0, zone Normal: 1024 pages in unavailable ranges
[    0.042559] Reserving Intel graphics memory at [mem 0x7c800000-0x803fffff]
[    0.042785] ACPI: PM-Timer IO Port: 0x1808
[    0.042793] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.042794] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.042795] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.042795] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.042796] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.042796] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.042797] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.042797] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.042798] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.042798] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.042798] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.042799] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.042799] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.042800] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.042800] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.042801] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.042801] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.042802] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.042802] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.042803] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.042803] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.042803] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.042804] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.042804] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.042843] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.042845] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.042847] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.042850] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.042851] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.042858] e820: update [mem 0x6d805000-0x6d857fff] usable ==> reserved
[    0.042868] TSC deadline timer available
[    0.042872] CPU topo: Max. logical packages:   1
[    0.042873] CPU topo: Max. logical dies:       1
[    0.042873] CPU topo: Max. dies per package:   1
[    0.042877] CPU topo: Max. threads per core:   1
[    0.042877] CPU topo: Num. cores per package:     4
[    0.042878] CPU topo: Num. threads per package:   4
[    0.042878] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.042893] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.042894] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.042895] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.042896] PM: hibernation: Registered nosave memory: [mem 0x6d805000-0x6d857fff]
[    0.042897] PM: hibernation: Registered nosave memory: [mem 0x6d8b7000-0x6d8b7fff]
[    0.042899] PM: hibernation: Registered nosave memory: [mem 0x72640000-0x7573ffff]
[    0.042899] PM: hibernation: Registered nosave memory: [mem 0x75740000-0x75814fff]
[    0.042899] PM: hibernation: Registered nosave memory: [mem 0x75815000-0x758d4fff]
[    0.042900] PM: hibernation: Registered nosave memory: [mem 0x758d5000-0x75ffefff]
[    0.042901] PM: hibernation: Registered nosave memory: [mem 0x76000000-0x79ffffff]
[    0.042901] PM: hibernation: Registered nosave memory: [mem 0x7a000000-0x7a9fffff]
[    0.042902] PM: hibernation: Registered nosave memory: [mem 0x7aa00000-0x7abfffff]
[    0.042902] PM: hibernation: Registered nosave memory: [mem 0x7ac00000-0x7affffff]
[    0.042903] PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x803fffff]
[    0.042903] PM: hibernation: Registered nosave memory: [mem 0x80400000-0xfdffffff]
[    0.042903] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.042904] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.042904] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.042905] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.042905] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.042905] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.042906] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.042906] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.042907] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.042907] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.042908] [mem 0x80400000-0xfdffffff] available for PCI devices
[    0.042910] Booting paravirtualized kernel on bare hardware
[    0.042912] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.048197] setup_percpu: NR_CPUS:64 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.048526] percpu: Embedded 59 pages/cpu s200984 r8192 d32488 u524288
[    0.048533] pcpu-alloc: s200984 r8192 d32488 u524288 alloc=1*2097152
[    0.048535] pcpu-alloc: [0] 0 1 2 3
[    0.048549] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/bzImage root=PARTUUID=8d3d53e3-6d49-4c38-8349-aff6859e82fd rootwait zram.enabled=1 zram.num_devices=3 systemd.machine_id=45a4d61ab26b42e3895f2bd890b6c59d fsck.repair=yes console=tty1 rauc.slot=A libata.force=nolpm
[    0.048606] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt2)/bzImage", will be passed to user space.
[    0.048617] random: crng init done
[    0.050533] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.051514] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.051554] Fallback order for Node 0: 0
[    0.051558] Built 1 zonelists, mobility grouping on.  Total pages: 4137439
[    0.051558] Policy zone: Normal
[    0.051560] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.051569] software IO TLB: area num 4.
[    0.102533] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.102610] Dynamic Preempt: full
[    0.102637] rcu: Preemptible hierarchical RCU implementation.
[    0.102637] rcu: 	RCU event tracing is enabled.
[    0.102638] rcu: 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.102639] 	Trampoline variant of Tasks RCU enabled.
[    0.102640] 	Tracing variant of Tasks RCU enabled.
[    0.102641] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.102641] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.102646] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.102648] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.105267] NR_IRQS: 4352, nr_irqs: 1024, preallocated irqs: 16
[    0.105559] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.105777] Console: colour dummy device 80x25
[    0.105780] printk: legacy console [tty1] enabled
[    0.106060] ACPI: Core revision 20240827
[    0.106374] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.106480] APIC: Switch to symmetric I/O mode setup
[    0.106484] DMAR: Host address width 39
[    0.106486] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.106493] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.106497] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.106502] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[    0.106505] DMAR: RMRR base: 0x0000007c000000 end: 0x000000803fffff
[    0.106509] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.106511] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.108295] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.112950] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0xb9fb05486c, max_idle_ns: 440795231721 ns
[    0.112961] Calibrating delay loop (skipped), value calculated using timer frequency.. 1612.80 BogoMIPS (lpj=806400)
[    0.112993] CPU0: Thermal monitoring enabled (TM1)
[    0.112996] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.113069] CET detected: Indirect Branch Tracking enabled
[    0.113072] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.113074] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.113078] process: using mwait in idle threads
[    0.113082] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.113086] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.113088] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.113091] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.113094] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.113096] Register File Data Sampling: Vulnerable: No microcode
[    0.113104] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.113106] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.113108] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.113110] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.113112] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.113114] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.113116] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.113118] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.113120] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    0.113957] Freeing SMP alternatives memory: 48K
[    0.113957] pid_max: default: 32768 minimum: 301
[    0.113957] LSM: initializing lsm=capability,apparmor
[    0.113957] AppArmor: AppArmor initialized
[    0.113957] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.113957] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.113957] smpboot: CPU0: Intel(R) N100 (family: 0x6, model: 0xbe, stepping: 0x0)
[    0.113957] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, PEBS-via-PT,  AnyThread deprecated, Gracemont events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.113957] ... version:                5
[    0.113957] ... bit width:              48
[    0.113957] ... generic registers:      6
[    0.113957] ... value mask:             0000ffffffffffff
[    0.113957] ... max period:             00007fffffffffff
[    0.113957] ... fixed-purpose events:   3
[    0.113957] ... event mask:             000000070000003f
[    0.113957] signal: max sigframe size: 3632
[    0.113957] Estimated ratio of average max frequency by base frequency (times 1024): 3712
[    0.113957] rcu: Hierarchical SRCU implementation.
[    0.113957] rcu: 	Max phase no-delay instances is 400.
[    0.113957] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.113957] smp: Bringing up secondary CPUs ...
[    0.113957] smpboot: x86: Booting SMP configuration:
[    0.113957] .... node  #0, CPUs:      #1 #2 #3
[    0.114981] smp: Brought up 1 node, 4 CPUs
[    0.114985] smpboot: Total of 4 processors activated (6451.20 BogoMIPS)
[    0.115374] Memory: 16148356K/16549756K available (18432K kernel code, 2794K rwdata, 6940K rodata, 2816K init, 1212K bss, 391924K reserved, 0K cma-reserved)
[    0.116237] devtmpfs: initialized
[    0.116237] ACPI: PM: Registering ACPI NVS region [mem 0x75815000-0x758d4fff] (786432 bytes)
[    0.116237] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.116237] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.116237] pinctrl core: initialized pinctrl subsystem
[    0.116258] PM: RTC time: 19:39:36, date: 2025-03-24
[    0.116331] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.117011] audit: initializing netlink subsys (disabled)
[    0.117029] audit: type=2000 audit(1742845176.004:1): state=initialized audit_enabled=0 res=1
[    0.117029] thermal_sys: Registered thermal governor 'step_wise'
[    0.117029] thermal_sys: Registered thermal governor 'user_space'
[    0.117034] cpuidle: using governor menu
[    0.117065] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[    0.117065] PCI: Using configuration type 1 for base access
[    0.117145] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.118026] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.118026] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.118044] ACPI: Added _OSI(Module Device)
[    0.118044] ACPI: Added _OSI(Processor Device)
[    0.118044] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.118044] ACPI: Added _OSI(Processor Aggregator Device)
[    0.177093] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS01], AE_NOT_FOUND (20240827/dswload2-162)
[    0.177105] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240827/psobject-220)
[    0.177108] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.177113] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS02], AE_NOT_FOUND (20240827/dswload2-162)
[    0.177117] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240827/psobject-220)
[    0.177119] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.178809] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.188741] ACPI: Dynamic OEM Table Load:
[    0.188755] ACPI: SSDT 0xFFFF9ABE80DFA800 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
[    0.189503] ACPI: Dynamic OEM Table Load:
[    0.189510] ACPI: SSDT 0xFFFF9ABE80D3A000 0001A3 (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
[    0.190230] ACPI: Dynamic OEM Table Load:
[    0.190235] ACPI: SSDT 0xFFFF9ABE80D3A200 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
[    0.190966] ACPI: Dynamic OEM Table Load:
[    0.190973] ACPI: SSDT 0xFFFF9ABE80DE3000 0004B5 (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
[    0.191999] ACPI: Dynamic OEM Table Load:
[    0.192009] ACPI: SSDT 0xFFFF9ABE80F72000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
[    0.193240] ACPI: Dynamic OEM Table Load:
[    0.193247] ACPI: SSDT 0xFFFF9ABE80F74000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
[    0.194340] ACPI: Dynamic OEM Table Load:
[    0.194347] ACPI: SSDT 0xFFFF9ABE80F76000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
[    0.195469] ACPI: Dynamic OEM Table Load:
[    0.195477] ACPI: SSDT 0xFFFF9ABE80DDA000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
[    0.197900] ACPI: Interpreter enabled
[    0.197945] ACPI: PM: (supports S0 S3 S4 S5)
[    0.197947] ACPI: Using IOAPIC for interrupt routing
[    0.197986] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.197989] PCI: Ignoring E820 reservations for host bridge windows
[    0.198911] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.208882] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20240827/psargs-332)
[    0.208889] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS01._PLD due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[    0.208913] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20240827/psargs-332)
[    0.208918] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS02._PLD due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[    0.217217] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[    0.236111] ACPI: \_TZ_.FN00: New power resource
[    0.236161] ACPI: \_TZ_.FN01: New power resource
[    0.236206] ACPI: \_TZ_.FN02: New power resource
[    0.236250] ACPI: \_TZ_.FN03: New power resource
[    0.236294] ACPI: \_TZ_.FN04: New power resource
[    0.236714] ACPI: \PIN_: New power resource
[    0.236925] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.236933] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.237692] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability LTR]
[    0.238206] PCI host bridge to bus 0000:00
[    0.238210] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.238213] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.238215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.238219] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.238222] pci_bus 0000:00: root bus resource [mem 0x80400000-0xbfffffff window]
[    0.238224] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.238227] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.238263] pci 0000:00:00.0: [8086:461c] type 00 class 0x060000 conventional PCI endpoint
[    0.238398] pci 0000:00:02.0: [8086:46d1] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.238409] pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
[    0.238416] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.238421] pci 0000:00:02.0: BAR 4 [io  0x6000-0x603f]
[    0.238438] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.238442] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.238632] pci 0000:00:14.0: [8086:54ed] type 00 class 0x0c0330 conventional PCI endpoint
[    0.238656] pci 0000:00:14.0: BAR 0 [mem 0x6001100000-0x600110ffff 64bit]
[    0.238743] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.240039] pci 0000:00:14.2: [8086:54ef] type 00 class 0x050000 conventional PCI endpoint
[    0.240063] pci 0000:00:14.2: BAR 0 [mem 0x6001114000-0x6001117fff 64bit]
[    0.240077] pci 0000:00:14.2: BAR 2 [mem 0x600111a000-0x600111afff 64bit]
[    0.240205] pci 0000:00:16.0: [8086:54e0] type 00 class 0x078000 conventional PCI endpoint
[    0.240231] pci 0000:00:16.0: BAR 0 [mem 0x6001119000-0x6001119fff 64bit]
[    0.240319] pci 0000:00:16.0: PME# supported from D3hot
[    0.240684] pci 0000:00:17.0: [8086:54d3] type 00 class 0x010601 conventional PCI endpoint
[    0.240703] pci 0000:00:17.0: BAR 0 [mem 0x80700000-0x80701fff]
[    0.240714] pci 0000:00:17.0: BAR 1 [mem 0x80703000-0x807030ff]
[    0.240724] pci 0000:00:17.0: BAR 2 [io  0x6090-0x6097]
[    0.240734] pci 0000:00:17.0: BAR 3 [io  0x6080-0x6083]
[    0.240744] pci 0000:00:17.0: BAR 4 [io  0x6060-0x607f]
[    0.240754] pci 0000:00:17.0: BAR 5 [mem 0x80702000-0x807027ff]
[    0.240803] pci 0000:00:17.0: PME# supported from D3hot
[    0.241029] pci 0000:00:1c.0: [8086:54bb] type 01 class 0x060400 PCIe Root Port
[    0.241059] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.241064] pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
[    0.241068] pci 0000:00:1c.0:   bridge window [mem 0x80600000-0x806fffff]
[    0.241151] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.241547] pci 0000:00:1d.0: [8086:54b2] type 01 class 0x060400 PCIe Root Port
[    0.241577] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.241582] pci 0000:00:1d.0:   bridge window [io  0x4000-0x4fff]
[    0.241586] pci 0000:00:1d.0:   bridge window [mem 0x80500000-0x805fffff]
[    0.241666] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.242036] pci 0000:00:1d.3: [8086:54b3] type 01 class 0x060400 PCIe Root Port
[    0.242066] pci 0000:00:1d.3: PCI bridge to [bus 03]
[    0.242071] pci 0000:00:1d.3:   bridge window [io  0x3000-0x3fff]
[    0.242075] pci 0000:00:1d.3:   bridge window [mem 0x80400000-0x804fffff]
[    0.242156] pci 0000:00:1d.3: PME# supported from D0 D3hot D3cold
[    0.242543] pci 0000:00:1f.0: [8086:5481] type 00 class 0x060100 conventional PCI endpoint
[    0.242950] pci 0000:00:1f.3: [8086:54c8] type 00 class 0x040300 conventional PCI endpoint
[    0.242990] pci 0000:00:1f.3: BAR 0 [mem 0x6001110000-0x6001113fff 64bit]
[    0.243044] pci 0000:00:1f.3: BAR 4 [mem 0x6001000000-0x60010fffff 64bit]
[    0.243149] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.243239] pci 0000:00:1f.4: [8086:54a3] type 00 class 0x0c0500 conventional PCI endpoint
[    0.243264] pci 0000:00:1f.4: BAR 0 [mem 0x6001118000-0x60011180ff 64bit]
[    0.243287] pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
[    0.243464] pci 0000:00:1f.5: [8086:54a4] type 00 class 0x0c8000 conventional PCI endpoint
[    0.243486] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[    0.243656] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[    0.243680] pci 0000:01:00.0: BAR 0 [io  0x5000-0x50ff]
[    0.243712] pci 0000:01:00.0: BAR 2 [mem 0x80604000-0x80604fff 64bit]
[    0.243732] pci 0000:01:00.0: BAR 4 [mem 0x80600000-0x80603fff 64bit]
[    0.243860] pci 0000:01:00.0: supports D1 D2
[    0.243862] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.244038] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.244109] pci 0000:02:00.0: [10ec:c821] type 00 class 0x028000 PCIe Endpoint
[    0.244133] pci 0000:02:00.0: BAR 0 [io  0x4000-0x40ff]
[    0.244162] pci 0000:02:00.0: BAR 2 [mem 0x80500000-0x8050ffff 64bit]
[    0.244319] pci 0000:02:00.0: supports D1 D2
[    0.244321] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.244518] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.244583] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[    0.244607] pci 0000:03:00.0: BAR 0 [io  0x3000-0x30ff]
[    0.244638] pci 0000:03:00.0: BAR 2 [mem 0x80404000-0x80404fff 64bit]
[    0.244659] pci 0000:03:00.0: BAR 4 [mem 0x80400000-0x80403fff 64bit]
[    0.244786] pci 0000:03:00.0: supports D1 D2
[    0.244788] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.244947] pci 0000:00:1d.3: PCI bridge to [bus 03]
[    0.247073] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.247152] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.247228] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.247304] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.247379] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.247454] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.247529] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.247603] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.253060] iommu: Default domain type: Translated
[    0.253063] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.253120] SCSI subsystem initialized
[    0.253130] libata version 3.00 loaded.
[    0.253130] ACPI: bus type USB registered
[    0.253130] usbcore: registered new interface driver usbfs
[    0.253130] usbcore: registered new interface driver hub
[    0.253130] usbcore: registered new device driver usb
[    0.253130] mc: Linux media interface: v0.10
[    0.253130] videodev: Linux video capture interface: v2.00
[    0.253130] pps_core: LinuxPPS API ver. 1 registered
[    0.253130] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.253130] PTP clock support registered
[    0.253130] EDAC MC: Ver: 3.0.0
[    0.253130] efivars: Registered efivars operations
[    0.253130] Advanced Linux Sound Architecture Driver Initialized.
[    0.253199] NetLabel: Initializing
[    0.253201] NetLabel:  domain hash size = 128
[    0.253203] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.253222] NetLabel:  unlabeled traffic allowed by default
[    0.253983] PCI: Using ACPI for IRQ routing
[    0.276408] PCI: pci_cache_line_size set to 64 bytes
[    0.276456] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[    0.276499] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.276501] e820: reserve RAM buffer [mem 0x6d805000-0x6fffffff]
[    0.276502] e820: reserve RAM buffer [mem 0x6d8b7000-0x6fffffff]
[    0.276503] e820: reserve RAM buffer [mem 0x72640000-0x73ffffff]
[    0.276504] e820: reserve RAM buffer [mem 0x76000000-0x77ffffff]
[    0.276505] e820: reserve RAM buffer [mem 0x47fc00000-0x47fffffff]
[    0.276962] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.276965] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.276967] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.276971] vgaarb: loaded
[    0.277131] clocksource: Switched to clocksource tsc-early
[    0.277209] VFS: Disk quotas dquot_6.6.0
[    0.277216] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.277306] AppArmor: AppArmor Filesystem Enabled
[    0.277317] pnp: PnP ACPI init
[    0.277335] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.277339] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.277433] system 00:01: [io  0x1854-0x1857] has been reserved
[    0.279193] system 00:02: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.279197] system 00:02: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.279199] system 00:02: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.279201] system 00:02: [mem 0xc0000000-0xcfffffff] has been reserved
[    0.279204] system 00:02: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.279206] system 00:02: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.279208] system 00:02: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.279210] system 00:02: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.279867] system 00:03: [io  0x2000-0x20fe] has been reserved
[    0.280491] pnp: PnP ACPI: found 5 devices
[    0.285938] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.285966] NET: Registered PF_INET protocol family
[    0.286222] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.288905] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.288934] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.288940] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.289084] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.289361] TCP: Hash tables configured (established 131072 bind 65536)
[    0.289473] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.289500] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.289533] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.289595] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.289681] RPC: Registered named UNIX socket transport module.
[    0.289684] RPC: Registered udp transport module.
[    0.289686] RPC: Registered tcp transport module.
[    0.289687] RPC: Registered tcp-with-tls transport module.
[    0.289689] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.289703] pci 0000:00:1f.5: BAR 0 [mem 0x80704000-0x80704fff]: assigned
[    0.289723] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.289726] pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
[    0.289732] pci 0000:00:1c.0:   bridge window [mem 0x80600000-0x806fffff]
[    0.289740] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.289743] pci 0000:00:1d.0:   bridge window [io  0x4000-0x4fff]
[    0.289748] pci 0000:00:1d.0:   bridge window [mem 0x80500000-0x805fffff]
[    0.289756] pci 0000:00:1d.3: PCI bridge to [bus 03]
[    0.289758] pci 0000:00:1d.3:   bridge window [io  0x3000-0x3fff]
[    0.289763] pci 0000:00:1d.3:   bridge window [mem 0x80400000-0x804fffff]
[    0.289771] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.289774] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.289776] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.289779] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
[    0.289781] pci_bus 0000:00: resource 8 [mem 0x80400000-0xbfffffff window]
[    0.289783] pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
[    0.289786] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    0.289787] pci_bus 0000:01: resource 1 [mem 0x80600000-0x806fffff]
[    0.289790] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    0.289792] pci_bus 0000:02: resource 1 [mem 0x80500000-0x805fffff]
[    0.289794] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    0.289796] pci_bus 0000:03: resource 1 [mem 0x80400000-0x804fffff]
[    0.290219] PCI: CLS 64 bytes, default 64
[    0.290281] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.290283] software IO TLB: mapped [mem 0x0000000067d1c000-0x000000006bd1c000] (64MB)
[    0.290339] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
[    0.290342] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    0.290344] RAPL PMU: hw unit of domain package 2^-14 Joules
[    0.290451] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xb9fb05486c, max_idle_ns: 440795231721 ns
[    0.290464] clocksource: Switched to clocksource tsc
[    0.290492] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.291025] Initialise system trusted keyrings
[    0.291055] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    0.291122] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.291165] NFS: Registering the id_resolver key type
[    0.291171] Key type id_resolver registered
[    0.291172] Key type id_legacy registered
[    0.291194] 9p: Installing v9fs 9p2000 file system support
[    0.300855] Key type asymmetric registered
[    0.300858] Asymmetric key parser 'x509' registered
[    0.300871] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.300903] io scheduler mq-deadline registered
[    0.300906] io scheduler kyber registered
[    0.301139] pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
[    0.301369] pcieport 0000:00:1d.0: PME: Signaling with IRQ 121
[    0.301564] pcieport 0000:00:1d.3: PME: Signaling with IRQ 122
[    0.301842] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.301862] ACPI: button: Sleep Button [SLPB]
[    0.301883] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.301895] ACPI: button: Power Button [PWRB]
[    0.301914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.305425] ACPI: button: Power Button [PWRF]
[    0.306392] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.ITE8.GETT], AE_NOT_FOUND (20240827/psargs-332)
[    0.306399] ACPI Error: Aborting method \_TZ.TZ00._TMP due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[    0.306452] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.ITE8.GETT], AE_NOT_FOUND (20240827/psargs-332)
[    0.306456] ACPI Error: Aborting method \_TZ.TZ00._TMP due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[    0.306584] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.307157] hpet_acpi_add: no address or irqs in _CRS
[    0.307215] Non-volatile memory driver v1.3
[    0.307217] Linux agpgart interface v0.103
[    0.307305] ACPI: bus type drm_connector registered
[    0.308816] loop: module loaded
[    0.308866] zram: Added device: zram0
[    0.308910] zram: Added device: zram1
[    0.309098] zram: Added device: zram2
[    0.309155] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    0.309379] ahci 0000:00:17.0: version 3.0
[    0.309562] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    0.309567] ahci 0000:00:17.0: 1/1 ports implemented (port mask 0x2)
[    0.309569] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds
[    0.309775] scsi host0: ahci
[    0.309848] scsi host1: ahci
[    0.309875] ata1: DUMMY
[    0.309878] ata2: SATA max UDMA/133 abar m2048@0x80702000 port 0x80702180 irq 124 lpm-pol 3
[    0.310034] tun: Universal TUN/TAP device driver, 1.6
[    0.310066] e100: Intel(R) PRO/100 Network Driver
[    0.310068] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.310075] e1000: Intel(R) PRO/1000 Network Driver
[    0.310076] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.310083] e1000e: Intel(R) PRO/1000 Network Driver
[    0.310084] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.310094] igb: Intel(R) Gigabit Ethernet Network Driver
[    0.310096] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.310102] sky2: driver version 1.30
[    0.315745] r8169 0000:01:00.0 eth0: RTL8168h/8111h, 68:1d:ef:3f:89:4b, XID 541, IRQ 125
[    0.315750] r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    0.321867] r8169 0000:03:00.0 eth1: RTL8168h/8111h, 68:1d:ef:3f:89:4c, XID 541, IRQ 126
[    0.321874] r8169 0000:03:00.0 eth1: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    0.322076] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.322102] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.323212] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
[    0.323479] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.323501] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.323505] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.323542] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[    0.323546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.323548] usb usb1: Product: xHCI Host Controller
[    0.323550] usb usb1: Manufacturer: Linux 6.12.18-haos xhci-hcd
[    0.323552] usb usb1: SerialNumber: 0000:00:14.0
[    0.323630] hub 1-0:1.0: USB hub found
[    0.323653] hub 1-0:1.0: 12 ports detected
[    0.323668] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20240827/psargs-332)
[    0.323674] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS01._PLD due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[    0.323683] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20240827/psargs-332)
[    0.323687] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS01._UPC due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[    0.323698] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20240827/psargs-332)
[    0.323702] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS01._PLD due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[    0.323715] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20240827/psargs-332)
[    0.323719] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS02._PLD due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[    0.323726] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20240827/psargs-332)
[    0.323729] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS02._UPC due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[    0.323740] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20240827/psargs-332)
[    0.323744] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS02._PLD due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[    0.324531] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[    0.324535] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.324538] usb usb2: Product: xHCI Host Controller
[    0.324539] usb usb2: Manufacturer: Linux 6.12.18-haos xhci-hcd
[    0.324541] usb usb2: SerialNumber: 0000:00:14.0
[    0.324594] hub 2-0:1.0: USB hub found
[    0.324610] hub 2-0:1.0: 4 ports detected
[    0.325052] usbcore: registered new interface driver usblp
[    0.325061] usbcore: registered new interface driver usb-storage
[    0.325075] usbcore: registered new interface driver usbserial_generic
[    0.325079] usbserial: USB Serial support registered for generic
[    0.325096] i8042: PNP: No PS/2 controller found.
[    0.325179] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.326071] rtc_cmos rtc_cmos: registered as rtc0
[    0.326099] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    0.326116] Driver for 1-wire Dallas network protocol.
[    0.326129] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    0.326246] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    0.326298] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    0.328801] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    0.328863] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    0.328969] it87_wdt: no device
[    0.329006] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    0.329071] intel_pstate: Intel P-state driver initializing
[    0.329305] intel_pstate: HWP enabled
[    0.329315] sdhci: Secure Digital Host Controller Interface driver
[    0.329317] sdhci: Copyright(c) Pierre Ossman
[    0.329349] efifb: probing for efifb
[    0.329357] efifb: framebuffer at 0x4000000000, using 1876k, total 1875k
[    0.329360] efifb: mode is 800x600x32, linelength=3200, pages=1
[    0.329362] efifb: scrolling: redraw
[    0.329363] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.329883] Console: switching to colour frame buffer device 100x37
[    0.330262] fb0: EFI VGA frame buffer device
[    0.330304] hid: raw HID events driver (C) Jiri Kosina
[    0.330405] usbcore: registered new interface driver usbhid
[    0.330413] usbhid: USB HID core driver
[    0.331236] IPVS: Registered protocols ()
[    0.331250] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    0.331301] IPVS: ipvs loaded.
[    0.331308] IPVS: [rr] scheduler registered.
[    0.331372] NET: Registered PF_INET6 protocol family
[    0.331613] Segment Routing with IPv6
[    0.331626] In-situ OAM (IOAM) with IPv6
[    0.331657] NET: Registered PF_PACKET protocol family
[    0.331936] Bridge firewalling registered
[    0.332219] 9pnet: Installing 9P2000 support
[    0.332504] Key type dns_resolver registered
[    0.332988] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.333312] microcode: Current revision: 0x0000000f
[    0.333647] IPI shorthand broadcast: enabled
[    0.335340] sched_clock: Marking stable (328000903, 7227072)->(351396569, -16168594)
[    0.335709] registered taskstats version 1
[    0.335994] Loading compiled-in X.509 certificates
[    0.337535] zswap: loaded using pool lz4/zsmalloc
[    0.337823] Demotion targets for Node 0: null
[    0.338087] AppArmor: AppArmor sha256 policy hashing enabled
[    0.338394] PM:   Magic number: 1:933:698
[    0.338718] printk: legacy console [netcon0] enabled
[    0.338966] netconsole: network logging started
[    0.339275] clk: Disabling unused clocks
[    0.339529] ALSA device list:
[    0.339770]   No soundcards found.
[    0.560281] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    0.616918] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.619302] ata2.00: FORCE: modified (nolpm)
[    0.620219] ata2.00: LPM support broken, forcing max_power
[    0.622257] ata2.00: ATA-9: N900-512, W0825A0, max UDMA/133
[    0.624261] ata2.00: 1000215216 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    0.630744] ata2.00: Features: Dev-Sleep
[    0.635114] ata2.00: LPM support broken, forcing max_power
[    0.645682] ata2.00: configured for UDMA/133
[    0.658008] ahci 0000:00:17.0: port does not support device sleep
[    0.659300] scsi 1:0:0:0: Direct-Access     ATA      N900-512         5A0  PQ: 0 ANSI: 5
[    0.660834] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    0.660870] sd 1:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[    0.662644] sd 1:0:0:0: [sda] Write Protect is off
[    0.663432] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.663456] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.664922] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    0.686076] usb 1-1: New USB device found, idVendor=0bda, idProduct=c821, bcdDevice= 1.10
[    0.687162] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    0.688152] usb 1-1: Product: Bluetooth Radio
[    0.689033] usb 1-1: Manufacturer: Realtek
[    0.689857] usb 1-1: SerialNumber: 00e04c000001
[    0.690703] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20240827/psargs-332)
[    0.692043] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS01._PLD due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[    0.694892] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20240827/psargs-332)
[    0.696152] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS01._PLD due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[    0.697648] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20240827/psargs-332)
[    0.698872] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS01._PLD due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[    0.698932]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[    0.701494] sd 1:0:0:0: [sda] Attached SCSI disk
[    0.702169] md: Waiting for all devices to be available before autodetect
[    0.702835] md: If you don't use raid, use raid=noautodetect
[    0.703490] md: Autodetecting RAID arrays.
[    0.704164] md: autorun ...
[    0.704778] md: ... autorun DONE.
[    0.720527] erofs: (device sda3): mounted with root inode @ nid 37.
[    0.721569] VFS: Mounted root (erofs filesystem) readonly on device 8:3.
[    0.722565] devtmpfs: mounted
[    0.724464] Freeing unused kernel image (initmem) memory: 2816K
[    0.725225] Write protecting the kernel read-only data: 26624k
[    0.726632] Freeing unused kernel image (rodata/data gap) memory: 1252K
[    0.761245] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.761617] Run /sbin/init as init process
[    0.761978]   with arguments:
[    0.761978]     /sbin/init
[    0.761979]   with environment:
[    0.761979]     HOME=/
[    0.761980]     TERM=linux
[    0.761980]     BOOT_IMAGE=(hd0,gpt2)/bzImage
[    0.812263] usb 1-3: new low-speed USB device number 3 using xhci_hcd
[    0.848684] systemd[1]: systemd 254 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA -SMACK +SECCOMP -GCRYPT -GNUTLS +OPENSSL -ACL +BLKID +CURL -ELFUTILS -FIDO2 -IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ +ZLIB -ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=unified)
[    0.851170] systemd[1]: Detected architecture x86-64.
[    0.853849] systemd[1]: Hostname set to <homeassistant>.
[    0.854414] systemd[1]: Installed transient /etc/machine-id file.
[    0.869018] systemd[1]: Using hardware watchdog 'iTCO_wdt', version 6, device /dev/watchdog0
[    0.869689] systemd[1]: Watchdog running with a hardware timeout of 30s.
[    0.947020] usb 1-3: New USB device found, idVendor=17ef, idProduct=6099, bcdDevice= 1.14
[    0.947422] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    0.947757] usb 1-3: Product: Lenovo Traditional USB Keyboard
[    0.948077] usb 1-3: Manufacturer: LiteOn
[    0.952986] input: LiteOn Lenovo Traditional USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:17EF:6099.0001/input/input3
[    0.961317] systemd[1]: Queued start job for default target Multi-User System.
[    0.983727] systemd[1]: Created slice Slice /system/ha-cli.
[    0.984945] systemd[1]: Created slice Slice /system/modprobe.
[    0.985982] systemd[1]: Created slice Slice /system/systemd-fsck.
[    0.986949] systemd[1]: Created slice Slice /system/systemd-growfs.
[    0.987880] systemd[1]: Created slice User and Session Slice.
[    0.988589] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    0.989299] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    0.989980] systemd[1]: Expecting device /dev/disk/by-label/hassos-boot...
[    0.990596] systemd[1]: Expecting device /dev/disk/by-label/hassos-data...
[    0.991198] systemd[1]: Expecting device /dev/disk/by-label/hassos-overlay...
[    0.991797] systemd[1]: Expecting device /dev/zram2...
[    0.992385] systemd[1]: Reached target Local Encrypted Volumes.
[    0.992983] systemd[1]: Reached target HassOS hardware targets.
[    0.993604] systemd[1]: Reached target HassOS zram targets.
[    0.994205] systemd[1]: Reached target Local Integrity Protected Volumes.
[    0.994824] systemd[1]: Reached target NFS client services.
[    0.995431] systemd[1]: Reached target Path Units.
[    0.996061] systemd[1]: Reached target Preparation for Remote File Systems.
[    0.996658] systemd[1]: Reached target Remote Encrypted Volumes.
[    0.997247] systemd[1]: Reached target Remote File Systems.
[    0.997834] systemd[1]: Reached target Remote Verity Protected Volumes.
[    0.998425] systemd[1]: Reached target Slice Units.
[    0.999015] systemd[1]: Reached target Local Verity Protected Volumes.
[    1.000188] systemd[1]: Listening on D-Bus System Message Bus Socket.
[    1.010859] systemd[1]: Listening on RPCbind Server Activation Socket.
[    1.011513] systemd[1]: Reached target RPC Port Mapper.
[    1.012977] systemd[1]: Listening on Process Core Dump Socket.
[    1.013768] systemd[1]: Listening on Journal Audit Socket.
[    1.014448] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.015086] systemd[1]: Listening on Journal Socket.
[    1.015931] systemd[1]: Listening on udev Control Socket.
[    1.016567] systemd[1]: Listening on udev Kernel Socket.
[    1.017741] systemd[1]: Mounting Huge Pages File System...
[    1.018919] systemd[1]: Mounting POSIX Message Queue File System...
[    1.020290] systemd[1]: Mounting Kernel Debug File System...
[    1.021705] systemd[1]: Mounting Kernel Trace File System...
[    1.022418] hid-generic 0003:17EF:6099.0001: input,hidraw0: USB HID v1.11 Keyboard [LiteOn Lenovo Traditional USB Keyboard] on usb-0000:00:14.0-3/input0
[    1.023134] systemd[1]: Starting D-Bus System Message Bus...
[    1.024560] systemd[1]: Starting Create List of Static Device Nodes...
[    1.025814] systemd[1]: Starting Load Kernel Module configfs...
[    1.027141] systemd[1]: Starting Load Kernel Module drm...
[    1.027836] input: LiteOn Lenovo Traditional USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:17EF:6099.0002/input/input4
[    1.028580] systemd[1]: Starting Load Kernel Module efi_pstore...
[    1.029951] systemd[1]: Starting Load Kernel Module fuse...
[    1.031849] systemd[1]: Starting Journal Service...
[    1.033264] systemd[1]: Starting Generate network units from Kernel command line...
[    1.034789] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.036621] systemd[1]: Starting Coldplug All udev Devices...
[    1.038101] systemd[1]: Starting Disk Manager...
[    1.039705] systemd[1]: Starting HassOS ZRAM tmp...
[    1.041104] systemd[1]: Starting HassOS ZRAM var...
[    1.043184] systemd-journald[115]: Collecting audit messages is enabled.
[    1.043455] systemd[1]: Started D-Bus System Message Bus.
[    1.046197] systemd[1]: Mounted Huge Pages File System.
[    1.046331] audit: type=1130 audit(1742845176.931:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=dbus-broker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.048019] systemd[1]: Mounted POSIX Message Queue File System.
[    1.048777] systemd[1]: Mounted Kernel Debug File System.
[    1.049511] systemd[1]: Mounted Kernel Trace File System.
[    1.050356] systemd[1]: Finished Create List of Static Device Nodes.
[    1.051046] audit: type=1130 audit(1742845176.936:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.051747] zram2: detected capacity change from 0 to 32768
[    1.052466] zram1: detected capacity change from 0 to 65536
[    1.053472] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    1.053904] systemd[1]: Finished Load Kernel Module configfs.
[    1.054671] audit: type=1130 audit(1742845176.940:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.055688] audit: type=1131 audit(1742845176.941:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.055847] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    1.057063] systemd[1]: Finished Load Kernel Module drm.
[    1.058144] audit: type=1130 audit(1742845176.943:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.059201] audit: type=1131 audit(1742845176.943:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.059382] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    1.060669] systemd[1]: Finished Load Kernel Module efi_pstore.
[    1.061464] audit: type=1130 audit(1742845176.947:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.062578] audit: type=1131 audit(1742845176.947:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.063852] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    1.064333] systemd[1]: Finished Load Kernel Module fuse.
[    1.065094] audit: type=1130 audit(1742845176.950:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    1.066416] systemd[1]: Finished Generate network units from Kernel command line.
[    1.067688] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.068749] systemd[1]: Finished HassOS ZRAM tmp.
[    1.069687] systemd[1]: Finished HassOS ZRAM var.
[    1.071916] systemd[1]: Reached target Preparation for Network.
[    1.072838] systemd[1]: FUSE Control File System was skipped because of an unmet condition check (ConditionPathExists=/sys/fs/fuse/connections).
[    1.073663] systemd[1]: Kernel Configuration File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/config).
[    1.081376] input: LiteOn Lenovo Traditional USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:17EF:6099.0002/input/input5
[    1.082142] hid-generic 0003:17EF:6099.0002: input,hidraw1: USB HID v1.11 Device [LiteOn Lenovo Traditional USB Keyboard] on usb-0000:00:14.0-3/input1
[    1.085623] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    1.093034] systemd[1]: Started Disk Manager.
[    1.097099] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[    1.098995] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.105165] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.106360] systemd[1]: Reached target Preparation for Local File Systems.
[    1.117680] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.120840] systemd[1]: Finished Coldplug All udev Devices.
[    1.140927] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    1.169331] systemd[1]: Found device /dev/zram2.
[    1.170531] r8169 0000:01:00.0 enp1s0: renamed from eth0
[    1.174751] r8169 0000:03:00.0 enp3s0: renamed from eth1
[    1.195241] usb 1-6: new full-speed USB device number 4 using xhci_hcd
[    1.226731] systemd[1]: Found device N900-512 hassos-boot.
[    1.242578] systemd[1]: Starting File System Check on /dev/disk/by-label/hassos-boot...
[    1.249236] systemd[1]: Found device N900-512 hassos-overlay.
[    1.265133] systemd[1]: Starting File System Check on /dev/disk/by-label/hassos-overlay...
[    1.280929] systemd[1]: Found device N900-512 hassos-data.
[    1.293006] systemd[1]: Starting File System Check on /dev/disk/by-label/hassos-data...
[    1.294165] systemd[1]: Finished File System Check on /dev/disk/by-label/hassos-boot.
[    1.296639] systemd[1]: Mounting HassOS boot partition...
[    1.299115] systemd[1]: Finished File System Check on /dev/disk/by-label/hassos-overlay.
[    1.311578] resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:02 [mem 0xfedc0000-0xfedc7fff]
[    1.312320] caller igen6_probe+0x15b/0x870 [igen6_edac] mapping multiple BARs
[    1.312775] EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
[    1.314481] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[    1.314485] EDAC igen6 MC0: ADDR 0x7fffffffe0
[    1.315053] EDAC igen6: v2.5.1
[    1.320810] usb 1-6: New USB device found, idVendor=0573, idProduct=1573, bcdDevice=80.07
[    1.321151] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.321478] usb 1-6: Product: USB Audio and HID
[    1.322064] usb 1-6: Manufacturer: CSCTEK
[    1.323010] usb 1-6: SerialNumber: A34004801402
[    1.329531] usbhid 1-6:1.3: couldn't find an input interrupt endpoint
[    1.345742] systemd[1]: Mounted HassOS boot partition.
[    1.346673] systemd[1]: Home Assistant OS Device Wipe Service was skipped because of an unmet condition check (ConditionKernelCommandLine=haos.wipe=1).
[    1.359454] systemd[1]: Mounting HassOS overlay partition...
[    1.372677] systemd[1]: Started Journal Service.
[    1.405885] EXT4-fs (sda7): mounted filesystem 10e52859-1c0e-40d7-ac9f-3a11ddaea258 r/w with ordered data mode. Quota mode: none.
[    1.408884] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    1.420286] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.423810] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.432521] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    1.488119] i915 0000:00:02.0: [drm] Found ALDERLAKE_P/ADL-N (device ID 46d1) display version 13.00 stepping D0
[    1.493003] Console: switching to colour dummy device 80x25
[    1.493370] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.493417] i915 0000:00:02.0: [drm] Transparent Hugepage support is recommended for optimal performance on this platform!
[    1.494471] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.498083] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
[    1.551056] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.36.0
[    1.551072] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[    1.561240] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[    1.561717] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[    1.561720] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[    1.562028] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[    1.579432] Bluetooth: Core ver 2.22
[    1.579448] NET: Registered PF_BLUETOOTH protocol family
[    1.579450] Bluetooth: HCI device and connection manager initialized
[    1.579455] Bluetooth: HCI socket layer initialized
[    1.579457] Bluetooth: L2CAP socket layer initialized
[    1.579460] Bluetooth: SCO socket layer initialized
[    1.581559] usb 1-6: Warning! Unlikely big volume range (=511), cval->res is probably wrong.
[    1.581564] usb 1-6: [5] FU [Mic Capture Volume] ch = 1, val = -8192/-1/16
[    1.585482] usb 1-6: Warning! Unlikely big volume range (=896), cval->res is probably wrong.
[    1.585487] usb 1-6: [6] FU [PCM Playback Volume] ch = 2, val = -16384/-2048/16
[    1.586658] usbcore: registered new interface driver snd-usb-audio
[    1.589494] usbcore: registered new interface driver btusb
[    1.590142] rtw_8821ce 0000:02:00.0: enabling device (0000 -> 0003)
[    1.591439] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821
[    1.592431] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    1.592440] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
[    1.596613] rtw_8821ce 0000:02:00.0: Firmware version 24.11.0, H2C version 12
[    1.596718] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin
[    1.596780] Bluetooth: hci0: RTL: cfg_sz 10, total sz 34926
[    1.600730] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[    1.601519] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.601886] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[    1.640269] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    1.641250] rtw_8821ce 0000:02:00.0 wlp2s0: renamed from wlan0
[    1.705950] fbcon: i915drmfb (fb0) is primary device
[    1.731835] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[    1.731886] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[    1.731919] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[    1.731952] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[    1.768912] Console: switching to colour frame buffer device 240x67
[    1.784056] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    2.066533] Bluetooth: hci0: RTL: fw version 0x75b8f098
[    2.081436] EXT4-fs (sda8): mounted filesystem 3b976391-a57c-4e4a-81b5-b83619543843 r/w with ordered data mode. Quota mode: none.
[    2.112368] EXT4-fs (sda8): resizing filesystem from 124848465 to 124848465 blocks
[   14.077152] kauditd_printk_skb: 47 callbacks suppressed
[   14.077159] audit: type=1130 audit(1742845189.962:58): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=haos-swapfile comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.077168] audit: type=1131 audit(1742845189.962:59): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=haos-swapfile comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.090580] Adding 5333420k swap on /mnt/data/swapfile.  Priority:-2 extents:115 across:79355904k SS
[   14.098223] EXT4-fs (zram2): mounted filesystem 51337aff-6acf-4abb-af14-48961f0354f6 r/w without journal. Quota mode: none.
[   14.160079] systemd-journald[115]: Received client request to flush runtime journal.
[   14.167993] audit: type=1130 audit(1742845190.053:60): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.171088] systemd-journald[115]: /var/log/journal/45a4d61ab26b42e3895f2bd890b6c59d/system.journal: Journal file uses a different sequence number ID, rotating.
[   14.171094] systemd-journald[115]: Rotating system journal.
[   14.264847] audit: type=1130 audit(1742845190.150:61): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.300561] audit: type=1130 audit(1742845190.186:62): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.314391] audit: type=1334 audit(1742845190.200:63): prog-id=8 op=LOAD
[   14.324678] audit: type=1305 audit(1742845190.210:64): op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=unconfined res=1
[   14.324691] audit: type=1300 audit(1742845190.210:64): arch=c000003e syscall=44 success=yes exit=60 a0=3 a1=7ffde7d0b280 a2=3c a3=0 items=0 ppid=465 pid=468 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditd" exe="/usr/sbin/auditd" subj=unconfined key=(null)
[   14.324695] audit: type=1327 audit(1742845190.210:64): proctitle="/sbin/auditd"
[   14.464636] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   14.464640] Bluetooth: BNEP filters: protocol multicast
[   14.464644] Bluetooth: BNEP socket layer initialized
[   14.465962] Bluetooth: MGMT ver 1.23
[   14.467665] NET: Registered PF_ALG protocol family
[   14.557257] Generic FE-GE Realtek PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC)
[   14.704598] r8169 0000:01:00.0 enp1s0: Link is Down
[   14.730325] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[   14.890593] r8169 0000:03:00.0 enp3s0: Link is Down
[   17.439420] r8169 0000:01:00.0 enp1s0: Link is Up - 1Gbps/Full - flow control rx/tx
[   24.887410] Initializing XFRM netlink socket
[   25.434408] hassio: port 1(veth61215c2) entered blocking state
[   25.434419] hassio: port 1(veth61215c2) entered disabled state
[   25.434436] veth61215c2: entered allmulticast mode
[   25.434498] veth61215c2: entered promiscuous mode
[   25.460989] eth0: renamed from veth69ffb30
[   25.461655] hassio: port 1(veth61215c2) entered blocking state
[   25.461663] hassio: port 1(veth61215c2) entered forwarding state
[   25.960621] docker0: port 1(veth45e20ef) entered blocking state
[   25.960632] docker0: port 1(veth45e20ef) entered disabled state
[   25.960655] veth45e20ef: entered allmulticast mode
[   25.960724] veth45e20ef: entered promiscuous mode
[   25.969862] eth0: renamed from veth7761ddc
[   25.971674] docker0: port 1(veth45e20ef) entered blocking state
[   25.971683] docker0: port 1(veth45e20ef) entered forwarding state
[   27.355548] hassio: port 2(veth41d0d3e) entered blocking state
[   27.355555] hassio: port 2(veth41d0d3e) entered disabled state
[   27.355568] veth41d0d3e: entered allmulticast mode
[   27.355620] veth41d0d3e: entered promiscuous mode
[   27.380186] eth1: renamed from veth45fbc3b
[   27.380762] hassio: port 2(veth41d0d3e) entered blocking state
[   27.380768] hassio: port 2(veth41d0d3e) entered forwarding state
[   27.911442] hassio: port 3(vethe36fbd5) entered blocking state
[   27.911452] hassio: port 3(vethe36fbd5) entered disabled state
[   27.911468] vethe36fbd5: entered allmulticast mode
[   27.911559] vethe36fbd5: entered promiscuous mode
[   27.940649] eth0: renamed from vethca1f2a2
[   27.941272] hassio: port 3(vethe36fbd5) entered blocking state
[   27.941278] hassio: port 3(vethe36fbd5) entered forwarding state
[   28.125408] hassio: port 4(vethb64d0fe) entered blocking state
[   28.125418] hassio: port 4(vethb64d0fe) entered disabled state
[   28.125439] vethb64d0fe: entered allmulticast mode
[   28.125508] vethb64d0fe: entered promiscuous mode
[   28.147772] eth0: renamed from vethb1d6fa0
[   28.149076] hassio: port 4(vethb64d0fe) entered blocking state
[   28.149086] hassio: port 4(vethb64d0fe) entered forwarding state
[   28.366438] hassio: port 5(veth04b0ce6) entered blocking state
[   28.366448] hassio: port 5(veth04b0ce6) entered disabled state
[   28.366466] veth04b0ce6: entered allmulticast mode
[   28.366534] veth04b0ce6: entered promiscuous mode
[   28.390146] eth0: renamed from veth0fa1267
[   28.390777] hassio: port 5(veth04b0ce6) entered blocking state
[   28.390783] hassio: port 5(veth04b0ce6) entered forwarding state
[   30.437902] Bluetooth: RFCOMM TTY layer initialized
[   30.437918] Bluetooth: RFCOMM socket layer initialized
[   30.437923] Bluetooth: RFCOMM ver 1.11
[   31.643251] hassio: port 6(vethcdd51d2) entered blocking state
[   31.643262] hassio: port 6(vethcdd51d2) entered disabled state
[   31.643284] vethcdd51d2: entered allmulticast mode
[   31.643362] vethcdd51d2: entered promiscuous mode
[   31.665399] eth0: renamed from vetha8981b4
[   31.665994] hassio: port 6(vethcdd51d2) entered blocking state
[   31.665999] hassio: port 6(vethcdd51d2) entered forwarding state
[   36.124580] warning: `matter-server' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211

@dkrizanek

This comment has been minimized.

@bruce607
Copy link
Author

Just got 15.1 This also Fails back to 14.2 after 3 tries. Very frustrating. I will ask again, If this is a problem with the SSD ? If so please recommend one that can work, I am even willing to change my entire NUC if that will resolve this issue. Sairon, if you have any suggestions for Optimal hardware, I would deeply appreciate it!! We really love home assistant & need to get this resolved!! As Always I appreciate all the hard work you put into this!! (Also, I tried to get a photo of the screen, but the monitor goes blank / flashes as soon as the failure happens, so was unable to get a picture)

@BeJaHome

This comment has been minimized.

@bruce607
Copy link
Author

bruce607 commented Mar 31, 2025

Mine is showing 14.2, SO, just ordered a new Odroid H2 with 8GB & a 512 nvme. I figure that way I will avoid any possible hardware incompatibilities in the future!! That being said, I am still happy to try to troubleshoot the current issue, until I get the Odroid & restore my backup.

@avandorp

This comment has been minimized.

@Eraser127

This comment has been minimized.

@BartRoels

This comment has been minimized.

@comtel2000

This comment has been minimized.

@WladyTee
Copy link

WladyTee commented Apr 1, 2025

I can confirm that HA OS 15.1 works fine on my old Intel NUC 5CPYH - 4GB RAM and 128GB SSD Kingston.
No VM.

Starting from HA OS 15, I experienced continuous out-of-memory crashes (python3 in the task list) with reboots every 10-25 mins for the last 2 weeks.
I disabled several add-ons / integrations to debug the issue without success (never restored any backup), I just downgraded to previous CORE 2025.3.1 [ha core update --version 2025.3.1] while working with OS 14.2 in the failover partition.
Yesterday applied HA OS 15.1 followed by CORE 2025.3.4.

I managed to make the system stable after [ha supervisor repair] that finally stopped the rolling crash down.

Still issues with BLUETOOTH, will be probably fixed with incoming CORE 2025.4.
Checking some issues with "Timeout on call http://172.30.32.1:8123/api/core/state".
In my case, I believe that a combined set of small issues caused some unstable behavings.

I hope it helps.

@bruce607
Copy link
Author

bruce607 commented Apr 1, 2025 via email

@yanivf38
Copy link

yanivf38 commented Apr 1, 2025

Hi @reini-1 and community,

Would you be able to share how you added libata.force=nolpm to the boot command? I'm running HassOS, so my terminal/SSH access is limited to the HA container. Like @bruce607, I couldn't find instructions on how to do this.

Any help would be greatly appreciated!

@yanivf38
Copy link

yanivf38 commented Apr 1, 2025

I was able to update the OS by adding libata.force=nolpm during boot, but that won't work if we need to do it every time.

@bruce607, here are the steps:

  1. Connect your Beelink to a screen and keyboard.
  2. In home assistant, click to update the OS (as you would normally do)
  3. Keep an eye on the screen connected to your Beelink until the machine reboots. During this time, repeatedly press the Del key to access the GRUB menu.
  4. [Bonus step] Note the ***** in the list of partitions. This tells you which partition it's going to boot into. (This is needed as if something goes wrong you can repeat this steps but select the 'other partition' and boot, which will put you back into the working home assistant)
  5. Press e to edit the boot options.
  6. In the Linux line, add libata.force=nolpm at the end of the line (not in new line), as shown in @reini-1's comment (OS 15.x fails to boot on certain SATA drives #3948 (comment)).
  7. After adding the command, press F10 to continue loading and updating the OS.
  8. When it will done booting hopefully it will put you in the new OS

@sairon sairon changed the title Update to os 15 fails, falls back to 14.2 OS 15.x fails to boot on certain SATA drives Apr 2, 2025
@sairon
Copy link
Member

sairon commented Apr 2, 2025

@yanivf38 If you confirmed the LPM is indeed the source of the trouble, you can persist the change in cmdline.txt by following steps in this post from user pda, just substituting modprobe.blacklist=amdgpu with libata.force=nolpm.

For some SSDs a persistent fix could be submitted to the kernel, however, if it's a knockoff brand with a bogus identifier, the chance it will be accepted in the kernel is next to none. If you happen to have these issues, send what data_disk line says in ha os info, we can investigate further from there.

@yanivf38
Copy link

yanivf38 commented Apr 2, 2025

Thank you @sairon, I'll follow the steps. My data_disk: 512GB-SSD-CM43ABH2300479

Do you have thoughts of why the power saving flag work-around the issue? I have been running HA on this hardware for 2 years and had no problem until OS 15.

@bruce607
Copy link
Author

bruce607 commented Apr 2, 2025

My data_disk is : 512GB-SSD-CM379BH1211077

Have not tried the libata.force=nolpm yet, is there any point, or should I just wait & restore my backup to the new Odroid H4 when it arrives ?

@reini-1
Copy link

reini-1 commented Apr 2, 2025

My cmdline.txt looks now like this:

# cat /mnt/boot/cmdline.txt
console=tty1 libata.force=nolpm

that results in the following overall cmdline:

# cat /proc/cmdline
BOOT_IMAGE=(hd0,gpt4)/bzImage root=PARTUUID=a3ec664e-32ce-4665-95ea-7ae90ce9aa20 rootwait zram.enabled=1 zram.num_devices=3 systemd.machine_id=45a4d61ab26b42e3895f2bd890b6c59d fsck.repair=yes console=tty1 libata.force=nolpm rauc.slot=B

with this I can boot 15.x:

# ha os info
board: generic-x86-64
boot: B
boot_slots:
  A:
    state: inactive
    status: good
    version: "15.0"
  B:
    state: booted
    status: good
    version: "15.1"
data_disk: N900-512-AA000000000000003217
update_available: false
version: "15.1"
version_latest: "15.1"

@yanivf38
Copy link

yanivf38 commented Apr 2, 2025

I faced a similar dilemma—whether to upgrade to a new NUC for better performance and an NVMe drive instead of SATA. Ultimately, I decided to stick with my current setup for now since the NUC is already powerful enough. If the issue is just about preventing the kernel from putting the drive into power-saving mode, then that's fine. My only question, as I mentioned earlier, is whether we optimized something in OS 15 that caused this power-saving behavior.

@sairon sairon pinned this issue Apr 3, 2025
@NemesisRE
Copy link

Same problem here some china sata m.2 ssd upgrade fails, cloned onto transcend nvme and it works like a charm.

@Tobster77
Copy link

I suffer from similar symptoms on a HP T 620 machine, running HASS 14.2. The update to 15.1 fails, but after three hardware reboots, the machine becomes available again and offers me the 15.1 update again. I reported this also here and here

May I hope this is resolved in 15.2 and simply wait?

Thanks!

@yanivf38
Copy link

yanivf38 commented Apr 4, 2025

@Tobster77 follow the steps (they are easier than you think) -
#3948 (comment)

Once this works, you can make a permanent change by following the steps here -
https://community.home-assistant.io/t/home-assistant-unreachable-after-update-to-haos-15/865003/106?u=sairon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
board/generic-x86-64 Generic x86-64 Boards (like Intel NUC) bug stable-kernel-regression Issue which appears to be an upstream stable kernel regression
Projects
None yet
Development

No branches or pull requests