I have a fresh install of Ubuntu 18.04 which has this strange behaviour:
First boot fails - black screen after grub. After a force power-off the next one succeeds. Another reboot would bring it to the first state - failed boot (and so on).
The machine is a i9-9820x (ASUS X299) with dual nvidia GPUs (1080 Ti). Boot device is nvme ssd.
OS: Ubuntu 18.04.3 LTS
Kernel details:
$ uname -a
Linux sbimage1804 5.0.0-36-generic #39~18.04.1-Ubuntu SMP Tue Nov 12 11:09:50 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
A few things that were tried:
- kernel parameter:
nomodeset: display changes accordingly but it still fails first boot - blacklisting nouveau driver: display changed to lower resolution, first boot fails (nvidia drivers haven't been installed yet)
- Trying rescue mode on first boot: first boot hangs, last writing on the screen:
Loading initial ramdisk - Also didn't help: setting
recordfail=0in grub - kernel parameter:
acpi=offdid not help either
Any ideas of how to solve / debug this situation? I tried adding debug earlyprintk=efi,keep kernel parameters but it doesn't add any output before the machine hangs (even in rescue mode)