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
It doesn't see 14.04. What are these items it found ?
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
It doesn't see 14.04. What are these items it found ?
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!
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
sudo update-grub
. – spark Jan 24 '17 at 15:07