ehci_hcd
scsi_mod
sd_mod
Ces 3 modules existent bien (il son chargés chez moi).
Par contre j'ai rien en usb*
Si j'ai bien compris, il s'agit de modifier un fichier de configuration (équivalent fc6 de /etc/mkinitramfs/modules) pour ajouter ces modules, puis de regénérer un /initrd-2.6.18-1.2798.fc6-usb.img à partir de ce fichier et de /lib/modules/2.6.18-1.2798.fc6
Reste à trouver ce fichier de configuration sur fc6.
EDIT : avec la commande "mkinitrd", ça à l'air faisable.
EDIT 2 : qelque chose comme ça :
mkinitrd -v --with=ehci_hcd --with=scsi_mod --with=sd_mod /initrd-2.6.18-1.2798.fc6-usb.img 2.6.18-1.2798.fc6
Il te reste a placer le nouveau initrd dans le grub.conf à la place de l'autre.
EDIT 3 :
comme ça :
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# Notice: You have a/boot partition. This means that all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,0)
# kernel /vmlinuz-version ro root=/dev/sda3
# initrd /initrd-version.img
#boot=/dev/sda1
default=1
timeout=5
splashimage=(hd1,0)=/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.18-1.2798.FC6)
rootnoverify (hd1,0)
kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.18-1.2798.fc6-usb.img
title Windows XP
rootnoverify (hd0,1)
chainloader +1