[Bug 230871] efibootmgr lacks necessary functionality

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Aug 26 19:05:37 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230871

--- Comment #11 from Mason Loring Bliss <mason at blisses.org> ---
I can open a new bug for this if desired, but I've just observed some odd
behaviour:

# efibootmgr
BootCurrent: 0003
Timeout : 0 seconds
BootOrder : 0001, 0002, 0003
Boot0003* UEFI: USB Flash Disk 5.00
Boot0002* ubuntu
Boot0001* ubuntu
# efibootmgr -v
BootCurrent: 0003
Timeout : 0 seconds
BootOrder : 0001, 0002, 0003
Boot0003* UEFI: USB Flash Disk 5.00
PciRoot(0x0)/Pci(0x1d,0x0)/USB(0x1,0x0)/USB(0x1,0x0)/HD(1,MBR,0x90909090,0x1,0x640)
                                   
VenHw(2d6447ef-3bc9-41a0-ac19-4d51d01b4ce6,550053004200200046006c0061007300680020004400690073006b00200035002e00300030000000)
Boot0002* ubuntu
HD(1,GPT,f1281cb5-3ae3-4988-aff1-5d504d404eb8,0x800,0x5f000)/File(EFI\Ubuntu\grubx64.efi)
^C

Which is to say, -v isn't returning on its own for some reason.

If I delete the two Ubuntu entries shows above, it starts to return on its own:

# efibootmgr -B 1
Removing boot variable 'Boot0001'
Removing 0x1 from BootOrder
BootCurrent: 0003
Timeout : 0 seconds
BootOrder : 0002, 0003
Boot0003* UEFI: USB Flash Disk 5.00
Boot0002* ubuntu
# efibootmgr -B 2
Removing boot variable 'Boot0002'
Removing 0x2 from BootOrder
BootCurrent: 0003
Timeout : 0 seconds
BootOrder : 0003
Boot0003* UEFI: USB Flash Disk 5.00
# efibootmgr -v
BootCurrent: 0003
Timeout : 0 seconds
BootOrder : 0003
Boot0003* UEFI: USB Flash Disk 5.00
PciRoot(0x0)/Pci(0x1d,0x0)/USB(0x1,0x0)/USB(0x1,0x0)/HD(1,MBR,0x90909090,0x1,0x640)
                                   
VenHw(2d6447ef-3bc9-41a0-ac19-4d51d01b4ce6,550053004200200046006c0061007300680020004400690073006b00200035002e00300030000000)
#

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list