Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to delete an unwanted entry in efibootmgr?

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
spandex
Posts: 2
Joined: 2017-06-23 05:14

How to delete an unwanted entry in efibootmgr?

#1 Post by spandex »

Hi, I was experimenting with my ACER BIOS UEFI screen in my brand new Acer F15 laptop that comes with Windows 10 Home preinstalled. I somehow accidentally added an entry to which I cannot remove. Typing efibootmgr in my fresh Debian install, gives me the following output:

$ efibootmgr
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0002,2001,0001,2002,2003
Boot0000* ManjaLinux
Boot0001* Debian
Boot0002* rEFInd Boot Manager
Boot2001* EFI USB Device
Boot2002* EFI DVD/CDROM

It is Boot0000* ManjaLinux that I want to be rid off. Can anyone show me how I can do it in Debian?

Many thanks in advance.

spandex
Posts: 2
Joined: 2017-06-23 05:14

Re: How to delete an unwanted entry in efibootmgr?

#2 Post by spandex »

Never mind.

Silly me, found the answer. It's pretty straightforward really.

Code: Select all

efibootmgr -Bb 0000

Post Reply