Results 1 to 4 of 4

Thread: usb boot problem "cannot find knoppix file system"

  1. #1
    Junior Member
    Join Date
    May 2008
    Posts
    3

    usb boot problem "cannot find knoppix file system"

    Hi there

    I have a particular cd knoppix-distro ported to usb using the steps outlined in pendrivelinux.com

    the steps summary
    run syslinux -ma g: (whatever your USB: drive letter)
    copy \isolinux contents to USB:\root directory
    ie the vmlinuz, isolinux.cfg , initrd.gz files..etc..etc.. to root
    rename isolinux.cfg to syslinux.cfg
    copy knoppix.img on cd to USB:\knoppix\knoppix.img

    on booting up with USB
    got past the F1 boot: screen
    syslinux.cfg passes on to vmlinuz fine
    until ...
    looking for cdrom in...\dev\hda...\dev\hdc...
    cannot find knoppix filesystem
    drooping out to a very limited shell

    there it stops...

    on searching many sites i found many people with a similar problem.
    i am glad its a linux related problem coz you cant find much support for
    vista on the net these days
    not for free anyway...
    find just the quick suggestion "take it into the shops for a fix"
    damm crooks, albeit its microsoft turning these sites off for a profit
    anyway back to my pain...

    i tried including "nodma" into my isolinux.cfg as some sites suggested
    that dint work ...on booting
    boot shows it is turning off dma for .../dev/hda .../dev/sda
    ...which is my hard disk and cdrom
    there it went into searching for the compressed image in the cdrom again
    i tried copying the image to root USB:\ knoppix.img

    find it but fails

    my guess is there are no parameters for syslinux.cfg and kernel to look
    for compressed image in G:\ (usb)

    Once the kernel has loaded the initial ramdisk initrd.gz into memory
    mounts it as the root filesystem
    the script ./linuxrc runs searching for the compressed knoppix image on the cdrom
    OK
    i will have to get into the ./linuxrc script to make it search for the cdrom

    DOES anybody know how to do that?

    OK i will just boot off the cdrom and access the ./linuxrc script
    HANG ON ...
    but i cant get to ./linuxrc script on the usb
    it is compressed as part of the kernel (correct me if i am wrong)
    the only files i get to play with on the usb - syslinux.cfg (formely isolinux.cfg)

    how do i modify ./linuxrc and put that back into the usb
    Do you get what i mean
    if anyone is reading out there dont bother reply coz if i cant fix it
    i ditch it .. USB=> knoppix

  2. #2
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    We've seen a lot of problems with USB booting on some systems; even though the BIOS seems to claim it is capable of booting from USB, it may not be. You didn't mention your particular hardware, and I likely wold not know if it had a USB booting problem or not, but it's always better to post too much information than too little.

    In my case I was trying to get a flash drive with DSL installed by their automatic script to boot on an HPze4210 notebook. The BIOS was set to boot from USB, but it never would. The same flash drive also failed to boot on an IBM thinkbook notebook that claimed to be able to boot from USB. I later got a new notebook, an HP DV6000, and the very same flash drive booted just fine on that.

    My first suggestion would be to try both DSL and Puppy Linux, both of which have very nice tools to make a bootable USB drive and some nice features for additional package support that Knoppix lacks (and at least Puppy has much better wifi drivers than Knoppix). If you can't get a Puppy Linux or DSL flash drive to boot on your system, it is a pretty strong indication that you are going to have problems with Knoppix also. If they do boot then it's time to work on Knoppix (if you want it rather than the system that works).

    The other thing to mention is that there has been some discussion that the reason for booting problems may be that some older BIOSes were made to boot some IOMEGA and other external USB hard drives, but were not designed to boot flash drives. It is said that you might be able to get such a system to boot a flash drive if you change the defined geometry of the flash drive (I think you'll find the discussion of this in the wiki). I have never done this myself, so I can't say that it works, but I thought you might want me to pass it along.

    Good luck.
    ---
    Verifying of md5 checksum and burning a CD at slow speed are important.

  3. #3
    Member registered user
    Join Date
    Oct 2006
    Posts
    31

    Re: usb boot problem "cannot find knoppix file system&q

    Quote Originally Posted by samboon
    Hi there

    I have a particular cd knoppix-distro ported to usb using the steps outlined in pendrivelinux.com

    the steps summary
    run syslinux -ma g: (whatever your USB: drive letter)
    copy \isolinux contents to USB:\root directory
    ie the vmlinuz, isolinux.cfg , initrd.gz files..etc..etc.. to root
    rename isolinux.cfg to syslinux.cfg
    copy knoppix.img on cd to USB:\knoppix\knoppix.img

    on booting up with USB
    got past the F1 boot: screen
    syslinux.cfg passes on to vmlinuz fine
    until ...
    looking for cdrom in...\dev\hda...\dev\hdc...
    cannot find knoppix filesystem
    drooping out to a very limited shell

    there it stops...

    on searching many sites i found many people with a similar problem.
    i am glad its a linux related problem coz you cant find much support for
    vista on the net these days
    not for free anyway...
    find just the quick suggestion "take it into the shops for a fix"
    damm crooks, albeit its microsoft turning these sites off for a profit
    anyway back to my pain...

    i tried including "nodma" into my isolinux.cfg as some sites suggested
    that dint work ...on booting
    boot shows it is turning off dma for .../dev/hda .../dev/sda
    ...which is my hard disk and cdrom
    there it went into searching for the compressed image in the cdrom again
    i tried copying the image to root USB:\ knoppix.img

    find it but fails

    my guess is there are no parameters for syslinux.cfg and kernel to look
    for compressed image in G:\ (usb)

    Once the kernel has loaded the initial ramdisk initrd.gz into memory
    mounts it as the root filesystem
    the script ./linuxrc runs searching for the compressed knoppix image on the cdrom
    OK
    i will have to get into the ./linuxrc script to make it search for the cdrom

    DOES anybody know how to do that?

    OK i will just boot off the cdrom and access the ./linuxrc script
    HANG ON ...
    but i cant get to ./linuxrc script on the usb
    it is compressed as part of the kernel (correct me if i am wrong)
    the only files i get to play with on the usb - syslinux.cfg (formely isolinux.cfg)

    how do i modify ./linuxrc and put that back into the usb
    Do you get what i mean
    if anyone is reading out there dont bother reply coz if i cant fix it
    i ditch it .. USB=> knoppix
    If the fs of your usb flash is fat16 KNOPPIX is knoppix!!! So your linuxrc script must be adapted.
    Linuxrc is in minirt.gz (gunzip minirt.gz; mount minirt /media_somewere; vim /media_somewhere/linuxrc;sync:umount /media_somewhere; gzip -9 minirt;cp minirt.gz in your thumbdrive.

    Cheers

    Max

  4. #4
    Senior Member registered user
    Join Date
    Jan 2007
    Posts
    104
    I helped develop the USB HDD script for DSL and Harry is correct.

    If you cannot boot DSL from a USB drive after first trying the USB HDD script and second trying the USB ZIP script (this script sets a geometry that is compatible with an IOMEGA USB ZIP drive) and they both fail, chances are that any USB KNOPPIX will also fail.

    Now for KNOPPIX 5.3.1 you have an additional problem:

    Most bootable USB thumbdrive scripts and HOW-TO docs tell you to create a data partition with the FAT16 filesystem because older versions of the SYSLINUX program do not support FAT32.

    Either way, you have a problem for KNOPPIX DVD edition because FAT16 has a 2.1GB partition size limit and even FAT32 has a 4.0GB file size limit.

    So if you want to use KNOPPIX 5.3.x for USB booting, you either need to wait until the CD version is released (699MB size for the files), or use an alternative boot method such as EXTLINUX (and an EXT2 file system) or a hybrid approach where you make partition #1 a small FAT16 partition and then create a big EXT2 partition for the KNOPPIX file at partition #2.

    But the quick and easy way for now is to give DSL or Puppy a try.

    Both are fairly small downloads (compared to Knoppix)

    Good Luck

Similar Threads

  1. "Cant find Knoppix file system" error when bootin
    By sinncier in forum Hardware & Booting
    Replies: 1
    Last Post: 02-14-2010, 07:08 PM
  2. Was Busybox compiled with "large file system" opti
    By nvgringo in forum Customising & Remastering
    Replies: 0
    Last Post: 01-21-2007, 04:19 AM
  3. Booting problem: "Can't find Knoppix filesystem"
    By yosibeck in forum Hardware & Booting
    Replies: 4
    Last Post: 06-26-2005, 08:26 PM
  4. knoppix3.6/3.4: "Can't find KNOPPIX file system, sorry.
    By ennemm in forum General Support
    Replies: 19
    Last Post: 01-15-2005, 05:49 AM
  5. Boot Problem: "mount: No such file or directory"
    By LinuxGeek in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 12-20-2003, 07:30 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
  •  


Juniper MX104-AC 4 MIC Slot Chassis w/ 2x RE-S-MX104 and 2x PWR-MX104-AC picture

Juniper MX104-AC 4 MIC Slot Chassis w/ 2x RE-S-MX104 and 2x PWR-MX104-AC

$1899.00



*New* MIC-MRATE Juniper 12-Port Multi-Rate MIC module picture

*New* MIC-MRATE Juniper 12-Port Multi-Rate MIC module

$749.00



Juniper 48-Port PoE GbE Network Switch  w/ Dual Power Supplies F B EX4300-48P picture

Juniper 48-Port PoE GbE Network Switch w/ Dual Power Supplies F B EX4300-48P

$178.99



Juniper Networks EX2300-24P 24 Port Gigabit PoE 4 SFP 1/10G Network Switch picture

Juniper Networks EX2300-24P 24 Port Gigabit PoE 4 SFP 1/10G Network Switch

$119.00



Juniper EX4600-40F-AFO 24x SFP+/SFP & 4x QSFP+ Ports Switch 2XPSU TESTED picture

Juniper EX4600-40F-AFO 24x SFP+/SFP & 4x QSFP+ Ports Switch 2XPSU TESTED

$749.95



Juniper EX4300-48T 48 Port 1G 4 QSFP 40G Dual PSU AFO w/ Rails, EX-UM-4X4SFP Mod picture

Juniper EX4300-48T 48 Port 1G 4 QSFP 40G Dual PSU AFO w/ Rails, EX-UM-4X4SFP Mod

$169.00



Juniper EX3300-48P, 48 Port PoE+ Gigabit Network Switch w/ Power cord picture

Juniper EX3300-48P, 48 Port PoE+ Gigabit Network Switch w/ Power cord

$54.99



Juniper EX3400-48P 48-Port PoE+ 4x SFP+ 2x 40G QSFP+ Dual PSU & Fan AFO Switch picture

Juniper EX3400-48P 48-Port PoE+ 4x SFP+ 2x 40G QSFP+ Dual PSU & Fan AFO Switch

$269.99



Juniper Networks SRX550 Services Gateway Security Appliance with 6x XGPIM 2x PSU picture

Juniper Networks SRX550 Services Gateway Security Appliance with 6x XGPIM 2x PSU

$499.00



Juniper QFX5100-48S 48-Port 10GbE SFP+ 6x40GbE QSFP Network Switch w/Ears Tested picture

Juniper QFX5100-48S 48-Port 10GbE SFP+ 6x40GbE QSFP Network Switch w/Ears Tested

$599.99