Hi. I'm one of those who decided to give Linux a go when Valve released their Steam client for it a few months back. I've played around with Linux before in the past (Caldera, RedHat, OpenSUSE, Ubuntu) but never anything serious and never for very long. I think I've learned more about how Linux is put together and how to bend it to my will from this than in the last whole decade combined. Mostly out of necessity. And frankly, I'm surprised I lasted this long before wrecking something. See, despite having a self-updater, Steam can't actually update certain parts of itself. The first time I realized I needed to update it manually, I just uninstalled it and installed a fresh copy from the command line. The second time, someone pointed out that I could just exit the program and run
to automatically update it. What they didn't bother to tell me is that this updates everything on the system, a process that for me took almost an hour. But whatever; I hadn't yet figured out how to update apps from KDE (turned out the update center thing is separate from Muon itself; clicking a popup I got toward the end of the process brought it up) and I was desperate to get GIMP up to 2.8 anyway, so I figured it was two birds with one stone.
And then I complied with its request to restart and... the computer failed to boot up. It made it to the Kubuntu logo with the five blinking dots, and at the point where it would normally go to the login screen, there was a blip and it just froze. Here's what I have gleaned from my searching for a solution so far and asking on UbuntuForums:
Interestingly, googling the problem led me to a blog entry in which someone had posted the a comment that, in his experience with Kubuntu,
Sadly the commenter didn't leave any useful contact info, so I can't hunt him down and ask him what packages he restores and how, but since this is a forum of Kubuntu users, hopefully someone knows what he was talking about.
Code:
sudo apt-get update && sudo apt-get upgrade
And then I complied with its request to restart and... the computer failed to boot up. It made it to the Kubuntu logo with the five blinking dots, and at the point where it would normally go to the login screen, there was a blip and it just froze. Here's what I have gleaned from my searching for a solution so far and asking on UbuntuForums:
- Attempting a package restore from the recovery mode menu did download and install some stuff, but it did not fix the issue.
- Sometimes I would get an ANSI-mode version of the splash screen instead, which goes to an empty black screen when it crashes. This seems to be related in some vague way to what I did the previous time, but the graphical version always comes back the following time.
- Trying to boot to the older version of the kernel listed in GRUB produces the same results.
- It doesn't seem to be a graphics driver issue; "lshw -C display" and "lspci -nnk | grep -iA3 vga" produce what I am told are favorable results.
- "dpkg --audit" returns no results.
- Typing "startx" gives me the error "Could not create lock file in /tmp/.tx0-lock", which is the most promising lead so far, but that's the point where people stopped responding to my thread. Which is why I am now here.
Interestingly, googling the problem led me to a blog entry in which someone had posted the a comment that, in his experience with Kubuntu,
Any time an upgrade to core system packages like kde-workspace/desktop or plasma occurs, the entire system breaks. It removes essential packages and doesn't reinstall them. One has to do this through a recovery prompt.
Comment