![]() |
Now serving 103 guides. |
|
FreeBSD Splash Screen General Information FreeBSD allows for the configuration of a splash screen to replace the text displayed while booting. Often an image is preferred over plain text. Adding a splash screen will not eliminate the text that would have been displayed while booting. This text is always available by running dmesg.Requirements
Configuration This guide will demonstrate the configuration changes that must be made to loader that are required for a splash screen. These changes can be made in the /etc/loader.conf or in a /etc/loader.conf.local file. This guide will use /etc/loader.conf.local for all examples.Using a Bitmap Image Create/boot/loader.conf.local and add a line to it that will load the vesa kernel module. This can be done as root in one command:
/boot/kernel/splash.bmp is the image that will be loaded. Copy the image to /boot/kernel/splash.bmp or this setting can be changed by specifying the path to the bitmap file using bitmap_name.
Using a ZSOFT PCX Image Create/boot/loader.conf.local and add a line to it that will loader the vesa kernel module. This can be done as root in one command:
/boot/kernel/splash.bmp is the image that will be loaded. To use a PCX file the bitmap_name setting needs to be changed:
Troubleshooting If the splash screen does not load, an error message will be available in/var/log/messages. Below is and example of two of such error messages.Example 1
Example 2
Author: Jared Barneck Find this guide useful?
Support the author: 1 Comment Posted by mato on April 25, 2008 at 4:28:25 pm EEST
Should you like to use more than one splash image, you may find the following port useful -- http://www.freshports.org/sysutils/bsd-splash-changer/ -- It will randomly choose from as many boot splash images as you provide it with.
|
Copyright 2003 - 2008 BSD Guides. All rights reserved. |
About | Terms of Use | Privacy | Contact |

