git: DragonFly_RELEASE_5_4 Add work-around for bug #3167

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Jan 27 02:41:25 PST 2019


commit 89343b2b30e34df64ed00196a4496ebb1f4c02aa
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/89343b2b30e34df64ed00196a4496ebb1f4c02aa


-- 
DragonFly BSD source repository



More information about the Commits mailing list