LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Lost my dual boot bootloader (https://www.linuxquestions.org/questions/linux-newbie-8/lost-my-dual-boot-bootloader-4175492369/)

Ryanms3030 01-23-2014 11:31 PM

Lost my dual boot bootloader
 
I am running Fedora 20/Ubuntu Studio on my laptop. Both were coexisting fine and on reboots I got the bootloader menu to choose my OS. I just ran updates on Ubuntu studio and now whenever it reboots (restart or from a full shut down) , it just boots back into Ubuntu Studio with no option to pick Fedora boot. Is there a way to repair that without wiping out data?

bigrigdriver 01-23-2014 11:49 PM

Boot to Ubuntu. Open a terminal and run the command "sudo update-grub" to re-write the grub config file which will then show Ubuntu and Fedora in the familiar grub menu when you reboot.

Gad 01-24-2014 01:23 AM

Open up the terminal and try using

Code:

sudo os-prober
Watch the output to see if your installtion is found. If it is, run:

Code:

sudo update-grub

Ryanms3030 01-24-2014 02:07 AM

Thanks


All times are GMT -5. The time now is 04:12 AM.