mkinitrd --with=sd_mod --with=scsi_mod --with=uhci-hcd --with=ehci-hcd --with=usb-storage initrd-usb.img `uname -r`
 
cp /boot/initrd.img /root/initrd.img.gz
gunzip initrd.img.gz
mkdir initrd
mv initrd.img initrd
cd initrd
cpio -iv < initrd.img