Code:
mount /dev/sda3 /mnt/source
mount /dev/sda1 /mnt/source/boot
chroot /mnt/source
Next, create the initrd, with the usb driver included:
Code:
mkinitrd --preload=ehci-hcd --preload=usb-storage --preload=scsi_mod --preload=sd_mod /boot/initrd.img 2.6.9-1.667smp
If you are running a different kernel version than 2.6.9-1.667, then put it there instead, and if you dont have dual processor/hyper-threading, then leave out the smp.
Now, you have to edit your grub.conf:
Code:
vi /boot/grub/grub.conf
put the new initrd file name "initrd.img" in place of whats there. save and exit.
# May help ?
Posté par Dragon . En réponse au message fedora nomade sur disque usb. Évalué à 1.
Code:
mount /dev/sda3 /mnt/source
mount /dev/sda1 /mnt/source/boot
chroot /mnt/source
Next, create the initrd, with the usb driver included:
Code:
mkinitrd --preload=ehci-hcd --preload=usb-storage --preload=scsi_mod --preload=sd_mod /boot/initrd.img 2.6.9-1.667smp
If you are running a different kernel version than 2.6.9-1.667, then put it there instead, and if you dont have dual processor/hyper-threading, then leave out the smp.
Now, you have to edit your grub.conf:
Code:
vi /boot/grub/grub.conf
put the new initrd file name "initrd.img" in place of whats there. save and exit.
I used this and IT WORKED!
intégralité : http://www.fedoraforum.org/forum/showthread.php?t=19896(...)
Les infos sont assez dispersé sur la toile.