Can someone tell me if it is easily possible to install hass.io via USB Stick onto an Raspberry Pi 4B?
I tried it flashing the image from https://www.home-assistant.io/hassio/installation/ onto an USB Stick, but the Pi did not boot.
When I tried it with an SD-Card it was running without a problem.
afaik there is no firmware yet for the Pi4 to boot from usb (any OS, not just hassio). Only for the Pi3. It should be possible to just put the bootloader on sdcard and everything else on usb, but I cant help you there.
They dont contradict each other. The bootloader needs to be on an sdcard for now, as the Pi4 cant boot directly from usb yet, but you should be able to put at least the docker images and possibly more than that, on usb. And for that to work, I guess you need USB drive persistence, but thats above my paygrade.