On Thu, 2004-02-05 at 17:30, Lon Hohberger wrote: > On Thu, 2004-02-05 at 16:44 +0100, Emiliano Brunetti wrote: > > > Of course it didn't work. :( > > > > I need to make that usb accessibile device bootable: it's a box that > > holds my laptop hdd. > > > > Any hint? > > You might find that it's easier to do with your boot kernel/initrd on > local disks. That is, store your boot kernels and initrd on local > storage, but change root to /dev/sd?? in each machine's grub.conf. > You'll need to add a bunch of modules to /etc/modules.conf and rebuild > your ramdisk to make sure usb-storage is and sd_mod are loaded *before* > the ramdisk exits (and init starts). Maybe i wasn't too clear. Sorry. I only need to make that disk bootable with grub. To do this, i can access r/w to the disk by usb. Done that, the disk is going to get back inside my laptop, finally bootable. Right now the bootloader is no longer on the disk, and so i cannot boot really anything. I can't use floppies nor cd to reinstall. Is there a way to do this? E.