[Bug 230871] efibootmgr lacks necessary functionality

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Aug 26 19:08:46 UTC 2018


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

--- Comment #12 from Mason Loring Bliss <mason at blisses.org> ---
Confirmation, FWIW, that the -l dev:path syntax works, and that efibootmgr -v
returns with multiple entries it has created:

# efibootmgr -c -L freebsd0 -l ada0p1:/efi/freebsd/boot1.efi
BootCurrent: 0003
Timeout : 0 seconds
BootOrder : 0000, 0003
Boot0000  freebsd0
Boot0003* UEFI: USB Flash Disk 5.00
# efibootmgr -c -L freebsd1 -l ada1p1:/efi/freebsd/boot1.efi
BootCurrent: 0003
Timeout : 0 seconds
BootOrder : 0001, 0000, 0003
Boot0001  freebsd1
Boot0000  freebsd0
Boot0003* UEFI: USB Flash Disk 5.00
# efibootmgr -o 1,2,3
BootCurrent: 0003
Timeout : 0 seconds
BootOrder : 0001, 0002, 0003
Boot0001  freebsd1
Boot0000  freebsd0
Boot0003* UEFI: USB Flash Disk 5.00
# efibootmgr -v
BootCurrent: 0003
Timeout : 0 seconds
BootOrder : 0001, 0002, 0003
Boot0001  freebsd1
HD(1,GPT,832690d8-a961-11e8-a32f-6805ca0f3135,0x28,0x800)/File(\efi\freebsd\boot1.efi)
                       ada1p1:/efi/freebsd/boot1.efi (null)
Boot0000  freebsd0
HD(1,GPT,8315c685-a961-11e8-a32f-6805ca0f3135,0x28,0x800)/File(\efi\freebsd\boot1.efi)
                       ada0p1:/efi/freebsd/boot1.efi (null)
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