The following is mainly for some NUC hosts, because the batocera boot causes the card screen and black screen to enter the system.
Download the refind installation package and extract it (download URL: https://sourceforge.net/projects/refind/)
EFI\BOOT will delete the bootx64.efi and grub.cfg in the original folder, and after decompressing, the contents of the reduce folder will be copied to EFI\BOOT and the original folder will be deleted.
Rename refind_x64.efi to bootx64.efi
Copy a separate copy of refind.conf-sample to refind.conf, and edit it to
Menuentry "batocera.linux" {
Volume "batocera.linux"
Loader \boot\linux
Initrd \boot\initrd.gz
Options "label=BATOCERA console=tty3 quiet loglevel=0 vt.global_cursor_default=0"
}
After saving, copy to EFI\BOOT and copy the copy to the grud folder in the boot of the system disk to delete the grub.cfg in the original folder.
There is also a grud folder that needs to be renamed to refind.
In this way, some NUC machines can solve the problem of booting black screen (which has been tested in Acte Angle PC). The tablet has not been tested, and theoretically it should be feasible.
Tutorial link: https://www.jianshu.com/p/a48ffa30d505