Seeing as I started the thread that has created a lot of discussion, can I ask a favour?
Can people share their logbook, history loading and reboot times so I can figure out if I need to move up to an i3 or i5? Currently I’m running HassOS on the Intel® Celeron® Processor N2830 with 8GB RAM but it’s getting pretty old now. CPU usage is always below 10% though and I’ve got a lot of devices.
Maybe is not correct to evaluate times independently on how complex is HA configuration and how many devices are defined in recorder and history.
Another thing to evaluate, also, is if on the Intel NUC there a virtualizer like Proxmox or VMWare ESXi, for example.
My system is an Intel NUC I3-8100 CPU with 16GB total ram and 250GB SSD with Proxmox as virtualizer and Hassio on a VM with 2 vCPU and 3GB ram based on Ubuntu 18.04 LTS. Hassio is installed in Docker and there is no other software installed, except the Hassio addons.
Thank you for your guide it helped me so much. I had a few hiccups as I couldn’t install docker with the code supplied kept getting 404 and permission denied error, a quick google search and got the latest code from docker site which worked.
Does anyone know if I’m able to run other things apart from hassio on Ubuntu with docker on Intel NUC? I’d like to install kodi and plex on my nuc as well is this possible?
Thanks for your input, i may try it out on my old laptop which is running docker on ubuntu first to see how much resources it actually pulls before trying it on my Intel NUC. Will let you know on feedback how it goes.
Im using Ubuntu 18.04 and successfully using gunzip -c /home/ubuntu/Downloads/hassos_intel-nuc-2.12.img.gz | sudo dd of=/dev/sda
but when i click reboot, Ubuntu loads up instead of installation of Hassio - how can I proceed?
IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
I have updated the BIOS on my NUC6CAYH and have burned the image of HASSIO NUC 2.12 onto my SSD. I have retried this several times, but I can never get past this error no matter how long I wait. The NUC is connected via ethernet and appears on my network. Any ideas?
I’ve tried burning the image directly onto the drive before putting it in the NUC - and booting gives me the boot menu noted by @sapnho in post 122 in this thread (link to post 122: My steps to success for Hass.io on Intel NUC)
Autoboot & Boot System 1 - both flash something on the screen and then go back to the boot menu
Boot System 0 - runs through some of the usual linux-y login stuff on the screen and then just stops (left it for about 30 mins and nothing… Doesn’t register on my network.
Shell takes me HassOS shell.
I also tried the Ubuntu live distro to use dd to burn the image; as well as the similar process in Parted Magic. Best result was the same HassOS boot menu. Worst result was no boot at all…
That was once I stopped accidentally overwriting the usb drive I was using to boot (/dev/sda) with the image (something seemed wrong in the back of my mind as I was copying and pasting the commands from here - seems that the NVMe drive gets a different name with “nvme” in there).
Just in case the NIC was the issue, I’ve tried I’ve also tried with a USB -> Ethernet adapter (that reports as Realtek) with the onboard LAN disabled - same result.
As a last ditch effort I attempted wifi, but without being able to boot I’m left with the “create CONFIG\etc.etc. on the first bootable device” method for wifi setup, and ended up with the same result (whether that was me not doing it correctly, or that it was done right and something else is the issue, I don’t know)
I’m running out of straws to clutch at…
Installing Ubuntu (to confirm that something boots successfully) onto the NUC works and boots. So worst case I go with Docker under Ubuntu, but the NUC running only hassos was really what I was after…
I’, struggling getting this work as well. Currently I got the image gunzipped to the nvme drive which copied without any problems using Kali Linux, but when I then reboot and the Hassos installation should start it just 30 lines or so and then it stops at:
Waiting for Root Device PARTUUIDxxxxxxxxxxxxxxxxxxxxxxxxxx
usb 1-10: new full-speed USB device number 2 using xhci_hcd
usb 1-10: New USB device found…
usb 1-10: New USB device strings…
And then it gets stucks? Anyone came across that one before? Heeeelp…
EDIT: So I ended up trying with an older SSD SAMSUNG EVO 500GB I was lucky to have in an old laptop. Did same procedure and now it seems run further.
Will there be any support for nvme drives? I was trying with a Samsung, but maybe this is just waaaay over kill and we won’t even be able to notice the difference betwwen a Samsung 970 nvme disk and an older Samsung 860 EVO?
Are there any cons?
Thinking of doing this on an oldish laptop, but I’m worried about bluetooth and pulse CEC.
Are these drivers built into the HassOS image?
Note that I first tried /dev/sda (overwrote my usb running ubuntu live) and nvme0n1 (nvme0 doesn’t seem to work). It creates all the partitions (you can search for ‘disk’ and actually view the disks and the partitions), but get an error with Disk I/O whenever I try to boot from the disk:
Disk I/O error
Replace the disk, and then press any key
Update:
Replacing the nvme disk with a SATA one. Make sure to check what disk name (/dev/sd[xx]) you have to put in. Run ‘disks’ in Ubuntu, it should show the hard disk and the /dev/sd[xx], in my case /dev/sdc.
Hello, new here, sorry for starting off by asking stupid questions
I’m about to get a NUC with an M.2 SSD that I will (only) run Hass.io on. Can someone please help me with my questions?
Is there still no installer for Hass.io on a NUC? I still need to put the SSD in a case and burn the image to it? Problem here is that the case cost as much as the SSD itself…
I understand that I can boot a Linux system from an USB and with that format the SSD and burn the image. What is the absolutely easiest way to do this? I know nothing about Linux/Ubuntu.
Any chance this process will be easier with the release of Home Assistant 1.0, in that case I will just wait.