I've installed 18.04 and updated the BIOS to 44.
I've tried adding nomodeset
to the end of the linux line.
I've tried kernels 4.17.3 and 4.18-rc3 too.
I've tried running off each individual stick of RAM and both together.
It freezes with just the text:
Loading Linux 4.15.0-23-generic
Loading initial ramdisk
Annoyingly, the Live CD just runs fine with nomodeset, but the installed version apparently doesn't, although I can chroot it from the live CD, fetch updates, etc fine.
Any suggestions?
I was having exactly the same problem with a NUC8i7hnk, but in my case I was trying to install archlinux. I tried everything possible to solve it with no success.
So, I just gave up grub and tried using systemd-boot as the bootloader. Everything worked in the first try :). I think there is a bug when using GRUB with Intel NUCs
I was previously able to install Ubuntu 18.04 and get the GPU working fully by following these instructions: Graphics drivers for Intel NUC Hades Canyon NUC8i7HVK (AMD Radeon RX Vega GH)
Did you make sure to copy over and install the GPU firmware files?
However, that only worked for me in legacy boot mode, which was discontinued after BIOS 0033. In UEFI boot mode I can install 18.04 server/desktop and boot to a stock state (GPU not working, video is coming from LLVM-pipe), but if I install a newer kernel it will not boot and hang at
Loading initial ramdisk
, it will still boot to 4.15 though.EDIT (July 12 2018):
I tried a few things differently this time so I'm not sure what fixed it, but here are the steps that worked for me on the HVK today:
nomodeset
as a grub option during install and regular bootnomodeset
)nomodeset
EDIT 2 (Jul 17 2018):
I tried the same set of steps on a NUC8i7HNK and the machine still hangs at "loading initial ramdisk" after installing the 4.18 kernel. So HVK is fine, HNK has issues, at least with Ubuntu 18.04 + v4.18 kernel. It gets stuck prior to even installing the firmware files.
Once you set nomodeset in /etc/default/grub did you make sure to run an update?
sudo update-grub
I was able to boot into the new kernel and similarly run video from LLVM-pipe, but I can't get the GPU working (when I remove nomodeset). When I SSH in and run
the log yields the following:
Even switching to lightdm didn't help.
Seems to be an issue in gdm3 with starting the xserver. Running the command,
shows:
Same problem, or similar I think. Brand new Intel Hades Canyon NUC8i7HNK. Clean install Ubuntu 18.04 Installer seemed to work perfectly. Hung during the install.
Went into BIOS, disabled Intel iGD
Seems to have worked.