dl8dtl
Developer
- Thread Starter
- #26
Yes, I git pulled the most recent version before.
Btw., can you commit a "chmod +x" for the script? Git always complains about a local conflict otherwise.
(Same output on both boards.)
With -g, it seems to do the job:
Btw.², these boards use a first-stage bootloader that can be interacted with on the (serial) console ("Das U-Boot"). It might make sense to preserve the old loader image under another name, like
Btw., can you commit a "chmod +x" for the script? Git always complains about a local conflict otherwise.
# efibootmgr -v
BootCurrent: 0000
(Same output on both boards.)
With -g, it seems to do the job:
# ./loaders-update show-me -g
loaders-update v1.4.0
Scaning only EFI loaders, excluding BIOS loaders.
One or more efi partition(s) have been found.
Examining diskid/DISK-Z0HA32PEK2L2p1...
Efi partition diskid/DISK-Z0HA32PEK2L2p1 is already mounted in /boot/efi.
EFI loader /boot/efi/EFI/BOOT/bootaa64.efi is up-to-date.
-------------------------------
Your current boot method is UEFI.
Boot device:
One or more target partition(s) have been found...
All loaders are up-to-date.
-------------------------------
Btw.², these boards use a first-stage bootloader that can be interacted with on the (serial) console ("Das U-Boot"). It might make sense to preserve the old loader image under another name, like
/boot/efi/EFI/BOOT/bootaa64.old. I'm afraid it needs to fit the old FAT 8+3 naming convention.