-1

Good afternoon everyone ! I install Ubuntu 15.10 Wily Werewolf next to Windows 8.1. But did not show the option to install next to the windows. So I went to partition manually. Installed Ubuntu ext4 partition on / dev / sda4 and swap on / dev / sda5. The windows were in / dev / sda1, sda2, and sda3. Friends, when I restart it went up in windows. I did a test, and I disabled UEFI boot and left active, only Legacy boot. Now only goes up Ubuntu. I believe this is fully related to UEFI and Legacy. If someone can help me solve .... I've given an update-grub and nothing to solve.

follows print of fdisk -l

enter image description here

Grub-update Results

enter image description here

Felipe Valim
  • 63
  • 3
  • 13
  • Please edit your question giving information such as Windows' version, architecture of both Operating Systems and what you see in the GRUB menu. – Eduardo Cola Jan 21 '16 at 14:59
  • ok ....... Edited. – Felipe Valim Jan 21 '16 at 15:05
  • "When the grub carrega" kkkkkkkk br é br. Please, English only. – Eduardo Cola Jan 21 '16 at 15:40
  • ..................Right. – Felipe Valim Jan 21 '16 at 16:04
  • If you installed Ubuntu in BIOS boot mode, system cannot boot UEFI install. UEFI & BIOS are not compatible. But you can dual boot from UEFI boot menu or one time boot key like f10 or f12. Or you can reinstall grub in UEFI mode. To know for sure how you have installed, boot this in UEFI mode: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: https://help.ubuntu.com/community/Boot-Info – oldfred Jan 21 '16 at 20:15
  • I decided .... I'll put an answer exactly what I did ..... – Felipe Valim Jan 21 '16 at 21:37

3 Answers3

4

In Ubuntu, open a terminal window and run:

sudo update-grub

That should update GRUB's configuration file and recognize your Windows installation.

Eduardo Cola
  • 5,817
1

If you are meeting with 'Grub' on booting your system. Then the option should be available to boot from windows in the grub menu,(I'm Specifying even this because your question was unclear --Incase you are a beginner--)

Other possibility is that Ubuntu(Grub) haven't recognized windows, So add a direct entry from 'Grub Configuration file'. If you think it is hard to do it.

Make a bootable Windows USB and boot from it and click on repair this pc.

After doing it you will not be able to got to Ubuntu, so now you download 'Easybcd' application for windows and then add that drive to the boot menu. Now you are good to go.

Remember the drive naming of your Ubuntu(i.e.,sda5 ,in your case) Now choose the same in easy-bcd.

If you get confused by for selecting the drive of Ubuntu, remember that it is the partition above swap.

I Hope this was Helpful.

  • Oh, come on! Make a Windows bootable USB, repair the whole thing and install EasyBCD to make Windows visible to Ubuntu? That's ridiculous. And making Windows USBs involves legal conditions. – Eduardo Cola Jan 21 '16 at 15:02
  • Not to make Windows visible to EasyBcd :::: It's to make Ubuntu visible to the MBR partition.(There were two operating System's were Installed in it) –  Jan 21 '16 at 15:08
  • Of-course Your answer was simple, but i mean it in case if that didn't work. Because it didn't recognize Windows boot-loader in First case –  Jan 21 '16 at 15:09
  • Please gentlemen, updated the question ... look there .... – Felipe Valim Jan 21 '16 at 19:00
  • yes proceed as i said –  Jan 22 '16 at 11:18
0

I ran the live ubuntu and formatted by gparted the entire HD. After I created a new partition table ... I created as msdos. The previous partition table was gpt. After I installed windows 8 and then Ubuntu alongside Windows 8 without any problems. It is interesting to all professionals study more about partition tables, EFI and the like.

Now fixed annexed follows the print:

enter image description here

Felipe Valim
  • 63
  • 3
  • 13