Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 10189  / 3 Years ago, fri, september 10, 2021, 2:29:14

I've made a clean install yesterday, for the first time restarted, everything went good and then after I updated packages and copied my old home directory to replace the new one, when I restarted it hung when it was booting.
I tried reinstalling again and doing the same thing, but again same thing happened.


Here's what I see, before when the Ubuntu logo with the five dots is shown: enter image description here


Then after that, 3 or 4 of the dots will load and hangs there. If I press arrow up before that, this will be shown enter image description here


I started my laptop again today(the pictures are for the day before) and after that, boot up with live CD and got the logs.


dmesg: http://pastebin.com/aVxV7BQF


syslog: http://pastebin.com/4E2BrRUK


And some info:


alfred@alFitop:~$ uname -a
Linux alFitop 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

lshw: http://pastebin.com/AZbKJmsT


sources.list : http://pastebin.com/2HazmuyV


My problem is a bit similar to here: http://ubuntuforums.org/showthread.php?t=1918271
Though I didn't change my x.org config. Only changed home directory and updated packages.


I've tried memtest and fschk, both passed.


In the recovery mode boot option, I've also realized that same things happen in failsafe graphical mode. But when I go into the network mode, I can boot up my system, but of course same the graphics are just basic.


Adding blacklist intel_ips to /etc/modprobe.d/blacklist.conf solves the first message, but still I get the broken pipe and CPU stack traces.


The current kernel version is 3.2.0-25, I've tried booting up in the 3.2.0-23(the one the installer came with, but same results.)


Also uninstalled apparmor, didn't help. I've installed Ubuntu again, this time without copying the home directory, also same result.


--- UPDATE ---


This problem was solved before with removing backports, but its back again! I've updated my laptop last night and the problem came back. It's definitely one of these packages.


My /var/log/apt/term.log and /var/log/apt/history.log.


I'm almost having the same situation.


--- UPDATE ---


I realized this also have happened on times that I have updated(haven't restarted after it) and my computer power has been cut off and its shutdown due to lack of power. And I realized if I just do as I answered but not in somewhere without GUI(networking mode has the GUI) it wouldn't work.


More From » 12.04

 Answers
1

Update



This thing also happens, when I update and then cut the power. I realized if I just boot into networking mode and then restart it just works, if that didn't work try the solution below:



So the problem was about a package, since it only happens after I update the packages. So I tried to remove backports from sources.list and it just worked(credits to the idea goes to manesh)!



What I exactly did, I booted up into networking mode from recovery mode(weirdly it just worked, would be nice if I someone explains to me, why that works but can't boot up normally, tried chrooting from live CD but most commands returned no premission to /dev/null. Would appreciate it if somebody explains that too.), commented backports and just did the following:



apt-get update
apt-get upgrade
apt-get install -f
apt-get autoremove
apt-get autoclean
update-grub

[#37708] Saturday, September 11, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
imonove

Total Points: 82
Total Questions: 113
Total Answers: 106

Location: Saint Vincent and the Grenadines
Member since Wed, Nov 3, 2021
3 Years ago
;