On 23/12/2010 3:44 PM, Michal Jaegermann wrote: > On Thu, Dec 23, 2010 at 09:49:24AM +1100, Steven Haigh wrote: >> >> I modified the above a little to suit: >> >> # /sbin/new-kernel-pkg --package kernel --mkinitrd --dracut --depmod >> --update 2.6.35.9-64.fc14.i686 >> W: Cannot load dracut module "plymouth", dependencies failed. >> # > > $ file /sbin/new-kernel-pkg > /sbin/new-kernel-pkg: Bourne-Again shell script text executable > > So you can run 'sh -x /sbin/new-kernel-pkg --package kernel ....', > redirect both stdout and stderr to a file and later try to see what > really prints these "dependencies failed" and why. It is really > hard to guess what is the issue in your case. > > Michal Thanks Michal, I didn't even think of doing that! The relevant part of it seems to be as follows: + mkinitrd + '[' -n --dracut ']' + tool='/sbin/dracut -f /boot/initramfs-2.6.35.9-64.fc14.i686.img 2.6.35.9-64.fc14.i686' + '[' -n '' ']' + /sbin/dracut -f /boot/initramfs-2.6.35.9-64.fc14.i686.img 2.6.35.9-64.fc14.i686 W: Cannot load dracut module "plymouth", dependencies failed. + rc=0 + '[' 0 '!=' 0 ']' + '[' '!' -x /sbin/grubby ']' + '[' -n /boot/grub/grub.conf ']' + '[' -f /boot/grub/grub.conf ']' So, running dracut manually with the -v (verbose option) shows: # /sbin/dracut -v -f /boot/initramfs-2.6.35.9-64.fc14.i686.img 2.6.35.9-64.fc14.i686 | more W: Cannot load dracut module "plymouth", dependencies failed. I: Installing /lib/i686/nosegneg/libc-2.12.90.so I: Installing /lib/ld-2.12.90.so I: Installing /bin/dash ... cut ... Not much more to go on for what it's actually looking for :\ -- Steven Haigh Email: netwiz@xxxxxxxxx Web: http://www.crc.id.au Phone: (03) 9001 6090 - 0412 935 897 Fax: (03) 8338 0299 -- test mailing list test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test