Looking at this issue in another context, I found out how to fix an issue I had in Arch Linux so far.
What is happening
When kexec is starting the Arch Linux kernel and initramfs, the screen is not showing anything. I found out that the system is booting normally, if I just blindly type in my luks passphrase.
How it should look
You should be able to see early messages of the initramfs, instead you only the kernel messages after assuming what is happening.
How to fix
Adding i915 module to the initramfs fixes this issue.
Looking at this issue in another context, I found out how to fix an issue I had in Arch Linux so far.
What is happening
When kexec is starting the Arch Linux kernel and initramfs, the screen is not showing anything. I found out that the system is booting normally, if I just blindly type in my luks passphrase.
How it should look
You should be able to see early messages of the initramfs, instead you only the kernel messages after assuming what is happening.
How to fix
Adding i915 module to the initramfs fixes this issue.