-1

I just installed Ubuntu 13.10 in legacy mode (secure boot disabled) next to a Windows 8.1 partition. Ubuntu works perfectly (in UEFI and in legacy modes) but I can't load Windows anymore - there is no Windows entry in the Grub boot choices.

When the secure boot is enabled, I can't load Ubuntu anymore ('No bootable devices').

I've tried to repair the system with Boot Repair, but nothing changed.

Any help appreciated !

Thanks

(My machine is a Dell XPS13)

1 Answers1

0

If you have a Windows re-install disc you can use dism to re-write your Windows bootloader, however this will Disable your ability to boot Ubuntu and require you to re-install ubuntu.

In WINDOWS command prompt type:

"bcdboot C:\Windows /s E: /f UEFI" (C is your windows location, change accordingly. E is your UEFI partition, change accordingly as your drive letters may differ). To see what drive letters to use type "notepad" into the command prompt then "File/Open" to browse so you can see what letters are in use. If your UEFI parition isn't mounted which it likely won't be then you will need to do so by in command prompt typing "diskpart", "list disk", "select disk 0" (or whatever disk it's on), "select partition 0" (or whatever partition it is), "assign letter=q" (or whatever letter you want to use that is currently free).

If you don't have a windows re-install disc you can always download the Windows 8.1 - Enterprise X86-64 iso file. Registration is required.

http://technet.microsoft.com/en-ca/evalcenter/hh699156.aspx?ocid=wc-mscom-ent

mango
  • 11
  • 2
  • Thank you ! In fact it appears that Ubuntu has overridden the Windows partition. I have to reinstall Windows ... – user246129 Feb 09 '14 at 19:53