My steps to success for Hass.io on Intel NUC

That’s the nice part: you decide :slight_smile: it can be any path in the container or a path inside the host (don’t forget to make it available inside Portainer!)

My suggestion is to go for the simple “/config” option and to install the hass.io samba plugin later. If you do that you can always approach your config directory through a samba client.

1 Like

Pick a place on the host OS that you want to store your configurations.

But, you guys aren’t installing HASSIO if you are running docker run. You are installing HOME ASSISTANT

hassio isn’t installed with the normal docker run commands. there are no addons with the normal home assistant docker image, which you have supplied the instructions for.

Are you sure? I am pretty sure I completed those steps (though it has been a while ago) and my installation looks like below…

100% without a doubt, the homeassistant/home-assistant image, is whole heartedly HOME ASSISTANT only, it is NOT hassio.

This command is for regular home assistant only.

Just look at the image it was pulled from in portainer.

1 Like

Aha! Then I must have used: https://github.com/home-assistant/hassio-build/tree/master/install

1 Like

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.
image

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.

1 Like

Yep. :wink:

I think the NUC image is bugged right now, and is in Beta

Ah, too bad, I guess I’ll just wait a bit then.

1 Like

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.

https://community.home-assistant.io/t/hassos-on-nuc/90913/10

P.S Bluetooth is not working at least on my DN2820FYKH (7260).

1 Like

I get a “Sorry, you do not have access to this topic!” - is the url correct?

I’m a dumb ass! Conversation with @BerryClam was private. Here is the gist of it.

  • Copy the gz file here to a USB drive
  • Boot your NUC with any Linux Live Distro ( I used Parted Magic)
  • With File Explorer, note the drive the GZ file is located on (mine was /media/sdc1)
  • Use the following command to image the NUC’s SSD assuming it is sda.

gunzip -c /media/sdc1/hassos_intel-nuc-2.12.img.gz | dd of=/dev/sda bs=4M conv=fsync

@BerryClam used the following command:

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.

EDIT: Updated to 2.12 Image 16th May 2019

10 Likes

Yes, please!

Here you go.

4 Likes

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…

Yep, mine said that too as I had no network connection. Moved NUC to wired network, booted up and then remote in to that location with ip:8123

Hmm, the NUC is connected via ethernet cable which works find as tested in the Ubuntu installation. Strange…

@sapnho So it doesn’t appear on your router? Is the WiFi card in your NUC currently supported? https://github.com/home-assistant/hassos/blob/dev/Documentation/boards/nuc.md

The thing is, I am not even using wifi, just a wired ethernet connection.

Yep, as am I but is your Ethernet board supported and does it appear on your network?

1 Like

Do you think I could just use etcher to flash the image to the drive and then reinstall the mssd back into the nuc and boot?

The HDMI on my nuc are kaput so need to do a headless install also.

1 Like