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
  •  


For Lenovo IdeaPad 3 15IIL05 15IML05 15ADA05 15ARE05 Palmrest Keyboard Touchpad picture

For Lenovo IdeaPad 3 15IIL05 15IML05 15ADA05 15ARE05 Palmrest Keyboard Touchpad

$59.25



NEW Palmrest Keyboard For Lenovo Thinkpad E15 Gen 2 20T8 20T9 Black 5M10W64513 picture

NEW Palmrest Keyboard For Lenovo Thinkpad E15 Gen 2 20T8 20T9 Black 5M10W64513

$80.99



New For Lenovo Yoga 7 14IRL8 Palmrest Keyboard 5CB1L40794 82YL0005US 82YL0006US picture

New For Lenovo Yoga 7 14IRL8 Palmrest Keyboard 5CB1L40794 82YL0005US 82YL0006US

$147.95



Lenovo 100e Chromebook Laptop 2nd Gen | 11.6

Lenovo 100e Chromebook Laptop 2nd Gen | 11.6" HD | MTK 1.7GHz | 4GB RAM | 32GB

$39.99



Lenovo - LOQ 15.6

Lenovo - LOQ 15.6" Gaming Laptop FHD - Intel Core i5-13420H with 8GB Memory -...

$629.99



Lenovo ThinkPad X1 Nano 13

Lenovo ThinkPad X1 Nano 13" Touchscreen 2K i7-1180G7 16GB/256GB Win 10 Pro

$535.00



Lenovo Ideapad 1i 15.6

Lenovo Ideapad 1i 15.6" FHD Notebook Intel Core i5-1235U 8GB RAM 256GB SSD

$349.99



Lenovo ThinkPad Yoga 11e 11.6

Lenovo ThinkPad Yoga 11e 11.6" 2in1 Touch Intel Core i3 4GB RAM 128GB SSD Win10

$59.00



Lenovo ThinkPad 14

Lenovo ThinkPad 14" Laptop Computer Core i7 16GB RAM 256GB SSD Windows 10 Pro

$229.99



15.6

15.6" Lenovo Laptop PC: i5 Quad Core 16GB RAM 512GB SSD Windows 11 Pro

$319.99