How can i fix my dual boot if i have selected the wrong one? P.ex. Grub-Customizer allow you to choose wich boot do you want when you turn your pc... but, how can i fix if i select the wrong choice!?

link|improve this question

Boot cd with your Ubuntu (If you have Natty 11.04 you can simply use your 10.04 cd...) try the experiment mode Then install (as you have made in your system) Grub-Customizer packages (sudo add-apt-repository ppa:danielrichter2007/grub-customizer && sudo apt-get update) in update manager select the option "open source code software (Universal)" In the terminal, install the packages (sudo apt-get install grub-customizer) Acess to Grub and select root.Your boot option (in case you have dual or triple boot) will appear again – Jorge Pinho May 3 '11 at 8:57
Instead of making your answer a comment, make it an answer and accept it (I think you need to wait two days before you can accept your own answer). :) – htorque May 3 '11 at 9:11
thnx. i'm new here n' i'm still trying to understand how this thing works. – Jorge Pinho May 3 '11 at 9:20
We have FAQ and awesome video tutorials for new users. :) – htorque May 3 '11 at 9:25
feedback

1 Answer

up vote 1 down vote accepted

(convert comment to answer)

Boot cd with your Ubuntu (If you have Natty 11.04 you can simply use your 10.04 cd...) try the experiment mode

Then install (as you have made in your system)

Grub-Customizer packages

sudo add-apt-repository ppa:danielrichter2007/grub-customizer && sudo apt-get update

in update manager select the option "open source code software (Universal)"

In the terminal, install the packages (sudo apt-get install grub-customizer)

Access to Grub and select root.

Your boot option (in case you have dual or triple boot) will appear again

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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