Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 10018  / 3 Years ago, tue, august 10, 2021, 3:39:15

I recently updated my Ubuntu 12.04. One of them was Kernel update to Kernel 3.2.0-58. The problem is that when the update finished it asked to restart my computer, so I did. The computer went into boot and after about 20 seconds a black screen with white words came up.



Messages that followed were Stopping System Runlevel V Compatibility and Stopping Save Kernel Message. How to fix this ?


More From » 12.04

 Answers
1

I am assuming this is an issue with the Kernel, but not sure given that message.



Here is what I would suggest:



Boot to an older kernel:



Holding down the shift key while booting, will display the Grub menu. You can now select an older kernel version.



If that allows your system to boot you can set the computer to boot to the old kernel you can remove the new kernel by running the following command:



sudo apt-get remove linux-image-3.2.0-58-generic linux-headers-3.2.0-58-generic


Switch to a non-graphical TTY



Ctrl+Alt+F1
Should switch you to TTY1 and you can run the following command:



 sudo apt-get -f install


then reconfigure:



 sudo dpkg --configure -a


then try the upgrade again



 sudo apt-get update && apt-get upgrade


If those things do not work we may need more information.


[#27702] Tuesday, August 10, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
itagde

Total Points: 241
Total Questions: 113
Total Answers: 118

Location: Liechtenstein
Member since Wed, Dec 8, 2021
2 Years ago
itagde questions
Thu, Jun 10, 21, 21:24, 3 Years ago
Sat, Aug 13, 22, 22:41, 2 Years ago
Thu, May 20, 21, 11:52, 3 Years ago
Tue, Aug 23, 22, 06:19, 2 Years ago
;