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
  •  


LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA picture

LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA

$229.99



HPE 869102-001 Smart Array E208i-a SR Gen10 Storage Controller RAID SP: 871039 picture

HPE 869102-001 Smart Array E208i-a SR Gen10 Storage Controller RAID SP: 871039

$129.99



Lot of 4 - Genuine Dell (62P9H) PERC H710 512MB Mini Blade 6Gbps SAS Raid picture

Lot of 4 - Genuine Dell (62P9H) PERC H710 512MB Mini Blade 6Gbps SAS Raid

$49.99



Intel RS25AB080 RAID Controller SAS/SATA, PCIe x8, MD2 1GB. New Retail Box picture

Intel RS25AB080 RAID Controller SAS/SATA, PCIe x8, MD2 1GB. New Retail Box

$230.00



Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE picture

Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE

$15.98



ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs picture

ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs

$86.99



LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License picture

LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License

$35.96



LSI MegaRAID 9361-8i 12Gbps PCIe 3 x8 SATA SAS 3 8 Port RAID + BBU & CacheVault picture

LSI MegaRAID 9361-8i 12Gbps PCIe 3 x8 SATA SAS 3 8 Port RAID + BBU & CacheVault

$39.00



ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID picture

ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID

$58.99



Yottamaster 5 Bay RAID Hard Drive Enclosure USB3.1 Type C 2.5

Yottamaster 5 Bay RAID Hard Drive Enclosure USB3.1 Type C 2.5"/3.5" SATA HDD SSD

$142.49