efibootmgr on linux doesn't work

Moderator: Andrey.Mazlin

Post Reply
Yann Diorcet
Posts: 2
Joined: Mon Jun 24, 2024 1:36 pm

efibootmgr on linux doesn't work

Post by Yann Diorcet »

On linux, if I try to change the efi boot order with the command efibootmgr, it doesn't taken in account:

Code: Select all

root@me-x86-64-0001c036581f:~# efibootmgr
BootCurrent: 0000
Timeout: 2 seconds
BootOrder: 0000,0001
Boot0000* system0
Boot0001* system1
root@me-x86-64-0001c036581f:~# efibootmgr -o 1,0
BootCurrent: 0000
Timeout: 2 seconds
BootOrder: 0001,0000
Boot0000* system0
Boot0001* system1
root@me-x86-64-0001c036581f:~# efibootmgr
BootCurrent: 0000
Timeout: 2 seconds
BootOrder: 0001,0000
Boot0000* system0
Boot0001* system1
root@me-x86-64-0001c036581f:~# sync
root@me-x86-64-0001c036581f:~# reboot



After reboot

Code: Select all

root@me-x86-64-0001c036581f:~# efibootmgr
BootCurrent: 0000
Timeout: 2 seconds
BootOrder: 0000,0001
Boot0000* system0
Boot0001* system1
Here the bios information

Code: Select all

Handle 0x0000, DMI type 0, 26 bytes
BIOS Information
        Vendor: Compulab
        Version: FLT3.BN.00.09
        Release Date: 06/08/2024
        Address: 0xF0000
        Runtime Size: 64 kB
        ROM Size: 0 MB
        Characteristics:
                PCI is supported
                BIOS is upgradeable
                BIOS shadowing is allowed
                Boot from CD is supported
                Selectable boot is supported
                BIOS ROM is socketed
                EDD is supported
                ACPI is supported
                BIOS boot specification is supported
                Targeted content distribution is supported
                UEFI is supported
        BIOS Revision: 5.19

Post Reply

Return to “fitlet3 software”