From owner-freebsd-questions@FreeBSD.ORG Tue Oct 18 17:40:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0503A16A41F for ; Tue, 18 Oct 2005 17:40:26 +0000 (GMT) (envelope-from dr2867@pacbell.net) Received: from smtp105.sbc.mail.mud.yahoo.com (smtp105.sbc.mail.mud.yahoo.com [68.142.198.204]) by mx1.FreeBSD.org (Postfix) with SMTP id 5BC6343D55 for ; Tue, 18 Oct 2005 17:40:25 +0000 (GMT) (envelope-from dr2867@pacbell.net) Received: (qmail 26206 invoked from network); 18 Oct 2005 17:14:01 -0000 Received: from unknown (HELO ?192.168.0.190?) (dr2867.business@pacbell.net@68.126.216.127 with plain) by smtp105.sbc.mail.mud.yahoo.com with SMTP; 18 Oct 2005 17:14:01 -0000 Message-ID: <43552D5E.2000605@pacbell.net> Date: Tue, 18 Oct 2005 10:14:06 -0700 From: Daniel Rudy User-Agent: Mozilla/5.0 (X11R6; UNIX; FreeBSD/i386 5.4-RELEASE-p7; en-US; ja-JP; rv:1.7.12) Gecko/20050915 MultiZilla/1.6.2.0c Mnenhy/0.7.2.0 X-Accept-Language: en-us, en, ja MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Spash screen will not come up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 17:40:26 -0000 Hello, I'm running FreeBSD 5.4-RELEASE. The problem that I have is that the splash screen will not come up. I have made sure that the bmp is 256 colors. I have tried uncompressed and RLE compressed bmps. The RLE compressed versions worked in 4.x. I have also added the approperiate lines to /boot/loader.conf. It seems that ever since I upgraded to 5.x, I have not been able to get a splash screen. Upon further examination, I see this in the dmsg when the system boots: module_register_init: MOD_LOAD (splash_bmp, 0xc06e4810, 0) error 2 Any ideas as to why I am getting this error? /boot/loader.conf: strata:/home/dr2867 1026 $$$ ->more /boot/loader.conf # Verbose output from loader # verbose_loading="YES" # Set to YES for verbose loader output # Show Splash Graphic splash_bmp_load="YES" # Set this to YES for bmp splash screen! bmp_load="YES" # Load bitmap bitmap_name="/boot/splash.bmp" # Set this to the name of the bmp or pcx file # Boot Menus and Delay autoboot_delay="5" # Delay in seconds before autobooting beastie_disable="NO" # Turn the beastie boot menu on and off # Panic crashdumps go here dumpdev="ad0s1b" # Set swap device for crash dumps -- Daniel Rudy