Homeassistant Debugging: No config partition found

Hello all,

I’m trying to do some device debugging and this needs me to login to the host OS and look details in the host kernel.

I’m using HASS on a Yellow box, and I’m attempting to try and debug why my ZBT-1 isn’t discovered/usable. I’m just not seeing any ttyUSB entries for it… or anything that would indicate that HASS see’s the device.

Anyway, I was hoping to dig around in the host OS logs as well as poke any hardware listings to see if there was an issue between the container runtimes and the hardware…

However, I’ve followed the instructions on creating a USB with authorized_keys, alas, All I get in the logging when I trigger a ha os import is the error:

2025-08-19 15:56:15.347 homeassistant hassos-config[290612]: [Warning] No config partition found

I’ve double checked the USB stick is FAT, has a single partition named CONFIG and the authorized_keys file is POSIX-compatible et al.

Would anyone have any pointers? What am I missing?

~ R