I've done a fresh install of Ubuntu 18.04.3 LTS Server on my workstation, and run into a peculiar issue. Every time I do an install/update of the base system:
apt-get update
the system freezes on reboot. That is, the machine just hangs with a blank screen. However, if I then do a CMOS reset on my motherboard, the OS then comes back up. I'm not sure how to diagnose this further. I've checked /var/log/syslog and don't see anything out of the ordinary (perhaps I don't know what to look for?). I've done the usual things for grub:
GRUB_CMDLINE_LINUX="acpi=off nomodeset"
I do have an NVIDIA card (Titan RTX) in the system, and my motherboard is an ASUS SAGE X299.
Please let me know how to diagnose this further. It's not practical to keep doing CMOS resets. Thanks!
nomodeset
, not the driver. – Pilot6 Nov 22 '19 at 17:12dkms
? I think that problem is, that withoutdkms
nvidia
proprietary driver is not installed for newerlinux-kernel
. So try to installdkms
and (maybe) reinstallnvidia
drivers. – UNIm95 Nov 24 '19 at 02:50