I have a few Intel NUCs (Intel NUC10i7FNH) that I'm trying to get Ubuntu Server 20.04 running on. What I'm experiencing is that after the boot to the USB I see a screen that shows:
Install Ubuntu Server
Install Ubuntu Sever (safe graphics)
Boot from next Volume
UEFI Firmware Settings
Weather I choose Install Ubuntu Server or Install Ubuntu Sever (safe graphics) I end up getting blank screen that hangs forever...
What I've tried
- I've update the BIOS to the latest version
- I've made sure Secure Boot is disabled
- I've tried increasing the Video RAM after reading another post...
- I've successfully installed Windows 10 and CentOS 8 without issue.
- I would have tried disabling UEFI and going to Legacy BIOS... But Intel must have removed that feature
- I tried hard coding the Video output to HDMI instead of Thunderbolt
- I tried passing a few different kernel options to no avail.
nomodeset(safe graphics)acpi_rev_override=1i915.modeset=0acpi=off nolapic
I'm pretty sure that this is a video issue. Because when I do a single press of the power button it's as if it's doing a graceful shutdown. So I think it's loading into the installer... I just can't see it. But I'm not 100% sure on this.
Any help would be great!
Thank you,
Cody Hill
UPDATE 1
Ubuntu Server 18.04 works perfectly...
UPDATE 2
Upgrading Ubuntu Server 18.04 to 20.04 works perfectly...
Output of lspci -c video
*-display
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
logical name: /dev/fb0
version: 04
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
configuration: depth=32 driver=i915 latency=0 mode=3840x2160 visual=truecolor xres=3840 yres=2160
resources: iomemory:600-5ff iomemory:400-3ff irq:162 memory:6022000000-6022ffffff memory:4000000000-407fffffff ioport:3000(size=64) memory:c0000-dffff
UPDATE 3
Ok... I decided that it's possible that my 4K monitor that I'm using is the issue here... So... I grabbed an old TV that I have that is only 1080p and sure enough! The installer loads past the GRUB screen and I can do the full install. Very strange... I'm sure there is a way to fix this so that it'll support 4K or to signal to the monitor to only output 1080p. Anyone have a clue on how to do this?
After the installation is complete on the 1080p display. Moving the NUC back to a 4K display to load the console works fine.