3

I have an AlienWare 15 R3. I made a Ubuntu installation media using Universal USB installer. For some reason I can't get the option to install Ubuntu/Kubuntu in UEFI mode in boot list although legacy option is available .

I have windows installed in UEFI and want Linux to work in UEFI side by side.

Here is what I have tried so far.

  1. Disabling secure boot.
  2. Switching partition type of media from NTFS to FAT32
  3. Disable and Enable Legacy Support when bios is on UEFI mode.

Anyone have any idea how to fix this?

  • is he USB booting in EFI mode? the computer has to boot in EFI mode in order to install in EFI mode. – ravery Sep 13 '17 at 04:04
  • My computer boots windows in UEFI mode. – Sam Thomas Sep 13 '17 at 04:10
  • And I am using USB as an installation media it doesn't have UEFI as an option for booting linux installation media but it does have legacy as an option. – Sam Thomas Sep 13 '17 at 04:10
  • get the image that supports EFI boot ... (64-bit). the computer has to boot EFI to install in EFI mode. you can not install EFI from a legacy boot – ravery Sep 13 '17 at 04:12
  • I got ISO image from the ubuntu website the 64 bit version. – Sam Thomas Sep 13 '17 at 04:22
  • Does the image on the website not support UEFI by default? And my computer is capable of booting UEFI it does so for windows but what I am saying is under the boot list options a option for UEFI boot doesn't show up for the installation media for linux. – Sam Thomas Sep 13 '17 at 04:23
  • the 64-bit image supports EFI boot. does your computer support EFI boot from USB? – ravery Sep 13 '17 at 04:24
  • Yes it does. I was able to boot UEFI for linux mint using usb and for windows as well. – Sam Thomas Sep 13 '17 at 04:25
  • But for some reason all variants of buntu does not work with UEFI for me, kubuntu , lubuntu and ubuntu none of them has the UEFI option for me. – Sam Thomas Sep 13 '17 at 04:26
  • 1
    There is no such "UEFI option" in the grub menu. By the time grub displays, the choice has already been made, depending upon the UEFI settings on your machine, and how the install media boots is how it installs. If you are talking of an EFI menu, then you have to find the UEFI settings to allow a UEFI boot, maybe setting an admin password will provide additional options, maybe settings trust on the bootloaders, etc. – ubfan1 Sep 13 '17 at 04:48
  • Dell/Alienware may need legacy setting on to but you still can/want to boot in UEFI mode. Most systems with Legacy on, then only boot in legacy mode. The live installer must be FAT32 with boot flag on USB drive or the dd image/hybrid. Try the UEFI only flash drive. And if not seen then still settings in UEFI. UEFI only USB key, just extract ISO ( 7 zip or similar) to FAT32 formated flash & set boot flag. http://askubuntu.com/questions/395879/how-to-create-uefi-only-bootable-usb-live-media – oldfred Sep 13 '17 at 15:10

2 Answers2

2

To boot in EFI mode, an external boot medium needs to have an EFI-mode boot loader (EFI/BOOT/bootx64.efi) on a filesystem that the firmware can read. The symptoms you describe are consistent with this not being the case. Two causes are common:

  • No EFI boot files -- Some programs for creating bootable USB media from Ubuntu's .iso files omit the EFI-mode boot loader entirely, or put the EFI boot loader in a non-standard location. This is true of Pen Drive Linux (aka YUMI and one or two other names), for instance. Others require that particular options be set before they'll create EFI-bootable media. See my notes on a few programs for more details.
  • Quirky incompatibilities -- Sometimes a boot medium works fine on one computer but not on another. This can be because there's something odd about the boot medium that's fine with some computers but not with others or because of a bug in the firmware.

In both cases, the solution usually involves creating the boot medium with another tool, although sometimes adjusting options in the tool you're using may do the trick. As you mentioned NTFS and FAT, be aware that all EFIs support FAT boot media, but I have yet to encounter one that supports NTFS. (I've seen a small number of posts that claim NTFS support in particular computers, but I have yet to see evidence backing up these claims.) Thus, you should stick with FAT, if the tool gives you an option. (Furthermore, FAT32 is more reliable on some older computers than is FAT16 or FAT12, so using FAT32 may be helpful.)

Based on my own experience and online reports, Rufus is one of the more reliable and flexible tools for this task, but the last I checked it was Windows-only. In Ubuntu, dd seems to be pretty reliable, although some computers dislike the Frankenstein's Monster format that a dd copy of the .iso file to a USB flash drive creates, so in some cases you may need to use something else.

Rod Smith
  • 44,284
  • 7
  • 63
  • 105
  • 1
    You were right. It was the installation media creation tools fault , I tried rufus instead of Universal Usb Installer and it worked perfect. Thanks a lot man. – Sam Thomas Sep 13 '17 at 18:42
  • would you help me with: https://askubuntu.com/questions/1110776/how-to-install-ubuntu-18-lts-on-a-laptop-with-uefi ? – Another.Chemist Jan 19 '19 at 08:46
0

Try using gparted and once the app is open select device and select gpt instead of mbr. GPT only works with UEFI and mbr works with BIOS.

Then, create your partitions. Gparted will format NTFS is so desired.

BR,

Miriam