6

I am trying to dual-boot Ubuntu 14.04.2 alongside Windows 8.1. I get this error after I configure the "root", "home" and "swap" partitions. I am following this guide.

Here is a picture of the error :- error message

I am pretty new to all of this. Can you help me?

  • This is solution to my problem, i am also facing same issue. I am looking what are the next steps. I am already hacving windows 10 as my primary OS. And was looking to dual boot with Ubuntu for learning linux – Atul Darne May 24 '20 at 18:31

2 Answers2

11

If Windows 8 is pre-installed it is booting in UEFI mode and requires gpt partitioning.

But the error you are getting is because you are installing BIOS boot mode on a gpt partitioned drive. If you really want BIOS boot for Ubuntu then you need a tiny 1 or 2MB unformatted partition with the bios_grub flag in gparted. If you use gdisk to create partition it is code ef02. It actually is a very long GUID that is assigned with these short flags or codes.

But you probably do not want Ubuntu in BIOS boot and Windows in UEFI boot. You may have to go into UEFI boot menu and turn on/off UEFI or CSM/BIOS each time you reboot into the other system. Much better to install Ubuntu in UEFI boot mode.

How you boot install media is how it installs. Your UEFI boot menu for the Ubuntu installer with have two entries. One will say UEFI and name of flash drive and the other just the name of flash drive which then is BIOS boot.

Shows install with screen shots. Both BIOS purple accessibility screen & UEFI black grub menu screen

https://help.ubuntu.com/community/UEFI

Also shows Windows 8 screens

Installing Ubuntu Alongside a Pre-Installed Windows with UEFI

UEFI install,windows 8 with Something Else screen shots

http://www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html

Linux on UEFI: A Quick Installation Guide

http://www.rodsbooks.com/linux-uefi/

oldfred
  • 12,100
0

You have to find or make a small partition that is at least 1MB,

  1. If you don't have one, use the "free space", click on +. After that, on the pop up window, immediately after you clicked on the plus sign, make sure that has the boot option is selected, and logical ..and the order should be beginning, first. It should start alright, you can go on and install

  2. If you have one and (chances it might belong to Windows or a previous OS, which you might not want to delete if you want to use Windows again follow the Step 1, because Step 2 will get it deleted most likely)

The Step 2 is to find that one 1MB file you're able to edit, right click on it and then change one of it's options to "boot". that's going to overwrite that file most likely.

Kevin Bowen
  • 19,615
  • 55
  • 79
  • 83