Hello, Developers.
I
installed Debian 12 BooksWorm on KunPeng(鲲鹏) / Phytium(飞腾)'s computer.
These PCs are based on the ARM64 UEFI platform. After restarting, UEFI
can't find Debian's
EFI boot file, and GRUB can't boot. These UEFI firmware are made by
Kunlun Tech(昆仑太科) or Byo software(百敖软件). After Debian
operating system is installed, I found that bootaa64.efi and grubaa.efi
are missing from the folder EFI/boot in the EFI partition of the hard
disk. If you try to
repair the boot, you need to copy shimaa64.efi and grubaa.efi in
EFI/debian
to EFI/boot. Rename EFI/boot/shimaa64.efi to EFI/boot/bootaa64.efi.# cp
EFI/debian/shimaa64.efi EFI/boot/bootaa64.efi# cp EFI/debian/grubaa64.efi
EFI/boot/grubaa64.efi