I installed Kubuntu 9.04 64 bit today and a friend advised me to install a newer kernel. Well I tried and it said it failed. So I thought oh well no biggie. Then the next time I rebooted the screen flashed like it was going to load but it never did and I was left off in a full screen terminal and it asked for my username and password. So I typed those in and it keeps me in a text based environment. I'm really rusty at my linux command so if anyone can help it would be much appreciated!
Announcement
Collapse
No announcement yet.
Graphical interface won't load after attempted kernel update
Collapse
This topic is closed.
X
X
-
Re: Graphical interface won't load after attempted kernel update
How did you attempt to load this? Through the repositories?
If so, the first thing to try is to boot your system into the recovery mode, choose root shell with network, and then run
Code:apt-get update apt-get dist-upgrade
Code:apt-get install -f
And post whatever error messages you get, as we would need to know exactly what failed.
It is still possible to boot your system with the old kernel files, as they are normally left in /boot. Although I am wondering why there is a problem, because usually the last thing in the install process is to update the boot files, so if install failed, it should still be booting off the old files. The other thing is that if you are using a proprietary video driver, it may need reinstalling.We only have to look at ourselves to see how intelligent life might develop into something we wouldn't want to meet. -- Stephen Hawking
- Top
- Bottom
-
Re: Graphical interface won't load after attempted kernel update
I think youwill find thatCode:apt-get install -f
Code:aptitude -f install
Code:cat /proc/version
- Top
- Bottom
Comment
-
Re: Graphical interface won't load after attempted kernel update
You probably need to reinstall the kernel-source package. If you have a new cardCode:sudo aptitude reinstall nvidia-180-kernel-source
- Top
- Bottom
Comment
Comment