Bug 111069 - Fedora won't install onto USB harddrive
Summary: Fedora won't install onto USB harddrive
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-11-26 22:42 UTC by Mark Fassler
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2003-11-28 02:48:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mark Fassler 2003-11-26 22:42:56 UTC
Description of problem:
----------------------
I have a Toshiba laptop with an external USB harddrive.  I wanted to
install Linux onto the external USB harddrive leaving the internal
harddrive untouched.  All of the hardware is correctly recognized with
a working Fedora install.  


Version-Release:
---------------
Fedora Core 1


How reproducible:
----------------
Run the Fedora install.  When you get to Manually partitioning with
Disk Druid, the installer won't detect /dev/sda* (the USB harddrive).


Workaround:
----------
Boot the installer into --text --expert mode.  As soon as the second
console becomes available, switch to it (ctrl-alt-f2).  Then do a "cp
-a /dev/sda /tmp/"

Continue with the install like normal.   

Now, once installed, the system won't actually boot, because the
initrd doesn't know how to talk to the USB harddrive.  So you have to
make an initrd with the USB drivers:

  mkinitrd --with=ehci-hcd --with=scsi_mod --with=sd_mod
--with=usbcore --with=usb-storage --with=usb-uhci
/boot/initrd-2.4.22-1.2115.nptl.img 2.4.22-1.2115.nptl

Comment 1 Jeremy Katz 2003-11-28 02:48:40 UTC
Installation to USB devices is not supported.


Note You need to log in before you can comment on or make changes to this bug.