Results 1 to 6 of 6

Thread: HDD install on USB drive

  1. #1
    Junior Member
    Join Date
    Jul 2005
    Posts
    4

    HDD install on USB drive

    hello,

    currently the installer refuses to install on an USB HDD drive. it should be possible though - this is just a suggestion.

    regards
    a.

  2. #2
    Junior Member registered user
    Join Date
    Mar 2005
    Posts
    29
    Yes, it is possible. But a little bit tricky.

  3. #3
    Junior Member
    Join Date
    Jul 2005
    Posts
    4
    any info would be appreciated

    the installer refuses to install to /dev/uba1 (the USB drive is seen as such when booting from CD; Funny: one HDD installation I have sees it as /dev/sda1; another HDD installation see it as /dev/uba1)

    so the only option I see is to plunge into the install scripts...

    regards
    a.

  4. #4
    Junior Member registered user
    Join Date
    Mar 2005
    Posts
    29
    I have similar post in this thread, http://www.knoppix.net/forum/viewtopic.php?t=20539
    Quote Originally Posted by d00m3d
    Be warned, Knoppix is designed to be a LiveCD in principle. The use and installation to any media are at your own risks.

    I haven't tried the installation of Knoppix-4.0 DVD version, but installing Knoppix to a USB is indeed possible, but tricky.

    I have installed successfully Knoppix3.9 to a USB HDD, major steps are:

    1. Prepare a custom kernel without the ub support
    2. Install Knoppix into USB HDD, GRUB will fail at this point because of the nasty ub support
    3. Reboot an existing Linux system (or other LiveCD without ub), chroot into the Knoppix-partition in your USB HDD and install the custom kernel from (1).
    4. Make few changes to the mkinitrd.conf and modules in the /etc/mkinitrd directory
    5. Create a initrd for this kernel so that the kernel is capable to find the necessary modules during boot process.
    6. Install GRUB into the MBR of your USB HDD

    I know Knoppix-4.0 already get rid of the ub, so it may be more straightforward.

    If you are still interested in the steps as described above, I may write in more details.

    If you don't want to go thru these tedious steps, then the easiest way is to download and install the latest version of Kanotix (bleeding edge variant of Knoppix).
    I assume you can install Knoppix to the USB HDD and just having problems with the installer. As you are familiar with the mknod stuff, this may be easier for you. Follow the steps that are applicable to you.

    In step 1, you need to build a custom kernel without the ub. Make sure:

    CONFIG_BLK_DEV_UB=n (this entirely eliminate ub support in kernel)
    CONFIG_SCSI=m (default is y, but you need the presence of scsi_mod module to build initrd)
    CONFIG_BLK_DEV_SD=m (default is y, but you need the presence of sd_mod module to build initrd)

    In step 4,
    4.1 make the following changes to /etc/mkinitrd/mkinitrd.conf

    DELAY=5
    ...
    MKIMAGE = 'mkext2fs -f %s %s > /dev/null'
    ...

    This allows a 5 seconds delay because the init script in initrd have to recognize your USB device before init can mount it (as your root filesystem is resided in USB HDD). Otherwise, init will attempt to mount the root filesystem without recognizing it and lead to kernel panic.

    The -f flag is to force mkext2fs to build a initrd in ext2 filesystem instead of cramfs. This gives you an advantage that the resulting initrd image could be gzip uncompressed, mounted and allow you to make changes later, when necessary.

    4.2 add the followings to /etc/mkinitrd/modules

    usbcore
    scsi_mod
    sd_mod
    usb-storage
    uhci-hcd
    ehci-hcd
    ohci-hcd
    usbhid

    These are the necessary kernel modules for your initrd.

    In step 5, the mkinitrd script in Knoppix-3.9 does not work properly. To build the initrd, while you are still as root, you should:

    mkinitrd -k -o d00m3d.img your-kernel-version

    Without the -k flag, mkinitrd seems have created the initrd (d00m3d.img) but it is deleted automatically for unknown reasons! So, use the -k flag to keep the temporary working directory in /tmp.

    The d00m3d.img is actually a gzip compressed image and you should move it to /boot. To continue:

    cd /tmp/mkinitrd.xxx/initrd
    mv d00m3d.img /boot/initrd.img-xxxxxx

    In step 6, you may install GRUB to the MBR of your USB HDD manually. Assume you have the following HDD layout during Linux installation:

    /dev/sda is your USB HDD
    /dev/sda1 is your root partition /

    Your /dev/sda should be recognized as (hd1) by GRUB.

    Steps:

    1. Become root
    2. Run grub
    #grub
    Probing devices to guess BIOS drives. This may take a long time.

    3. In grub shell, run the following commands:
    >root (hd1,0)
    >setup (hd1)
    >quit

    Here, (hd1,0) correspond to your /dev/sda1 which is your / (more precisely, /boot, i.e. the place where your kernel image and initrd are located).
    (hd1) is the MBR of your /dev/sda (USB HDD)

    That's it. However, you need to edit your /boot/grub/menu.lst as well.

    If you setup your BIOS to boot your USB HDD, grub will recognize your USB HDD
    as the first hard disk to boot, i.e. hd0, not hd1. In this case, your have to write the menu.lst as:

    title Knoppix on USB HDD.....
    root (hd0,0)
    kernel vmlinuz-xxxxx .....
    initrd initrd.img-xxxxx
    .....

    Clear?

    Good luck!

  5. #5
    Junior Member
    Join Date
    Jul 2004
    Posts
    6
    I installed knoppix on a harddrive. I then took it out of the laptop and put it in a usb enclosure. I need a way to boot to it from cd because I do not have boot usb option in my motherboard. I suspect i will have to do a rescue and reconfigure grub/lilo also. any ideas on doing this?

  6. #6
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    You may also try this way to boot Knoppix 4.02 from a USB drive: http://www.knoppix.net/forum/viewtop...?p=93758#93758
    This thread also describes how to run knoppix from the hdd without creating a new partition for knoppix and without touching the mbr or the boot sector of your disk/partition. This is a very clean way and much faster way to run Knoppix than from the cd/dvd/usb. Please give me some feedback and let me if it works for you.
    Best Regards, Gilles

