PDA

View Full Version : remove efi boot entry



nestek
March 16th, 2017, 12:18 AM
http://i.imgur.com/Mar7HoG.png


I'm trying to delete the Mac OS X efi boot entry off the list. Which number is the correct one from this image to use this command "sudo efibootmgr -b ? -B"?

nestek
March 16th, 2017, 12:27 AM
Never mind,I got inpatient and got it delete correctly.
sudo efibootmgr -b 80 -B

ubfan1
March 16th, 2017, 01:43 AM
The man pages are always a good source of such information:
man efibootmgr