So the last time I was using Ubuntu 16.04, a message popped up there was a system error. No other information. After shutting down, the system will no longer boot. A black screen flickers for several seconds, then nothing. My best guess is this is an Nvidia graphics driver issue.
From recovery mode, I could use the command line to uninstall the nvidia drivers and install replacements. However I need to enable networking to be able to apt-get install the replacement drivers.
When I choose "enable networking" in recovery mode, I get the message
/etc/resolv.conf no such file or directory
I have tried
sudo dpkg-reconfigure resolvconf
I get a prompt to reboot. After I reboot, I'm back at square one, and get the same message /etc/resolv.conf no such file or directory
Anyone know what this is about or have any leads? I would really appreciate help I have take home finals and tons of homework I have to finish and it's all on this computer. Thank you!
sudo
to chroot, then I couldn't install any packages or do sudo apt-get update from the chroot. At least it let me copy the resolv.conf file. But then when I rebooted, the resolv.conf was gone. – wordsforthewise Nov 25 '17 at 20:33