Starting from Linux Kernel 5.0, it is now possible to enable FrameBuffer. This can be configured in grub with
More here -
As we are "stuck" inside Microsofts bootarm.efi -> ContextSwitcher -> grub.
set grub_mm_debug=1
insmod efi_gop
insmod efi_uga
earlycon=efifb,memThe information bellow is outdated. Visit for information on how to compile & boot a working linux kernel.
