Arrrrr!!! I have finally managed how to get it working!
mkinitcpio -k 2.6.17-rc5-ARCH worked! Before I was trying 2.6.17-rc5. :-(

The problem was that when upgrading kernel I rebuilt initcpio BEFORE
reboot with this command:
  mkinitcpio -g /mnt/initrd26.img
This caused initcpio to be generated for CURRENT (2.6.16) kernel!
(Autogenerated initcpio was for 2.6.17-rc5-ARCH because .install
script explicitly calls mkinitcpio with correct -k kernel version). If
I would reboot before making changes to mkinitcpio.conf and rebuilding
it - everything would be fine. Maybe addition to Wiki should warn
users about this issue.

When I removed 2>/dev/null from /lib/initcpio/functions I saw that
mkinitcpio simply cannot find modules! Is there a way to output these
messages for user?

Sorry... and thanks for your patience! :-)

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to