Bingo!
NVME disk now working on Intel NUC
This is what I did:
- download https://ubuntu.com/download/desktop, run live (try Ubuntu)
- download Release Development 4 build 5 · home-assistant/operating-system · GitHub (notice: Support NVMe & update barebox (#626) @pvizeli)
- run gnome disks → restore disk image
- run gparted → resize last partition
To enable WiFi:
- login as root
- type: login
nmcli dev wifi connect “SSID” password “password”
Make sure to include “”. This helped me a lot: networking - Unable to connect to any wifi with NetworkManager due to error: Secrets were required, but not provided - Unix & Linux Stack Exchange