Similar Threads

  1. Can't Install To HD, Because Drive Is Read-Only.
    By distiller in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 10-26-2005, 04:16 PM
  2. INSTALL WIN XP + KNOPPIX on one USB DRIVE
    By KENYX in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 08-16-2005, 04:24 PM
  3. Replies: 1
    Last Post: 05-15-2005, 09:48 PM
  4. HDD Install on SATA Drive
    By arbeck in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 03-15-2004, 09:29 PM
  5. Hard drive Install
    By Gregwithoneg in forum General Support
    Replies: 6
    Last Post: 05-22-2003, 01:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


H261-Z61 2U 24SFF AMD Server 8x EPYC 7551 256-Cores 256GB RAM 8x25G NIC 2x2200W picture

H261-Z61 2U 24SFF AMD Server 8x EPYC 7551 256-Cores 256GB RAM 8x25G NIC 2x2200W

$2512.18



Dell PowerEdge R640 Server 2x Gold 6150 2.70Ghz 36-Core 256GB 2x 960GB SSD H730P picture

Dell PowerEdge R640 Server 2x Gold 6150 2.70Ghz 36-Core 256GB 2x 960GB SSD H730P

$1737.25



H261-Z61 2U 24SFF AMD Server 8x EPYC 7551 256-Cores 512GB RAM 8x25G NIC 2x2200W picture

H261-Z61 2U 24SFF AMD Server 8x EPYC 7551 256-Cores 512GB RAM 8x25G NIC 2x2200W

$2888.18



Dell PowerEdge R730 Server 2.30Ghz 32-Core 128GB 8x 3TB 12G H730P ESXi 7.0 picture

Dell PowerEdge R730 Server 2.30Ghz 32-Core 128GB 8x 3TB 12G H730P ESXi 7.0

$935.50



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45

$275.00



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



Dell PowerEdge R620 Server 2x Xeon  E5-2620 @ 2.0GHz 64GB RAM NO HDDs picture

Dell PowerEdge R620 Server 2x Xeon E5-2620 @ 2.0GHz 64GB RAM NO HDDs

$108.96



Dell PowerEdge R430 3.5 1U 2x E5-2690 v3 2.6ghz 24-Cores 256gb 4x Trays 2x 550w picture

Dell PowerEdge R430 3.5 1U 2x E5-2690 v3 2.6ghz 24-Cores 256gb 4x Trays 2x 550w

$289.99



HP ProLiant DL380 Gen9 16SFF 2x E5-2680v4 2.4GHz =28 Cores 64GB P840 4xRJ45 picture

HP ProLiant DL380 Gen9 16SFF 2x E5-2680v4 2.4GHz =28 Cores 64GB P840 4xRJ45

$355.00