Re: 10.04 broke my kubuntu, how to fix?
Yep, that is important. I suspect some packages didn't get properly installed.
You need to get to a command line. Immediately after the BIOS post you need to hit the shift key. That should reveal your grub menu including a rescue mode. Select that and when you come to the options select command line with networking. (you will need a wired connection).
Then type
That should finish the installation of all downloaded packages. Then when that is done type
Do you get anywhere? If so, reboot the machine (as you will be root) and try starting as normal.
HTH
Yep, that is important. I suspect some packages didn't get properly installed.
You need to get to a command line. Immediately after the BIOS post you need to hit the shift key. That should reveal your grub menu including a rescue mode. Select that and when you come to the options select command line with networking. (you will need a wired connection).
Then type
Code:
sudo dpkg --configure -a
Code:
startx
HTH
Comment