Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: where did my 4gig dl go?

  1. #11
    Junior Member
    Join Date
    Mar 2014
    Location
    Notlob, Lancs, England
    Posts
    22
    Sorry, forum limit of 5 files ... so here's the last one

  2. #12
    Moderator Moderator
    Join Date
    Nov 2010
    Location
    Germany/ Dietzenbach
    Posts
    1,124
    ..removed the previously booted usb stick.. (7.2.0)
    You cannot use V7.2.0 to create a flash disk install V7.4.0! (My posting #7). The script "flash-knoppix" doesn't take care of the additional parameter "KNOPPIX...iso"!

    Boot with your DVD V7.4.2 and do the flash disk install.

    The output of "df -h" is ok. At '/mnt-system' are the files of the boot-process and the big file (4GB) of the compressed filesystem KNOPPIX; 'KNOPPIX-DATA is your overlay partition (3GB).

  3. #13
    Junior Member
    Join Date
    Mar 2014
    Location
    Notlob, Lancs, England
    Posts
    22
    1)
    Quote Originally Posted by Werner P. Schulz View Post
    You cannot use V7.2.0 to create a flash disk install V7.4.0! (My posting #7).
    With respect Werner, your post #7 actually said ...
    Quote Originally Posted by Werner P. Schulz View Post
    With "flash disk install" you can only create a Knoppix installation to an USB device of the running Knoppix version, not of other versions.
    You did not actually mention the "flash-knoppix" utility - which i assumed would work as the example shown implies, i.e. using the iso file named on the util call line.
    Especially as the usage instructions for "flash-knoppix" are contained in a section headed "Computers without DVD" and state "just add the name of the .iso file as commandline parameter to flash-knoppix"
    <full text shown below>

    Code:
    Computers without DVD drive
    The  flash-knoppix script since Knoppix 7.4.0 supports on-the-fly conversion  of a DVD ISO image for direct flashing of a USB pendrive or disk. By  using this, the intermediate step of burning a DVD and booting from it,  can be skipped. For burning a CD or DVD, only one single .iso file  matching your language and version choice, is sufficient. For using this  feature, just add the name of the .iso file as commandline parameter to  flash-knoppix like this: flash-knoppix  KNOPPIX_V7.4.1DVD-2014-09-28-EN.iso
    Above text, which was my bible (as mentioned in my initial post), was taken from:
    Code:
    http://knopper.net/knoppix/knoppix742-en.html
    Furthermore, i had said:
    Quote Originally Posted by Marv View Post
    I had seen the different methods of flash install, however, i had booted from an older vers of Knoppix (7.2.0) that i already had on a pen/thumb/usb/flash/?? drive and i wanted to "burn" the latest (7.4.2) to a usb pluggable drive. Therefore, i couldn't select "Knoppix => Install KNOPPIX to flash disk" from the menu.
    As i understood it, and please correct me if i'm wrong, in these circumstances the flash-knoppix util should be used, i.e. "burn" a dl'd iso, rather than the booted system, to a usb plugable drive.

    2)
    Quote Originally Posted by Werner P. Schulz View Post
    The script "flash-knoppix" doesn't take care of the additional parameter "KNOPPIX...iso"!
    OK, i hear what you are saying, however, that would seem to mean that the documentation (as shown above) is wrong.


    3)
    Quote Originally Posted by Werner P. Schulz View Post
    Boot with your DVD V7.4.2 and do the flash disk install.
    There's just a tiny problem here ...
    Quote Originally Posted by Marv View Post
    Although i didn't want to burn the 7.4.2 iso to dvd, after reading your post i did just that (running system was knoppix 7.2.0 booted from a usb plugable drive). the burn completed successfully but the dvd would not boot. I later burned another dvd (using basero running on an antiX MX-14 system), again the burn ended without error but it would not boot.
    Quote Originally Posted by Marv View Post
    if i can't burn a working 7.4.2 dvd and...i can't use the flash-knoppix util </SNIP>...what should i do?

  4. #14
    Moderator Moderator
    Join Date
    Nov 2010
    Location
    Germany/ Dietzenbach
    Posts
    1,124
    Especially as the usage instructions for "flash-knoppix" are contained in a section headed "Computers without DVD" and state "just add the name of the .iso file as commandline parameter to flash-knoppix"
    Thank you for this hint. Therefore I looked over the script "flash-knoppix" in the different Knoppix versions and found since V7.4.1 a new funktion within the script
    Code:
    usage(){ echo "Usage: $0 [-a] [-f] [-m i|p|n] [-p mb] [image|dir] [target_device]" >&2
     echo "       -a            Allow fixed disks" >&2
     echo "       -f            Force overwrite, no questions (batch mode)" >&2
     echo "       -m i          Method: Create overlay image" >&2
     echo "       -m p          Method: Create overlay partition (recommended)" >&2
     echo "       -m n          Method: No overlay (read only)" >&2
     echo "       -p mb         Overlay partition or image size in MB >= 200"  >&2
     echo "       image.iso     Loopmount source ISO file" >&2
     echo "       dir           Source data directory containing files" >&2
     echo "       target_device Destination block device (flash disk)"  >&2
     exit 1
    }
    You can see the possible additional parameters with
    Code:
    flash-knoppix --help
    With elderly Knoppix versions this doesn't work. In the next days I'll supplement the Wiki.

  5. #15
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631

    flash-knoppix options on hard disks

    .
    Greetings, Werner.

    Thanks for pointing out the recent changes in Knoppix in regard
    to flash-knoppix operations on hard disks.

    It seems that Klaus K has recently expanded the usage options of the
    flash-knoppix main menu choice. Additional choices now appear when
    an initial choice to allow hard disks as objects on which to apply
    flash-knoppix operations. These additional choices (may) require
    additional parameters to be specified.

    I think it would be advisable to include the flash-knoppix help/usage menu
    as a new stanza in knoppix-cheatcodes.txt as a bare minimum
    documentation of the availability of these options.
    Last edited by utu; 10-24-2014 at 07:42 PM.

  6. #16
    Junior Member
    Join Date
    Mar 2014
    Location
    Notlob, Lancs, England
    Posts
    22

    Arrow

    Quote Originally Posted by Werner P. Schulz View Post
    Thank you for this hint.
    You are very welcome Werner, only too glad that my problems actually helped.It's also great to know that this old man still has the knack of finding a problem were none previously existed Thanks for all your help ... plus your willingness and skills to help.Kenn

  7. #17
    Junior Member
    Join Date
    Mar 2014
    Location
    Notlob, Lancs, England
    Posts
    22
    For a more readable version of the previous post, read on ...

    Quote Originally Posted by Marv View Post
    You are very welcome Werner, i am only too glad that my problems actually helped.

    It is also great to know that this old man still has the knack of finding a problem were none previously existed

    Thanks for all your help ... plus your willingness and skills to help.
    Kenn
    Last edited by Marv; 10-25-2014 at 06:13 PM. Reason: speeling

