Yeah it sounds stupid, but YouTube froze up my whole system when my brother put a video into fullscreen which caused the Nvidia drivers to force closed which resulted in a kernel panic.
I was able to reboot by hard shutdown only, but I did try Alt Gr+Sys+REISUB first nothing was responding though.
Once rebooted, the nvidia drivers wouldn’t boot up. I tried forcing them too by doing:
sudo nvidia-xconfig
sudo restart lightdm
But to no avail. I’ve checked the logs, but cant find nothing. Help?
Yep, tried renaming the xconfig. Haven’t tried reinstalling the drivers though because I can’t remember if I added the Nvidia repository or it was just the ones from the additional drivers menu.
Ok, so somehow inbetween all the madness the nvidia-drivers have uninstalled themselves. So I installed the available 310.xx drivers in the ubuntu repos.
Restarted X-server, nothing. Says Im not using the nvidia-drivers, so ti double check I did a full system reboot. Then I hit another snag, my laptop wont load past grun after choosing Ubuntu to boot nor will it boot into failsafe mode.
So currently Im at the kernel recovery menu. Waiting for further instructions.
Boot to a LiveCD/LiveUSB … then check the SMART data for that drive in Disk Utility … try running fsck on /dev/sda5 from the Live environment (make sure it’s not mounted first.
Ok been avoiding Linux for a few days. Been busy backing up some files in Windows, so an update:
I’ve tried to boot multiple liveCD/DVDs and my laptop wont boot it. Haven’t tried a LiveUSB because I ain’t got a USB stick, however, its probably best I go get one. So thats what I’ll do on Tuesday because thats payday.
All I can do for now I use the Win8 CP partition, which I’ll be replacing with W7.
Unless someone knows a command that can uninstall the Nvidia drivers from the Ubuntu repos? As I can drop to a root console.
I personally think my Ubuntu partition is fecked. Root won’t do the first command, as it’s says:
W: Not using locking for read only lock file /var/lib/dpkg/lock
E: Unable to write to /var/cache/apt/
E: The package lists or status file could not be parsed or opened.
Did it check all file systems or skipped any?
Does the line for your disk in /etc/fstab end with “0 0” or is missing the final column?
If the 6th column is missing or 0, the startup scripts should skip that device when doing an fsck at start-up.
Also, did you try to modify your kernel line at boot up with nomodeset?
On the grub menu, just add the ‘nomodeset’ option when booting
(choose ubuntu from grub, hit ‘e’ and add ‘nomodeset’ option and press ‘ctrl+x’),
and hopefully you can boot into Ubuntu.
When using the ‘nomodeset’ kernel line, it’ll boot passed the ubuntu logo, then drop to a command line, then it comes up with an error message.
end request: critical target error, dev sdb, sector 0
end request: critical target error, dev sdb, sector 4096
end request: critical target error, dev sdb, sector 50
end request: critical target error, dev sdb, sector 24
usb 5-2: device descriptor read/64, error -71
hub 5-0: 1.0: unable to enumerate USB device on port 2
hub 2-0: 1.0: over-current condition on port 3
hub 6-0: 1.0: over-current condition on port1port
EDIT: I’ve managed to drop to the console by pressing CTRL+F3. I’ve also been able to remove the nvidia drivers, and install the PPA Mark provided earlier, Let’s hope I’m getting somewhere.