Hi Meekdai
The file looks OK as far as I can tell. The boot logo is different from what was in your video.
You might want to consider cropping the logo to a smaller size so it works with other screen sizes. You can add
the -k switch to fbv to tell it to resize the image to fit the screen. If you don't care about aspect ratio, the -r
switch will make it fill the screen even if the aspect ratio does not match.
... I found that the picture is not displayed every time, and sometimes it is only a black screen.
Since you are booting from a USB device, add a waitusb boot code:
loglevel=3 cde vga=895 logo.nologo=1 console=/dev/null waitusb=5
and see if that helps.
... I try to solve the problem of image gets shifted first. Let me know if you have any ideas, thanks.
If you are booting using a VM, Hypervisor, or some other intermediary, see if booting on bare metal helps.