Quote:
Originally Posted by Gregg Bell
Thanks rjb. I saw those guys too and thought they were the way to go. But I'm chicken. LOL I'm holding out to try them if I need to though.
Here's what I did do though. I ran sudo apt-get update and got: (and actually, as you'll see, I ran it twice--once before a software update and then I installed the software update and then ran the sudo apt-get update again.)
Code:
gregg@LG:~/Desktop$ sudo apt-get update
[sudo] password for gregg:
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [92.2 kB]
Hit:4 http://dl.google.com/linux/chrome/deb stable Release
Get:5 http://security.ubuntu.com/ubuntu xenial-security InRelease [92.2 kB]
Hit:6 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
Get:8 http://us.archive.ubuntu.com/ubuntu xenial-updates/main Sources [3,416 B]
Get:9 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe Sources [920 B]
Get:10 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [5,400 B]
Get:11 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [5,404 B]
Get:12 http://us.archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [2,828 B]
Get:13 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [3,796 B]
Get:14 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [3,792 B]
Get:15 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [2,788 B]
Get:16 http://security.ubuntu.com/ubuntu xenial-security/main Sources [1,612 B]
Get:17 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [920 B]
Get:18 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [2,920 B]
Get:19 http://security.ubuntu.com/ubuntu xenial-security/main i386 Packages [2,924 B]
Get:20 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [1,288 B]
Get:21 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [188 B]
Get:22 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [1,584 B]
Get:23 http://security.ubuntu.com/ubuntu xenial-security/universe i386 Packages [1,588 B]
Get:24 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [1,080 B]
Get:25 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [190 B]
Fetched 227 kB in 1s (159 kB/s)
AppStream cache update completed, but some metadata was ignored due to errors.
Reading package lists... Done
W: http://dl.google.com/linux/chrome/deb/dists/stable/Release.gpg: Signature by key 4CCA1EAF950CEE4AB83976DCA040830F7FAC5991 uses weak digest algorithm (SHA1)
gregg@LG:~/Desktop$ sudo apt-get update
Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable Release
Reading package lists... Done
W: http://dl.google.com/linux/chrome/deb/dists/stable/Release.gpg: Signature by key 4CCA1EAF950CEE4AB83976DCA040830F7FAC5991 uses weak digest algorithm (SHA1)
gregg@LG:~/Desktop$
Then I ran sudo apt-get upgrade and got:
Code:
gregg@LG:~/Desktop$ sudo apt-get upgrade
[sudo] password for gregg:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
libapt-inst1.7 libapt-pkg4.16 libboost-regex1.58.0 libcdaudio1 libenca0
libept1.4.16 libgtop2-10 libidl-2-0 libisl13 libkf5waylandserver5
libkwineffects7 libkwinglutils6 libkwinxrenderutils6 libkwinxrenderutils7
libllvm3.5v5 liborbit2 libpgm-5.1-0 libslv2-9 libsoundtouch0 libvpx2
linux-headers-4.2.0-30 linux-headers-4.2.0-34 python-gnome2 python-pyorbit
python3-ply
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
gregg@LG:~/Desktop$
Does this shed any light on the situation (and I guess the only way I'll know for sure is if the computer turns on normally, right?) or do you think I should proceed with those commands you mentioned?
Thanks. 
|
Your updates ran successfully. The "W" message means the chrome repo has a weak signing key. Yes, run autoremove. It probably won't affect your black screen problem, though. It just removes old, unneeded packages.
Yes, run the -f install command. Long shot, but might help. I don't see any indication that anything's broken in your updates.
Check for disk space and RAM overload. The delay might be caused by swapping.