Questions tagged [uefi]

For questions about the Unified Extensible Firmware Interface, commonly used in later x86 computers as a replacement of BIOS, as well as in ARM servers and more. UEFI supports booting with and without Secure Boot enabled and legacy booting via CSM.

For questions about the Secure Boot feature read and use:

About UEFI

UEFI firmware provides several technical advantages over a traditional BIOS system:

  • Ability to boot from large disks (over 2 TiB) with a GUID Partition Table, GPT.
  • CPU-independent architecture
  • CPU-independent drivers
  • Flexible pre-OS environment, including network capability
  • Modular design

Excerpt from Wikipedia article about UEFI

AdamW on UEFI boot: how does that actually work, then?

Known issues

  • Some computers support legacy booting, but this feature is not available on all devices and planned to be phased out.
  • Some UEFI firmware implementations from computer manufacturers only support booting through \EFI\BOOT\BOOTX64.EFI from the EFI System Partition, not honoring commands to boot a certain UEFI NVRAM boot entry.

Noteable questions

  • http://askubuntu.com/q/233687/40581

    • Troubleshooting the following error GRUB messages when trying to boot Windows:

      error: can't find command drivemap.
      error: invalid EFI file path
      

BIOS vs. UEFI           BIOS vs. UEFI

5326 questions
30
votes
3 answers

''EFI boot partition'' and ''biosgrub'' partition

Why do I need these? I have installed Ubuntu under a non UEFI (master boot record) and have installed Ubuntu with no 'biosgrub' and it works fine, whereas other times I am asked to make a 'biosgrub' partition. I have no idea why sometimes I need it…
GhostMotleyX
  • 772
  • 2
  • 7
  • 15
12
votes
1 answer

No EFI System Partition option for Ubuntu 18.10

I'm trying to install Ubuntu 18.10 on a new not partitioned HDD (using a VMWare machine). I try with manual partitioning to create the EFI System Partition but there is no EFI System Partition option (or other option containing the EFI word). I…
Adrian
  • 527
9
votes
1 answer

How to mount the EFI system partition using Ubuntu 16.04 Live CD

My Hard drive has the GRUB boot loader on there from a leftover Ubuntu installation and I want to delete it but I need to mount the EFI system partition first. So how can I mount it from the Live CD? Help appreciated, Bondy.
9
votes
1 answer

How to replace grub with bootloader "systemd-boot" in ubuntu 20.04?

ubuntu@ubuntu:~$ lsblk -po NAME,SIZE,TYPE,FSTYPE,PARTLABEL NAME SIZE TYPE FSTYPE PARTLABEL /dev/loop0 1.9G loop squashfs /dev/loop1 27.1M loop squashfs /dev/loop2 55M loop squashfs /dev/loop3 240.8M loop squashfs /dev/loop4 …
nazar2sfive
  • 1,335
8
votes
2 answers

What is UEFI and Secure Boot? How do they affect Ubuntu?

Discussions and reports about UEFI and Secure Boot has cropped up in many Linux circles, but can anyone summarize it's impacts on Ubuntu and how it affects the general users? I know that UEFI and Secure Boot are separate (not interchangeable), with…
Oxwivi
  • 17,849
8
votes
2 answers

How can I change the names of items in the EFI/UEFI boot menu?

I use Ubuntu 18.04 on my computer. This Ubuntu installation appears as ubuntu at system EFI boot menus. I also have a external USB storage that has a EFI Ubuntu installation. This external USB storage also appears with the name ubuntu at system…
user8888180
  • 91
  • 1
  • 1
  • 4
6
votes
2 answers

trouble ubuntu update firmware uefi dbx 217

i try to update my ubuntu firmware but i get an issue: Blocked executable in the ESP, ensure grub and shim are up to date: /boot/efi/efi.factory/boot/bootx64.efi Authenticode checksum…
5
votes
1 answer

Module 'efivars' does not exist

Several tutorials and how-to's on ask ubuntu re uefi booting refer to efibootmgr as being capable of controlling a uefi boot. In all cases I have seen the tutorial asks you to modprobe efivars How can this be done when the kernel module efivars.ko…
4
votes
2 answers

Wrong EFI System Partition GUID?

On a new GPT initialized disk (second PC disk) I created a FAT32 partition using gparted. I want to use it as an EFI System Partition so I flagged it as boot. After that I checked the UUID using the gparted “partition information” option and it…
artificer
  • 205
3
votes
5 answers

How to tell if my Laptop has UEFI

New user here and I would like to know how do I tell if my Toshiba Satellite Laptop A665-S5173 with Windows 7 Home Premium, 64-bit Intel Core i5 1st Generation processor with 4GB of RAM has this UEFI firmware? I want to try Ubuntu and first run it…
Sue Nutting
  • 31
  • 1
  • 1
  • 2
3
votes
2 answers

How do I determine which HDD the system was booted from when using UEFI?

In a system with x identically partitioned HDD's each drive has a UEFI boot partition with the bootable flag set. During power on I'm able to select any of the HDD's to boot from using UEFI. Once Ubuntu has started. How do I determine which HDD the…
Deleted
  • 828
3
votes
1 answer

Is it possible to 'install' an operating system by putting the EFI/boot & system files in the right place?

If I were to partition a /dev/sdb1, place all the needed root/home files, then go to my own /boot/efi folder and put the files there with whatever UUID I need, would it then be bootable?
3
votes
1 answer

EDK2 Setup for ubuntu

I am working on EDK2 setup using following link.When I tried to use build command under folder ~/src/edk2 for OVMF firmware image creation I am getting below error: /home/sam/src/edk2/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf(31): error…
ARYA1992
  • 53
  • 1
  • 5
2
votes
0 answers

stuck while installing ubuntu 16.10

hi am geting an error whiling fresh installing ubuntu 16.10 on my hp pavilion laptop [ 16.222192] scsi host2: runtime PM trying to activate child device host2 but pareny (2-4:1.0) is not active after displaying this error for1 sec ubuntu logo…
rick
  • 31
2
votes
3 answers

Replace preinstalled Win10 with Ubuntu without activating licence

I'm buying a new PC, and would like to change Windows with Ubuntu, planning to later get a refund of the licence key (€60 or so). I'm new to this UEFI issue, and wondering how I'll be able to disable it without going through Windows (thus activating…
ed0
  • 348
1
2 3 4 5 6