git: Add work-around for bug #3167

Michael Neumann mneumann at crater.dragonflybsd.org
Wed Jan 9 13:13:47 PST 2019


commit c2a57f42609ac17ec656d5600c7f70f38fc8ba62
Author: Michael Neumann <mneumann at ntecs.de>
Date:   Wed Jan 9 21:41:47 2019 +0100

    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

Summary of changes:
 sys/boot/common/loader.8           |  4 ++++
 sys/platform/pc64/x86_64/machdep.c | 20 ++++++++++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c2a57f42609ac17ec656d5600c7f70f38fc8ba62


-- 
DragonFly BSD source repository



More information about the Commits mailing list