0

I want to install Ubuntu 14.04.4 in UEFI mode alongside windows 8, which is already in UEFI mode.

  • My partition scheme is GPT.

  • Ubuntu is on /dev/sda5.

  • Legacy bootloader on /dev/sda.

  • Windows on /dev/sda4.

UEFI bootloader in EFI partition

How would I go about doing this?

David Foerster
  • 36,264
  • 56
  • 94
  • 147

1 Answers1

0

You can't 'convert' Ubuntu to UEFI. It is already installed in UEFI mode, because the uefi bootloader uses an EFI partition (as well as Windows, too). In (old) BIOS mode there is no need for an EFI partition. Legacy bootloader seems to be kinda backup boot mode, in case efi bootloader got corrupted.

ipse lute
  • 2,584
  • You can have Ubuntu in CSM/Legacy/BIOS boot mode on gpt partitioned drives. – oldfred Jul 22 '16 at 13:10
  • I want to have UEFI grub2 instead of legancy grub2 is my question clearer – ap4ss3rby Jul 22 '16 at 13:14
  • @ap4ss3rby: the name "legacy grub2" is a bit odd, because "legacy grub" usually refers to Grub 1.x (with x < 90, i. e. not Grub 2 or its pre-releases). A better term would be something like “Grub in legacy mode” as opposed to “UEFI mode”. – David Foerster Jul 23 '16 at 11:40