Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I am using 11.10 and I really want to update to 12.04 but it's impossible. I cannot see it in the update manager (I did select the option for the releases). I tried sudo update-manager d, and sudo-apt get upgrade and sudo apt-get upgrade release d but nothing. And sudo do-release-upgrade is not working as well! (I get "no release found" message.)

So finally I did put on a live USB and when I boot, I click on install, then it's telling me that I do have 11.10 and I can select for erase all and install Ubuntu 12.04 or I can install along 11.10 and the second option to update 11.10 to 12.04 is grey. I cannot selected it! Why? Am I running out of options?

What else can I do to upgrade to 12.04?

share|improve this question
What is the output of sudo do-release-upgrade? – SirCharlo May 4 '12 at 18:28
It's not working it's telling me no release found !!!! I am going crazy – Marco May 4 '12 at 18:29
Ok, what's the output of cat /etc/update-manager/release-upgrades? – SirCharlo May 4 '12 at 18:30
@SirCharlo Default behavior for the release upgrader. [DEFAULT] # determine if a newer release is available. prompt=lts – Marco May 4 '12 at 18:34
1  
Ok, then try sudo sed -i 's/lts/normal/g' /etc/update-manager/release-upgrades; sudo do-release-upgrade – SirCharlo May 4 '12 at 18:36
show 5 more comments

2 Answers

Try this:

sudo sed -i 's/lts/normal/g' /etc/update-manager/release-upgrades; sudo do-release-upgrade
share|improve this answer
Please avoid using the command line for basic questions with a GUI solution. – Jacob Johan Edwards May 5 '12 at 3:07

I have 11.04 as well, my teacher told us to write this on the terminal:

sudo do-release-upgrade

in about 5 minutes select yes and it will let you upgrade. This may take some hours and leave it there until it is finished.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.