On 11/10/09 15:15, Giovanni P. Tirloni wrote: > Here for kernel 2.6.31.1-56.fc1 I have the following grub.conf entry: > > title Fedora (2.6.31.1-56.fc12.i686.PAE) > root (hd0,0) > kernel /vmlinuz-2.6.31.1-56.fc12.i686.PAE ro > root=/dev/mapper/VolGroup-lv_root rhgb quiet > initrd /initramfs-2.6.31.1-56.fc12.i686.PAE.img > > That initramfs file contains a 10plymouth-pretrigger.sh file that seems > to create basic devices and start plymouthd --attach-to-session. > > Now for kernel 2.6.31-0.125.rc5.git2.fc2, grub.conf has this: > > title Fedora (2.6.31-0.125.4.2.rc5.git2.fc12.i686.PAE) > root (hd0,0) > kernel /vmlinuz-2.6.31-0.125.4.2.rc5.git2.fc12.i686.PAE ro > root=/dev/mapper/VolGroup-lv_root rhgb quiet > initrd /initrd-2.6.31-0.125.4.2.rc5.git2.fc12.i686.PAE.img > > The initrd file does have plymouth in it... > > # find . -name '*plymouth*' > ./bin/plymouthd > ./bin/plymouth > ./usr/share/plymouth > ./usr/share/plymouth/themes/text/text.plymouth > ./usr/share/plymouth/themes/default.plymouth > ./usr/share/plymouth/themes/details/details.plymouth > ./usr/lib/plymouth > > ... but it's started in a different way: > > # cat init > ... > daemonize --ignore-missing /bin/plymouthd > plymouth --show-splash > ... > > I cannot find this daemonize file anywhere in the initrd image for > 2.6.31-0.125.4.2.fc5.git2. It's also not installed in my system, which > if it was, wouldn't help either because it'd not be in the initrd image. > > daemonize-1.5.6-2.fc12.i686 : Run a command as a Unix daemon > > So my question is, how is grub.conf configured for you 2.6.31.1-56 > kernel ? Is it using the newer initramfs ? I have just few minutes ago updated rawhide and since it contained several plymouth packages I had hoped that the problem was fixed. Alas, it wasn't. My grub.conf although strictly build by anaconda and yum is totally different from yours: title Fedora (2.6.31.1-56.fc12.i686) root (hd0,0) kernel /vmlinuz-2.6.31.1-56.fc12.i686 ro root=/dev/mapper/vg_epotest-lv_root LANG=en_GB.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=dk quiet initrd /initramfs-2.6.31.1-56.fc12.i686.img I believe your system is quite different from mine, for example I can't "cat init" because it is a module. I think I'll have to file an issue with bugzilla. Thanks for your efforts, -- Cheers Erik. -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list