From owner-freebsd-questions@FreeBSD.ORG Tue Oct 18 20:51:55 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 A03ED16A41F for ; Tue, 18 Oct 2005 20:51:55 +0000 (GMT) (envelope-from dr2867@pacbell.net) Received: from web81910.mail.mud.yahoo.com (web81910.mail.mud.yahoo.com [68.142.207.189]) by mx1.FreeBSD.org (Postfix) with SMTP id 28BE943D45 for ; Tue, 18 Oct 2005 20:51:55 +0000 (GMT) (envelope-from dr2867@pacbell.net) Received: (qmail 71037 invoked by uid 60001); 18 Oct 2005 20:51:54 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=pacbell.net; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ZD7hvjh7MgxFp4KyM1JzMXRv5KYXRft24begeKriy9FuWf5FdKWn4QHpaGe019zVrhm3KWXaqARgqNoadE80MGLlEKeOK+MCmF9tyOdIj+YZdQBFY+5XKx7wdN4W4GtgR02c+K2AaDYr1fVwUegDBcCwEJ3TGkBGfegNlS1UZns= ; Message-ID: <20051018205154.71035.qmail@web81910.mail.mud.yahoo.com> Received: from [144.160.130.16] by web81910.mail.mud.yahoo.com via HTTP; Tue, 18 Oct 2005 13:51:54 PDT Date: Tue, 18 Oct 2005 13:51:54 -0700 (PDT) From: Daniel Rudy To: David Kirchner In-Reply-To: <35c231bf0510181051s38363706i48cd9570481090b9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: 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 20:51:55 -0000 > --- David Kirchner wrote: > On 10/18/05, Daniel Rudy wrote: > > > > 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 > > I believe error 2 in this context means "No such > file or directory". > Maybe it's expecting the bmp to be somewhere else? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > That's interesting because I have specified the absolute path of the bitmap file in /boot/loader.conf.