Given my confused attempts with Docker and the fact that I only need the NUC for Hass.io anyway, I thought it might be somewhat easier to just use the new NUC Hass.io image and do exactly what I did on the Raspberry Pi.
So I downloaded the NUC image, flashed it onto a USB stick, put the stick into a NUC with no preexisting partition. However, I get stuck at the very beginning when this menu shows up and none of the options seem to do anything.
Can anybody guide me towards the next steps?
On the Raspberry Pi, this worked without a problem, but the NUC seems to be a different animal.
Hey there. Check this thread. At the moment, you need to use DD or ZCat under Linux live to image the SSD on the NUC as there is no auto installer. It took me hours to work it out with the assistance of @BerryClam but once sorted, less than 5 minutes to get it working. Running sweet with 0.85.1 with 2% CPU.
gunzip -c /home/ubuntu/Downloads/hassos_intel-nuc-2.12.img.gz | sudo dd of=/dev/sda as he had downloaded the GZ using a live Ubuntu install instead. Both methods work.
The dd command images the SSD in full with the GZ file. I made a video while I did the process but at the moment it has no sound. Happy to share if that will help.
Thanks for this! How long did your installation take? Mine has been running for an hour now… Stuck at “wlp58s0: link is not ready”…
That seems to be the network connection (wired). In Ubuntu, the network connection works fine only after the restart after the above command, it hangs…
thankyou for this video i was easily able to install hass.io to my nuc i5 d54250WYK and following the guide above was able to get my aeotec zwave gen5 stick working and samba/everything else
upgraded from a pi3b+ this nuc really blows the pi out of the water, it reboots so quick, snapshots are within a minute and zwave seems much more responsive.
just a shame that there is no GPIO as thats the only feature im missing so will have make a tasmota relay to control my alarm siren as before it was attached to the gpio on the pi but thats no problem.