(12-12-2014, 01:58 PM)KimG link Wrote: Did a fresh re-install and everything the same. Boots to a black screen with garbled white something in the center then proceeds to load everything else just fine.
As long as it ends up loading fine, let's not worry about that for now.
(12-12-2014, 01:58 PM)KimG link Wrote: just before it asks me to remove the cd I got a warning message that said ModemManager [1332]: <warn> Could not acquire the 'org.freedesktop.ModemManager1' service name.
That's normal -- or at least it's something I've seen a million times too -- don't worry about it.
(12-12-2014, 01:58 PM)KimG link Wrote: I still have the display UNCLAIMED listed too
I'm still looking into that -- making slow progress and hope to have solution to try within next day or two.
(12-12-2014, 01:58 PM)KimG link Wrote: I will do what you said and hold that update back. That is what I did in Lubuntu but there were two that it kept trying to push at me. One was the server one and the other was maybe a core update? If it tells you anything, and I remember correctly the version was 1.15.1 I believe and the new one it was something like 1.17? After I took both of those, bsod.
For now, let's try that and see what happens. If run into problem after a future update, you will be able to retrieve your data by using a live DVD but to make things easier you might want to consider doing the following before you run updates:
- Keep a running list of any new programs that you install to the system. (Not updates, only things you purposely install yourself.) Save a copy of that list to a USB stick for safe keeping.
- Make notes of any special configuration changes you make to the system that might not be easily remembered or duplicated. Keep copies of those on a USB stick also.
- Use the backup utility in LL to make a copy of your entire Home folder to a USB stick. Make sure USB stick has enough room -- 16GB stick should have no problem holding your Home plus your other notes.
That will make reinstalling and getting everything back to the way you had it much easier. But don't reinstall right away if the video goes bonkers again after an update. We'll want to find out what in the recent update caused the problem. To find that out, you can boot from your live DVD and access/copy the log file for the last update. Once you've copied it off to a USB stick, you can go ahead with a reinstall as well as report back here with a copy of the log file for us to look through. From that we'll probably be able to figure out which other package(s) needs holding back.
In the event that video breaks on an update, I'll post instructions for copying off log file now so you don't have to waste time posting to forum and waiting for answer. Just boot your live DVD, come here and follow steps below.
* Know your Root partition number and plug in correct number in place of "X".
* From live DVD, open a terminal and enter following commands:
Code:
sudo mount /dev/sdX /mnt
cp /mnt/var/log/apt/history.log /home/linux/Desktop/update-history-log.txt
You'll see "update-history-log.txt" appear on your live Desktop. Copy it off to a USB stick.
At that point you can go ahead and reinstall as well as post the history log file to the forum for us to examine.
P.s. You might be able to accomplish same thing as above by just opening the file manager, click on root hard drive partition, then navigate to
/var/log/apt directory and copy the
history.log file from there.