PDA

View Full Version : [ubuntu] Error during upgrade 12.10 to 13.04, How can i relaunch the upgrade?



TulioTesar
May 11th, 2013, 10:36 PM
Hi

Today i have upgrade Ubuntu from 12.10 to 13.04 and i forgot the phpmyadmin pass. I wrote a wrong password and the upgrade was stopped while the system was updating.

I rebooted the system and i can access it but, i don't know if the upgrading finished or not.

I have launch the command:

do-release-upgrade

And get a message: "No new version available"

Thanks in advance

Hekabe
May 11th, 2013, 10:45 PM
Try

cat /proc/version
If it says quantal near the end, you're in 12.10, if it says raring, congratulations, you installed 13.04.

TulioTesar
May 12th, 2013, 12:05 PM
Hi,

I relaunched de upgrade process to:

do-release-upgrade -d

but (this is a bad week) i don't know, but the PC rebooted itself and now ubuntu doesn't run. :(

Could you tell me any thread for check the boot system???

Thanks in advance for your help.

TulioTesar
May 12th, 2013, 09:48 PM
Well,

If you launch:

do-release-upgrade -d

You will install a development version. This is a bad week. (7 days ago the problems began)

Now, at least i have a fully update unstable version of ubuntu, i don't know how i will back to stable version.

The next step, make a backup of /home/ and then, who knows...

Thank you very much!!!!

matt_symes
May 12th, 2013, 11:20 PM
Hi

You may have wanted to try, in this order


sudo apt-get update


sudo apt-get install -f

and if required...


sudo dpkg-reconfigure -phigh -a

That may have fixed your system for you.

I know it's after the fact, however it may help you, and others, in the future.

Kind regards