| blursj  
 
 
 
 
 Group: Members
 Posts: 1
 Joined: Dec. 2004
 | 
|  | Posted: Dec. 20 2004,15:45 |  |  Which linux box on your USB HDD?
 I use debian, kernel is 2.4.27-1-686, and you need to regenerate a new initrd  for your USB HDD.
 
 First add some module in this file: /etc/mkinitrd/modules
 vesafb
 ide-core
 usbcore
 ehci-hcd
 ohci-hcd
 usb-storage
 scsi_mod
 sd_mod
 ext3 --- (which fs does you use on your root?)
 
 then,USE command below:
 mkinitrd -o /boot/initrd.img-2.4.27-1-686-usb /lib/modules/2.4.27-1-686
 then changed the initrd image in your grub file
 
 I could boot linux-2.4.27 on this way, but failed on 2.6.8, error is about pivot_root ... does anyguy solve it on 2.6.8? thx a lot...
 |