On 26/04/2023 05:02, Valentin Caracalla wrote:
user@host:~$ ls -dl $(find /mnt/boot/efi)
find /mnt/boot/efi -print0 | xargs -0 ls -dl --
should be more resistant to peculiar file names, but it does not matter
in this case.
...
-rwxr-xr-x 1 root root 126 Apr 25 13:59 /mnt/boot/efi/EFI/debian/grub.cfg
-rwxr-xr-x 1 root root 4150720 Apr 25 13:59 /mnt/boot/efi/EFI/debian/grubx64.efi
...
Unless firmware is buggy and it requires EFI/BOOT/BOOTX64.EFI removable
layout, it should be enough (of course with other files that I removed
from the quote).
user@host:~$ efibootmgr -v
EFI variables are not supported on this system.
Either you run it from qemu booted in BIOS mode or you did not mount to
chroot (I have never tried to manage EFI variables from chroot)
efivarfs on /sys/firmware/efi/efivars type efivarfs
(rw,nosuid,nodev,noexec,relatime)
Likely it is the reason why installer was not able to create a BootXXXX
entry and to adjust BootOrder.