Add work-around for bug #3167
commitc2a57f42609ac17ec656d5600c7f70f38fc8ba62
authorMichael Neumann <mneumann@ntecs.de>
Wed, 9 Jan 2019 20:41:47 +0000 (9 21:41 +0100)
committerMichael Neumann <mneumann@ntecs.de>
Wed, 9 Jan 2019 21:05:54 +0000 (9 22:05 +0100)
treeac828ed9f58d4626513607ff51f41db6ebf7c332
parentff4021a02a464934a5e9a49cfdf13ef9eef3f6b5
Add work-around for bug #3167

"UEFI boot hangs right after initializing UEFI framebuffer."
It actually boots but the system console is not shown.

I had this issue on a TUXEDO InfinityBook Pro 14v4.
This commits allows me to boot by setting loader tunable
machdep.hack_efifb_probe_early=1.

This commit is not intended to be there forever.
It's there for people who experience the same issue and want
a quick and easy way to test if this fixes their booting issue.

Discussed-with: dillon
sys/boot/common/loader.8
sys/platform/pc64/x86_64/machdep.c