When i finish installing Ubuntu 12.04.1amd 64bits TLS alongside with windows 8 on my laptop it was not showing ubuntu at the start-up boot but it just boot to windows 8. how do i get the ubuntu i installed?
Asked
Active
Viewed 37 times
1 Answers
0
Don't worry. A lot of people have that problem with Ubuntu. What happened is you did a legacy install even though your computer is booting in UEFI mode. To fix this, follow these instructions:
- Boot into your Ubuntu LiveCD
- Type Ctrl+Alt+T to open a Terminal session
- Type
sudo apt-get update && sudo apt-get install boot-repair && sudo boot-repair
into Terminal, then type Enter - Choose the Recommended Repair
- Follow the instructions you are given.
- Reboot when done.
- Profit! You now have a working dual-boot setup!

Dillmo
- 1,985
- 3
- 18
- 34