Page 2 of 2 FirstFirst 12

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



Dell R630 8SFF 2.1Ghz 16-Core 128GB H730 RAID 10GB RJ-45 NIC 2x750W PSU 8x Trays picture

Dell R630 8SFF 2.1Ghz 16-Core 128GB H730 RAID 10GB RJ-45 NIC 2x750W PSU 8x Trays

$425.04



Dell R740XD2 26LFF 3.6Ghz 8-C 384GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails picture

Dell R740XD2 26LFF 3.6Ghz 8-C 384GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails

$2998.08



Dell R740XD2 26LFF 2.5Ghz 20-C 64GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails picture

Dell R740XD2 26LFF 2.5Ghz 20-C 64GB H730P MINI RAID 2x10G SFP+ NIC 2x1100W Rails

$3500.08



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



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

$39.95



LSI MegaRaid 9361-8i 12Gbps SAS / SATA Raid Controller PCIe x8 3.0 Tested picture

LSI MegaRaid 9361-8i 12Gbps SAS / SATA Raid Controller PCIe x8 3.0 Tested

$29.00



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

$87.99



4 Bay RAID External Hard Drive Enclosure for 2.5/3.5

4 Bay RAID External Hard Drive Enclosure for 2.5/3.5" SATA HDD/SSD

$79.99



Dell LSI 9440-8i MegaRAID 8 Port 12GB/s HBA High Profile RAID Controller YW3J6 picture

Dell LSI 9440-8i MegaRAID 8 Port 12GB/s HBA High Profile RAID Controller YW3J6

$84.99