Gentoo Archives: gentoo-user

From: Uwe Thiem <uwix@××××.na>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] fbsplash starting after local and not during boot
Date: Fri, 17 Feb 2006 07:35:12
Message-Id: 200602170920.02858.uwix@iway.na
In Reply to: [gentoo-user] fbsplash starting after local and not during boot by Marco Calviani
1 On 16 February 2006 21:50, Marco Calviani wrote:
2 > Hi list,
3 > i've followed this how http://gentoo-wiki.com/HOWTO_fbsplash to have
4 > a framebuffer splash under gentoo. I've added "splash" to the boot
5 > runlevel; however the framebuffer images start only in the default
6 > runlevel.
7 >
8 > # rc-status boot
9 > ..
10 > ..
11 > splash
12 > ..
13 > ..
14 >
15 >
16 > This is the GRUB entries:
17 >
18 > title=Gentoo Linux 2.6.14-gentoo-r5-fb
19 > root (hd0,0)
20 > kernel /boot/kernel-2.6.14-gentoo-r5-fb root=/dev/hda3
21 > video=vesafb:ywrap,mtrr,1024x768-32@60
22 > splash=silent,fadein,theme:emergence quiet CONSOLE=/dev/tty1
23 > initrd=/fbsplash-2.6.14-emergence-1024x768
24
25 Change the "kernel line" to:
26
27 kernel /boot/kernel-2.6.14-gentoo-r5-fb root=/dev/ram0 init=linuxrc
28 ramdisk=8192 real_root=/dev/hda3 quiet video=vesafb:ywrap,mtrr,1024x768-32@60
29 splash=silent,fadein,theme:emergence quiet CONSOLE=/dev/tty1
30
31 That should do it.
32
33 Precaution: Create a *new* grub entry for testing first. ;-)
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

Replies

Subject Author
Re: [gentoo-user] fbsplash starting after local and not during boot Marco Calviani <marco.calviani@×××××.com>
[gentoo-user] Re: fbsplash starting after local and not during boot Simon Kellett <zoxed_c@×××××.de>