Gentoo Archives: gentoo-user

From: Uwe Thiem <uwix@××××.na>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] splash screen on bootup
Date: Sat, 04 Mar 2006 14:18:01
Message-Id: 200603041611.16198.uwix@iway.na
In Reply to: [gentoo-user] splash screen on bootup by "c.s.prakash"
1 On 04 March 2006 15:25, c.s.prakash wrote:
2 > i had installed gentoo without splash screen on boot up (ie., bootsplash)
3 > how can i configure now
4
5 Don't use bootsplash; that's obsolete. Instead, use just "splash".
6
7 Emerge splash and whatever theme you want.
8
9 Emerge, if you haven't done so, genkernel. Use genkernel to create an initrd
10 (actually, initramfs) for you even if you haven't used genernel for compiling
11 the kernel:
12
13 genkernel --gensplash=your_theme --gensplash-res=1024x768 initrd
14
15 Replace "your_theme" and "1024x768" with your preferred settings. Add
16 "--menuconfig" to the option if you want to look up your kernel configuration
17 again, but if you change it you must also compile a new kernel. Inside the
18 kernel, you need support for the framebuffer and for splash.
19
20 Assuming you are using grub as a boot loader, you need an entry in grub.conf
21 like this:
22
23 title= NOS - The Namibian Office Solution by SysEx (Pty) Ltd.
24 root (hd0,1)
25 kernel /boot/kernel-genkernel-x86-2.6.12-gentoo-r6 root=/dev/ram0
26 init=/linuxrc ramdisk=8192 real_root=/dev/hda2 quiet udev CONSOLE=/dev/tty1
27 video=vesafb:ywrap,1024x768-16@85 splash=silent,theme:sysex
28 initrd /boot/initramfs-genkernel-x86-2.6.12-gentoo-r6
29
30 Obviously, you have to adjust devices, kernel version, initrd version, theme
31 and resolution to your liking.
32
33 Voila!
34
35 Uwe
36
37 --
38 Why do consumers keep buying products they will live to curse?
39 --
40 gentoo-user@g.o mailing list