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
  •  


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 R730xd 12LFF 2.6Ghz 20-C 128GB H730 2x10G+2x1G NIC 2x1100W 12x Trays Rails picture

Dell R730xd 12LFF 2.6Ghz 20-C 128GB H730 2x10G+2x1G NIC 2x1100W 12x Trays Rails

$721.05



Dell PowerEdge R630 8SFF 2.6Ghz 20-Core 128GB Mem 2x10G+2x1G NIC 2x750W PSU picture

Dell PowerEdge R630 8SFF 2.6Ghz 20-Core 128GB Mem 2x10G+2x1G NIC 2x750W PSU

$399.04



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



Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1 picture

Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1

$39.99



Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7 picture

Intel Xeon E5-2680 v4 2.4GHz 35MB 14-Core 120W LGA2011-3 SR2N7

$17.99



SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 A Grade Processor picture

SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 A Grade Processor

$5.09



Intel Xeon E5-2699v4 SR2JS 2.2GHz 22-Core 55MB 145W Server Processor CPU picture

Intel Xeon E5-2699v4 SR2JS 2.2GHz 22-Core 55MB 145W Server Processor CPU

$144.95



HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA

$234.98



Dell Precision T5600/t5610 Xeon E5-2670 2.6Ghz 16GB DDR3 RAM NO HDD Nvidia picture

Dell Precision T5600/t5610 Xeon E5-2670 2.6Ghz 16GB DDR3 RAM NO HDD Nvidia

$90.00