I upgraded from 16.04 to 18.04.1 and all seemed to go OK. But when I rebooted, the system hangs.
Early in the boot process, I get the error message: Error no video mode activated
The last lines shown are:
[ 5.901767] pps_core: LinuxPPS API ver. 1 registered
[ 5.906814] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 5.916187] clocksource: Switched to clocksource tsc
[ 5.921562] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 5.929183] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 5.937026] impi message handler version 3.92
[ 5.942086] PTP clock support registered
[ 5.942222] hidraw: raw HID events driver (C) Jiri Kosina
I can ping the system when it's hung, but I can't ssh into it.
I can boot into recovery mode, bring up a root shell, and see all my files.
When I resume normal boot from recovery mode, I get a flickering error message:
[ 256.522705] do_IRQ: 1.36 No irq handler for vector
This continues indefinitely.
The specs on my video card are:
EVGA GeForce GTX 660Ti PCI-E 3.0 2048MB 2 DVI, 1 HDMI 1.4, 1 DisplayPort;
2048MB GDDR5 Memory (192 bit);
Base Clock: 915 MHz;
Memory Bandwidth: 144.192 GB/sec Supports NVIDIA CUDA: 1344 CUDA Cores
Is this problem related to the 18.04.1 video driver? How do I fix it?
I booted with nomodeset in the Linux boot command. This time the boot process got further. One step failed with the error Failed to start VirtualBox Linux Kernel module
– Tom Speer Jan 13 '19 at 01:14Started Update UTMP about System Runlevel Changes
– Tom Speer Jan 13 '19 at 01:24I've tried tried recovery mode. I can get to a root shell, but can't proceed much past that.
– Tom Speer Jan 13 '19 at 05:59sudo apt update
andsudo apt upgrade
? Or what errors do you get? – oldfred Jan 13 '19 at 15:08sudo apt update
and thensudo apt upgrade
? Then have you installed nVidia driver? example shows -396 which may not be correct for your card. https://askubuntu.com/questions/61396/how-do-i-install-the-nvidia-drivers Updated driver search by nVidia model, do not download, just check correct driver version http://www.geforce.com/drivers Any version of driver from time released to most current that nVidia says is correct for your card should work. The ppa has the newest drivers, some too new. – oldfred Jan 22 '19 at 04:36I'll search for the right driver and try installing it.
The live boot media works OK, so isn't that an indication that the generic drivers in the distribution are appropriate for my card?
– Tom Speer Jan 23 '19 at 05:41