I am running windows 8 natively and have installed Ubuntu 14 from their download page. I believe I have installed the 32bit version instead of the 64bit version, because it will not load the option to boot into Ubuntu at startup. I have to restart holding shift to get into an option to reboot a sata drive that has this version of ubuntu on it. What is the best course of action here? Uninstall Ubuntu? Upgrade somehow?
Asked
Active
Viewed 210 times
1 Answers
0
Either you can use boot-repair from an ubuntu live usb or easyBCD from Windows.
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo sed 's/trusty/saucy/g' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list
sudo apt-get update
sudo apt-get install -y boot-repair && (boot-repair &)
Adrien Horgnies
- 285