0

Whenever I start my computer, it boots directly to Windows 8.1 without giving me an option to boot into ubuntu. Grub was working fine, but after a minor update to Windows, now it doesn't even show up at boot. I've tried to boot Ubuntu again from a USB, but it still loads Windows. How do I fix this? Thanks!

1 Answers1

0

Have you tried EasyBCD?

There is a free version (Google is your friend)

By the way, you should install Grub on your Linux partition and not on your disk.

  • Grub2 does not recommend instlling to a partition as it does not fit. It has to convert to blocklists or hard coded addresses. Any update that moves grub files on drive will require you to reinstall grub. EasyBCD uses an old grub4dos to chain load to grub in a partition. Some have used it with BIOS, but with UEFI it just adds complications. So if a UEFI system do not use EasyBCD. – oldfred Dec 08 '14 at 23:15