1

Windows 10 has disabled the dual boot. The system now boots directly to windows 10 without any chance to boot to Ubuntu. I've been running 14.04 successfully for along time, but I needed to use windows so I used the dual boot to switch to it and now I can't get back to Ubuntu.

Update - Thanks for your replies. The problem did happen after I installed the windows 10 anniversary update so that was probably the cause. For some reason I don't understand it suddenly started working normally. So I booted Ubuntu and ran the Boot-repair program from the dashboard which found some errors and updated to a newer level. All is well now.

LJW
  • 11
  • That's MS for you :( – You'reAGitForNotUsingGit Oct 10 '16 at 23:34
  • 1
    Do you still have the Ubuntu install USB stick or DVD? –  Oct 10 '16 at 23:41
  • @MarkYisri If he doesn't have one already, he can make one easily enough using Rufus. – wjandrea Oct 11 '16 at 01:31
  • You may have been hit by the notorious Windows 10 "Anniversary Update". Can you still get to the GRUB menu by holding down the LEFT SHIFT key at boot time? If not, boot to the Ubuntu Live DVD/USB, get a gparted screenshot of /dev/sda, and edit your question to include the screenshot. I'll bet your Ubuntu partition is gone too. Cheers, Al – heynnema Oct 11 '16 at 01:56
  • heynnema is correct... this is anniversary update..read about it on google..update deleted all the partitions of ubuntu... if u dont see linux disk from. Disk management..only solution is to dual boot again ! – minigeek Oct 11 '16 at 06:10
  • Fun fact is..when i manually installed win 10 anniversary update iso on my pc...my ubuntu was still there(reinstalled grub only). and people who did it online..bam! ubuntu gone! – minigeek Oct 11 '16 at 06:11

1 Answers1

0

I had similar issue with Windows 10. Please refer this

I referred to this one which is the golden source of information.

and for me, this command once you are booted again and again into Windows

bcdedit /set {bootmgr} path \EFI\ubuntu\shimx64.efi

worked

Ashu
  • 3,966
  • 1
    -1 Unclear. If you're saying the solution is in the linked questions, then flag as duplicate. If you're saying the solution is running that bcdedit command, then why are you mentioning the other questions? – wjandrea Oct 11 '16 at 01:34
  • Because apart from the referenced solution it's this command "bcdedit /set {bootmgr} path \EFI\ubuntu\shimx64.efi" that worked for me. – Ashu Oct 11 '16 at 04:11