0

I chose to install Ubuntu 16.04 alongside 14.04 during the installation. My computer automatically boots 16.04. How can I select to boot 14.04?

This is the output from sudo update-grub

grub

It doesn't see 14.04. What are these items it found ?

George Udosen
  • 36,677

1 Answers1

0

Here are some ideas. When you see a screen like this, try using your keyboard to move down to the Ubuntu 14.04 entry. If you see only one entry and that boots to 16.04, get into 16.04, open Terminal by pressing Ctrl+Alt+T, then type sudo update-grub and enter your password. It should show some output like this, with something like this if it sees your 14.04

Found Ubuntu 14.04 on /dev/sdXX

If you don't see a boot menu at all, then you may need to unhide your GRUB menu. Try pressing Shift while your computer is booting, you would see the aformentioned boot screen. For some permanent changes, follow instructions in this question. Good luck and please report back!

spark
  • 658
  • 1
  • 4
  • 15
  • hi I posted a picture of my sudo update grub in my original post, it doesn't see 14.04. Are you suggesting now to press shift while my computer is booting? - Noting happens when I try this it just boots to 16.04. Thanks – riverrock Jan 24 '17 at 15:43
  • @riverrock Apparently you installed the different Ubuntu releases is different modes - 16.04 in UEFI mode, 14.04 in Legacy/CSM -. As such, when booting in UEFI mode (as you should) it can only detect other OSes installed the same way. If you change the UEFI settings to Legacy/CSM you may be able to boot 14.04 but you won't see 16.04. –  Jan 24 '17 at 16:47
  • @riverrock then I'm not sure. Your PC is a Z87, which makes me suspect it is UEFI. Do what CelticWarrior says, and also, why both 14,04 and 16.04? – spark Jan 25 '17 at 14:19
  • @spark, thank you, I will try that. The only reason why choose to install it alongside was that I had programs that were Dependant on 14.04. Interesting I didn't see any options for installing in UEFI or CSM mode during the install - it just asked me do I want to install 16.04 along side 14.04 and I said yes. – riverrock Jan 26 '17 at 14:54