Ubuntu – Force UEFI Installation

bootdual-bootsystem-installationuefiwindows 10

I installed windows 10 on an ssd with a ASRock X99 Extreme4 motherboard.

From windows, I shrank the windows partition to make space to dual boot ubuntu. I used Rufus 2.11 to create a usb with ubuntu 16.04.1.

The BIOS mode is “Legacy” and I’m getting the message about forcing UEFI. I take it that this happens when the usb media has one boot mode that is different from the computer’s BIOS.

I’ve recreating the usb using the three options for the partition scheme options in Rufus but continue to get the same message.

For Secure Boot, I’ve seen this post and get the result that Cmdlet not supported on this platform. That post suggests that

You can install Ubuntu by simply inserting the LiveCD or LiveUSB and doing the installation procedure without any problems.

First, am I correct about the problem and should not force UEFI? If so, how can I make the proper install media?

Best Answer

You first need to figure out whether Windows is booting in BIOS/CSM/legacy mode or in EFI/UEFI mode. See this page of mine for details, but basically, you can check the "BIOS mode" line in System Information; it should read "Legacy" or "UEFI," depending on the boot mode.

With the boot mode known, you need to create a bootable Ubuntu installation USB flash drive that includes the appropriate boot loader. Most (but not all) tools for turning Ubuntu .iso files into bootable USB media can create mediea with either (or both) BIOS-mode and EFI-mode boot loaders. Rufus is one of the more flexible of tools in this respect; it has three options for boot loader and partition table inclusions. See this page of mine for some more comments on this subject.

Note that installing Ubuntu in EFI mode when Windows is in BIOS mode, or vice-versa, is asking for trouble. Such cross-mode installations can work, but they require considerable expertise to set up.