Gentoo Archives: gentoo-user

From: Matthias Krebs <matthias.krebs@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gensplash oddity
Date: Mon, 22 Aug 2005 20:17:06
Message-Id: 92e835f90508221308226163e6@mail.gmail.com
In Reply to: [gentoo-user] gensplash oddity by John Dangler
1 On 8/22/05, John Dangler <jdangler@××××××××.net> wrote:
2 > Ok - I went back through the wiki article on using gensplash with genkernel.
3 > I used - genkernel --menuconfig --gensplash=livecd-2005.1 all
4 > (I usually --udev on the end, but every time I get told that -udev is
5 > deprecated since it is the default behavior)
6 > At the end of the process, I checked /var/log/genkernel.log . The last
7 > lines there look like this -
8 > >> Installing gensplash [ using the livecd-2005.1 theme ].
9 > Merging
10 > initramfs-base-layout.cpio.gz
11 > initramfs-aux.cpio.gz
12 > initramfs-busybox-1.00-rt-mdstart.plasmaroo.cpio.gz
13 > initramfs-insmod-0.9.15-pre4.cpio.gz
14 > initramfs-udev-054.cpio.gz
15 > initramfs-modules-2.6.12-gentoo-r9.cpio.gz
16 > initramfs-splash-2.6.12-gentoo-r9.cpio.gz
17 > Gentoo Linux Genkernel: Version 3.3.5
18 > Running with options ; genkernel --menuconfig --gensplash=livecd-2005.1 all
19 >
20 > ERROR: Could not copy the initramfs to /boot
21 >
22 > (yes, /boot is mounted)
23 >
24 > Then, I look at the long list in /boot . (ls -l)
25 >
26 > I compiled this today 8/21/05) at around 9pm (2100)
27 >
28 > 1603780 Aug 21 21:07 kernel-genkernel-x86-2.6.12-gentoo-r9
29 > 10928128 Aug 21 21:20 initramfs-genkernel-x86-2.6.12-gentoo-r9
30 >
31 > I set up an additional grub entry for the splash options on the kernel line,
32 > and rebooted to see what the effect was.
33 > After the initial information at bootup, all I got was a black screen [This
34 > is on a Dell Inspiron 8600 laptop. I may have the wrong settings
35 > (1024x768-32@72), so if anyone knows how to correctly identify this I'd
36 > appreciate it]. I had to power off and on again to get video returned.
37 > I then tried the default r9 kernel boot without the splash - KERNEL PANIC .
38 > vfs out of sync.
39 >
40 > I rebooted into the old (r6 kernel), and re-ran 'genkernel --menuconfig
41 > --udev all' (no splash) to rebuild the r9 kernel, rebooted to the r9 kernel,
42 > and all is well.
43 >
44 > Anyone offering any assistance with this, please do. I've gotten everything
45 > in the base system running well except this issue, and I'm about to throw in
46 > the towel on splash.
47 >
48 > John D
49 >
50 Hi,
51
52 you can identify the modes your graphic board supports by doing "cat
53 /proc/fb0/modes" (the frambuffer module has to be loaded for this to
54 work). The 2005.1 Theme needs a mode higher than 8bpp to work. For me
55 this setting works: video=vesafb:mtrr,ywrap,pmipal,1280x1024-16@60
56 splash=silent,fadein,theme:livecd-2005.1
57
58 HTH,
59
60 Matze
61
62 --
63 gentoo-user@g.o mailing list