You are not logged in.

#1 2018-02-21 09:09:45

spwork
Member
Registered: 2018-02-21
Posts: 19

[SOLVED]how to delete one of the UEFI OPTIONS?

I was installed three os and remove one,how to delete one of the UEFI OPTINOS.

those options like that:
Boot mode is set to: UEFI with legacy

legacy options:
      NetWork
      Hard Drive
UEFI OPTIONS:
      arch
      Windows Boot Manager
      ubuntu (how to delete it)

Last edited by spwork (2018-02-21 17:19:21)

Offline

#2 2018-02-21 09:55:30

Omar007
Member
Registered: 2015-04-09
Posts: 368

Re: [SOLVED]how to delete one of the UEFI OPTIONS?

The easiest way (imo) is using efibootmgr.

1) Find out the boot number: `efibootmgr`
2) Look for the Ubuntu entry, e.g. "Boot0003  Ubuntu"
3) Use the boot number (the hexadecimal number of BootXXXX) to delete said entry: `efibootmgr -b 3 -B`
(note that this last step requires superuser permissions or you'll get a 'Permission denied' error)

Last edited by Omar007 (2018-02-21 09:57:58)

Offline

#3 2018-02-21 15:12:22

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED]how to delete one of the UEFI OPTIONS?

Please edit your thread title and remove the superfluous salutation: https://wiki.archlinux.org/index.php/Co … ow_to_post


Not an Installation issue, moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB