2

I've created an Ubuntu Server 20.04.02 USB drive with Rufus, but when trying to install it on a brand new machine it dies after the GRUB screen when I select "Install Ubuntu Server". It's not just a black screen, the monitor goes to sleep and loses the input entirely.

There's a brief (milliseconds) flash of text before it goes off, which says:

[ 0.129215 ] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 6: ee20000000
[ 0.129217 ] mce: [Hardware Error]: TSC 0 ADDR fef1e680 MISC 43880000086
[ 0.129220 ] mce: [Hardware Error]: PROCESSOR 0:a0653 TIME 1617381661 SOCKET 0
APIC 0 microcode e0

It's a brand new build with an H510M-ITX/ac mobo and G5905 cpu, so I'm not sure if it's a hardware error or even how I'd find out which part is causing it if so. The BIOS is on the latest version (there's only one). No graphics card so don't think it's a driver thing.

cogm
  • 151

1 Answers1

3

Solved it - needed to add nomodeset to the kernel params in the GRUB screen, and then permanently add it to GRUB config once ubuntu was installed.

cogm
  • 151
  • I had the same issue with an Intel Core i3-10100 and an ASRock H510-ITX. Was resolved with your answer. – Haini Apr 12 '21 at 16:27