well, i searched this forum to & fro but i didn't find anything really helpful (at least, not resolutive )...
after an intense fight i managed to install linux on an USB HDD: the distro is mandriva 2006 and lilo the bootloader.
After the successful installation it booted, but "obviously" in few seconds it raised the kernel panic error
(as far as i understood, due to USB slowy connection that goes out of sync)
in this forum found what i needed... but some steps are unclear to me (obviously noob :P ): i tried to follow this sort of how to :
Quote:
|
Originally Posted by Izkhandar
That is indeed true. When installing Fedora, enter
expert mode, that will load (amongst other things)
the usb modules that will allow to detect your usb
disk, then install as "usual".
Later, once installation is "done", you will have to
boot the computer with the install CD (or rescue CD
if you have it) in expert rescue mode (that is, you
will give 'expert' and 'rescue' as parameters to the
boot loader). Mount your usb drive and navigate to
your /boot directory/partition. You will have to make
a new initrd file, one including the usb modules. To
do that, run the following:
mkinitrd --with-usb --preload=ehci-hcd --preload=usb-storage --preload=scsi_mod --preload=sd_mod ./usbinitrd-X.X.XX-X.XXXX_LLL X.X.XX-X.XXXX_LLL
where X.X.XX.-X.XXXX_LLL is your kernel's version
(for example 2.6.11-1.1369_FC4). If you don't know
what is your kernel version run:
uname -r
(Both command lines could be combined as follows:
mkinitrd --with-usb --preload=ehci-hcd --preload=usb-storage --preload=scsi_mod --preload=sd_mod ./usbinitrd-`uname -r` `uname -r`
)
I've run Fedora in a makeshift portable usb Hardrive
I assembled a little while ago, with no complications,
just plug the usb cord into a free computer and go :-).
As far as I know, this should work no matter if your
usb drive is an usb hardrive or an usb stick, etc.
In the case of a hardrive, depending on the bios of
the "host" computer you may need to have grub/lilo/??
on a usb stick or in a boot diskette. Thus it will be a
good idea if you made a "boot diskette".
I hope this helps,
Izkhandar
|
but, maybe due to my handicap, maybe due to the different distro, i didn't manage to succeed
is there anyone who has a lot of patience and will to help me ?
thank you in advance,
Matt