0

I've installed Ubuntu 12.04 along side windows 8 and can no longer boot into Windows. GRUB shows Windows 8 as an option but when I select it I see the Windows logo for a minute and then the screen goes black. I did not have this problem after the initial install, it began 2 days later.

2 Answers2

1

boot into your ubuntu if you can or run ubuntu from pendrive and install grub repair

 sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
 sudo apt-get install -y boot-repair && (boot-repair &)

and read theseinstructions on recommended methods

Avinash Raj
  • 78,556
Zuko
  • 1,267
  • 11
  • 12
0

You have to change UEFI mode in bios to legacy mode.After that save the changes and then exit.

Now select the windows option from grub.It works.

Avinash Raj
  • 78,556
  • I do not believe I have UEFI. When I enter BIOS I do not see a UEFI mode. I do note that I have BIOS version 1.51 – Nettlesworth Feb 15 '14 at 16:40
  • 1
    try to repair your windows boot files and then try boot-repair.See http://askubuntu.com/a/381603/202806 – Avinash Raj Feb 15 '14 at 16:42
  • I do not have a windows install disk. Is there a way for me to create one? I have a product key for Win8, keep in mind that I will be using Ubuntu 12.04 when creating it. – Nettlesworth Feb 22 '14 at 00:14