Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Knoppix from a flash drive?

  1. #1
    Junior Member
    Join Date
    Sep 2003
    Location
    Sydney, New South Wales, Australia
    Posts
    7

    Knoppix from a flash drive?

    hi everyone,

    im not sure if this is the right forum but here goes:

    i'm new to the world of linux and i have to say that knoppix truley owns, but i was wondering if it is possible to boot it from a flash drive?

    my flash drive is 1gb and is usb 2.0.

    if knoppix cant be booted from a flash drive then are there any other distros that can be?


    thanks in advance
    jscinoz

  2. #2
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674

    Re: Knoppix from a flash drive?

    Quote Originally Posted by jscinoz
    hi everyone, im not sure if this is the right forum but here goes: i'm new to the world of linux and i have to say that knoppix truley owns, but i was wondering if it is possible to boot it from a flash drive? my flash drive is 1gb and is usb 2.0. if knoppix cant be booted from a flash drive then are there any other distros that can be? thanks in advance. jscinoz
    Yes it is possible, I have done it on my USB dongles. There is actually more than one way to di it.
    But one of the tricky part is to make your USB dongle bootable by reformatting your USB dongle.
    You may loose some usable space but now it will boot... Then you will need to copy the files required to boot Linux.
    Have a look in here: http://www.knoppix.net/forum/viewtop...=asc&start=240
    You will find the tool to reformat your USB dongle under XP (sorry), and grub.exe to load kernel and ramdisk.
    Hope this helps.
    Cheers,
    Gilles

  3. #3
    Junior Member
    Join Date
    Sep 2003
    Location
    Sydney, New South Wales, Australia
    Posts
    7
    im confused, could you tell me exactly what i have to do? like what file system do a reformat it to? and where is grub.exe in that file on the topic that link goes to just has 3 files linux, menu.lst and minirt_nfs

    im sorry but i'm new to linux

  4. #4
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Portland, OR USA
    Posts
    568
    One place to start would be with Damn Small Linux (or "DSL" for short), a 50MB distro based on Knoppix that comes with a script that'll format your USB key and install DSL on it. (They sell USB keys with DSL pre-installed.)

    Since it's only 50MB, it'll fit even on 128MB USB keys with room to spare. OTOH, it sacrifices a lot of eye candy, uses FluxBox as its window manager, and uses a 2.4-series kernel, in order to stay small.

    They also have a forum section where they discuss booting from USB.

    Of course, it all depends on whether or not your computer can successfully boot off a USB stick.

  5. #5
    Junior Member
    Join Date
    Sep 2003
    Location
    Sydney, New South Wales, Australia
    Posts
    7
    ok thanks ill try dsl now

  6. #6
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by jscinoz
    im confused, could you tell me exactly what i have to do? like what file system do a reformat it to? and where is grub.exe in that file on the topic that link goes to just has 3 files linux, menu.lst and minirt_nfs.im sorry but i'm new to linux
    I will describe below how to format a fat 16 partition on a USB dongle and make it DOS bootable
    and automatically launch a dos version of grub which will start knoppix from the iso cd image
    (+kernel +inird files) all located on the USB dongle:

    1) Download: http://s119307663.onlinehome.us/grube.zip
    2) Extract the directory grube.zip\Grube\Root_Of_USB
    3) Launch the program HPUSBFW.EXE, and follow the instructions
    and when prompted, point to the system files included in the Root_Of_USB directory
    4) copy the rest of the files of Root_Of_USB into the root of your dongle (but do NOT overwrite the io.sys)
    5) copy the files required to boot linux: kernel, ramdisk and iso (linux, minirt_ntfs.gz, knoppix.iso)
    (you can download the various customized version of the INITRD_NTFS.GZ ramdisk required
    to boot from an ISO file (even if the filesystem is not ntfs but a fat or ext2/3) here:
    http://s119307663.onlinehome.us/grube.zip for knoppix 3.6, 3.7 and 3.81
    http://s119307663.onlinehome.us/Knoppix382.zip for knoppix 3.82 and 3.9 (same files)
    http://s119307663.onlinehome.us/kno40.zip for knoppix 4.0
    6) modify the menu.lst file to match your need
    (path to the kernel and initrd file + kernel boot options, cf grub and knppix doc.
    But be very careful, the path is case sensitive !!!)
    7) setup your bios to boot from usb, reboot and have fun...

    Hope this will help. Please give me some feedback.
    Cheers, Gilles

  7. #7
    Junior Member
    Join Date
    Sep 2003
    Location
    Sydney, New South Wales, Australia
    Posts
    7
    ok i've copied it all the the flash disk but what locations do i type for the things in the menu.lst.


    also im using the 700mb knoppix 3.9 iso because the 4.0 one is 4gb and wont fit, is there a smaller english version knoppix 4.0?

  8. #8
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by jscinoz
    ok i've copied it all the the flash disk but what locations do i type for the things in the menu.lst.
    also im using the 700mb knoppix 3.9 iso because the 4.0 one is 4gb and wont fit, is there a smaller english version knoppix 4.0?
    Ok, let's assume that you copied all these files in the root of your usb dongle:
    KNOPPIX_V3.9-2005-05-27-EN.iso
    linux, minirt_ntfs.gz (from the Knoppix382.zip)
    grub.exe, menu.lst, ... (from the Root_Of_USB of grube.zip)
    Then after update, your menu.lst should looks like this:

    ################################################## ####
    # GvR July 25th 2005
    color black/cyan yellow/cyan
    timeout=5
    default=0

    title Knoppix 3.9 from FAT16 on a USB dongle
    kernel (hd0,0)/linux ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 nomce quiet bootfrom=/dev/sda1/*.iso noprompt
    initrd (hd0,0)/minirt_ntfs.gz
    boot

    title Memory test
    kernel (hd0,0)/memtest

    ################################################## ####

    You may need to replace /dev/sda1 by what ever your USB dongle is seen as a device on knoppix booted from the cd.
    Hope this will help.
    Regards,
    Gilles

  9. #9
    Junior Member
    Join Date
    Sep 2003
    Location
    Sydney, New South Wales, Australia
    Posts
    7
    thanks gilles im going to reboot now and give it a try

  10. #10
    Junior Member
    Join Date
    Sep 2003
    Location
    Sydney, New South Wales, Australia
    Posts
    7
    nope nothing, i think its not the disk its my bios or somthing.

    this is my boot order

    1. removable device.
    2.-Harddrive0
    3.-harddrive1
    4.cd rom
    5. network boot.


    but when i start it with the drive in it just goes straight to the windoze xp loading screen.

    am i doing anything wrong?

    my computer is a toshiba sattalielt m30 laptop with bios ver 1.20

    i found ver 1.70 on toshiba website but it wont install because it says its for a different machine even though i have contacted the tech support guys and they say it is for mine.


    any ideas?
    jscinoz


    PS sorry if i'm being annoyin with all my questions

Page 1 of 2 12 LastLast

Similar Threads

  1. New to Knoppix - need help installing to USB flash drive
    By searcher1 in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 03-03-2010, 01:49 AM
  2. knoppix 4.0 will not recognize my usb flash drive
    By autan in forum Hardware & Booting
    Replies: 0
    Last Post: 03-15-2007, 09:44 PM
  3. Help with Knoppix, flash drive, and NTFS
    By 12345Michael54321 in forum MS Windows & New to Linux
    Replies: 2
    Last Post: 10-02-2006, 06:13 PM
  4. Booting Knoppix from a USB Flash drive
    By KnoppIXuser in forum Customising & Remastering
    Replies: 4
    Last Post: 03-08-2003, 01:27 AM
  5. Booting Knoppix from USB Flash drive
    By KnoppIXuser in forum Ideas
    Replies: 0
    Last Post: 02-19-2003, 07:42 AM

Posting Permissions

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


Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$712.98



Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays picture

Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays

$1849.00



HP ProLiant DL360 G9 Server | 2 x E5-2660V3 2.6Ghz | 64GB | 2 x 900GB SAS HDD picture

HP ProLiant DL360 G9 Server | 2 x E5-2660V3 2.6Ghz | 64GB | 2 x 900GB SAS HDD

$339.00



Dell PowerEdge R7525 Server 24X2.5(8XNVME)+H745 2xEPYC 7302 CPU 128G RAM 2x2400W picture

Dell PowerEdge R7525 Server 24X2.5(8XNVME)+H745 2xEPYC 7302 CPU 128G RAM 2x2400W

$3350.00



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$89.99



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 R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



HP Proliant DL360 Gen9 28 Core SFF Server 2X E5-2680 V4 16GB RAM P440ar No HDD picture

HP Proliant DL360 Gen9 28 Core SFF Server 2X E5-2680 V4 16GB RAM P440ar No HDD

$196.95



DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45

$284.00



PowerEdge R710 Rackmount Server 80GB RAM 2x XEON E5520 CPU 4.75TB picture

PowerEdge R710 Rackmount Server 80GB RAM 2x XEON E5520 CPU 4.75TB

$200.00