Installing Hass.io on Intel NUC?

He gave you the docker link…it’s literally one of the steps to get docker.

On the Docker installation webpage - you just skipped down to installing Docker without following the first steps, including the heading “SET UP THE REPOSITORY” which you need to do first. Follow ALL of the steps on that page.

Thanks, the other steps?

It seems I installed docker (I think). Now second problem

claudio@ubuntu:~$ sudo apt install bash socat jq curl avahi-daemon dbus-daemon
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package dbus-daemon
claudio@ubuntu:~$

You already have bash and a dbus daemon…

Im Sure dbus is already installed, I just included it for completeness. Add your user to the Docker group like so:
sudo usermod -aG docker [your Ubuntu user name].

Then run:

curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s -- -m intel-nuc

You aren’t going to get much more help from us if that’s your attitude.

1 Like

third problem
claudio@ubuntu:~$ sudo usermod -aG docker claudio
claudio@ubuntu:~$ curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s – -m intel-nuc
[ERROR] Please install jq first
claudio@ubuntu:~$

Alright I’m done. Good luck.

1 Like

4th problem

claudio@ubuntu:~$ curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s – -m intel-nuc
[INFO] Install supervisor docker
Warning: failed to get default registry endpoint from daemon (Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.32/info: dial unix /var/run/docker.sock: connect: permission denied). Using system default: https://index.docker.io/v1/
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.32/images/create?fromImage=homeassistant%2Famd64-hassio-supervisor&tag=0.78: dial unix /var/run/docker.sock: connect: permission denied
claudio@ubuntu:~$

Wow. You want help from the community, of volunteers, that provide their support for free out of the kindness of their hearts and you respond with that?

Good luck to you.

I don’t really know what that means. You come here asking for help and when given the help you asked for you are telling us this gibberish. We offered help, you aren’t listening or taking the time to comprehend anything you’re told. You’re just blindly following random directions.

Stop being rude.

it needed a reboot, after the reboot 5th problem

claudio@ubuntu:~$ curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s – -m intel-nuc
[INFO] Install supervisor docker
[INFO] Install generic HostControl
bash: line 110: /usr/bin/hassio-hc: Permission denied
claudio@ubuntu:~$

Had to login as root

claudio@ubuntu:~$ sudo su -
root@ubuntu:~# ^C
root@ubuntu:~# curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s – -m intel-nuc
[INFO] Install supervisor docker
[INFO] Install generic HostControl
[INFO] Install startup scripts
[INFO] Init systemd
Created symlink from /etc/systemd/system/multi-user.target.wants/hassio-supervisor.service to /etc/systemd/system/hassio-supervisor.service.
[INFO] Start services
root@ubuntu:~#

I’m trying this (hass.io NUC image) tonight on a DN2820FYKH after 12+ months on a Pi3. I get the Home Assistant logo and nothing happens. Can see the IP on my network but can’t connect, even after two hours. Shutting down (after 2hrs) and rebooting without USB, NUC can’t find anything to boot from.

Am I missing something? Don’t seem to be able to start again with same USB drive once process fails as it won’t boot to ‘flash’ on a second attempt. Any special NUC BIOS settings required? Device has a 60GB SSD I’d like the install on.

This morning I’ve tried settings the BIOS to default (F9) and saving and then I get this message when it boots from the hass.io USB image. Anyone know what that means?

root ' /dev/disk/by-label/flash-rootA' doesn't exist or does not contain a /dev

Got it working!

1 Like

Just a heads up… I’ve got Ubuntu 18.0? (Bionic Beaver) and there don’t seem to be any builds in the docker repository yet; I’ve installed docker.io for now - that’s the current Ubuntu build of docker. Docker-ce is a docker team build of docker for Ubuntu.

I also needed to manually create the bridge interface.

Which image can pick for NUC ? please

I answered you in the other thread. Please stop spamming.

There is not a current version of HASSOS built for the NUC yet