From owner-freebsd-bugs@FreeBSD.ORG Sat Nov 24 20:20:00 2012 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3C30283 for ; Sat, 24 Nov 2012 20:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7D6758FC12 for ; Sat, 24 Nov 2012 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qAOKK02c064809 for ; Sat, 24 Nov 2012 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAOKK0Qa064808; Sat, 24 Nov 2012 20:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 24 Nov 2012 20:20:00 GMT Resent-Message-Id: <201211242020.qAOKK0Qa064808@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Demelier Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6AC5181 for ; Sat, 24 Nov 2012 20:14:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AD77D8FC0C for ; Sat, 24 Nov 2012 20:14:58 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qAOKEwE2016883 for ; Sat, 24 Nov 2012 20:14:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qAOKEwMg016882; Sat, 24 Nov 2012 20:14:58 GMT (envelope-from nobody) Message-Id: <201211242014.qAOKEwMg016882@red.freebsd.org> Date: Sat, 24 Nov 2012 20:14:58 GMT From: David Demelier To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: kern/173896: Kernel does not boot if splash loaded and hint.sc.0.vesa_mode set X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2012 20:20:00 -0000 >Number: 173896 >Category: kern >Synopsis: Kernel does not boot if splash loaded and hint.sc.0.vesa_mode set >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 24 20:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: David Demelier >Release: 9.1-PRERELEASE >Organization: >Environment: FreeBSD Melon.malikania.fr 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #5: Sat Nov 24 20:51:36 CET 2012 root@Melon.malikania.fr:/usr/obj/usr/src/sys/Melon amd64 >Description: The kernel will not boot if you use a splash screen with, say, 1024x768 resolution and a hint for syscons to start as soon as possible to a higher size. For me I set the syscons hint to 0x1f0 (1366x768) If /boot/device.hints syscons flags are kept to default, kernel will boot, perhaps screen resolution conflict? >How-To-Repeat: Use a BMP splash to 1024*768 256 colors. # /boot/loader.conf : splash_bmp_load="YES" bitmap_load="YES" bitmap_name="/boot/splash.bmp" # /boot/device.hints hint.sc.0.flags="0x180" hint.sc.0.vesa_mode="0x1f0" => Won't boot >Fix: Don't know, this is a very complicated issue to fix I guess and user should probably use allscreen_flags in rc.conf instead. >Release-Note: >Audit-Trail: >Unformatted: