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
  •  


IBM QRadar xx29 Server 4412Q2A picture

IBM QRadar xx29 Server 4412Q2A

$170.00



IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED picture

IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED

$99.99



ibm server z series picture

ibm server z series

$16000.00



IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD picture

IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD

$399.99



IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server  picture

IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server

$209.98



IBM Power 740 8205-E6C Express 8-SFF Power7 3.55GHz CPU 64GB RAM *No HDD* Server picture

IBM Power 740 8205-E6C Express 8-SFF Power7 3.55GHz CPU 64GB RAM *No HDD* Server

$191.99



IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES picture

IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES

$26.97



IBM System x3500 m3 Server picture

IBM System x3500 m3 Server

$100.00



1U IBM x3550 M5 4 Bay SFF SAS3 Server 2x E5-2683 V3 28 Core 128GB DDR4 2x Tray picture

1U IBM x3550 M5 4 Bay SFF SAS3 Server 2x E5-2683 V3 28 Core 128GB DDR4 2x Tray

$318.00



IBM X3650 M5 8871-AC1, 2 X E5-2620V4 2.1 GHZ,20M, 32 GB, DUAL 750W, 2 X 1TB HDD picture

IBM X3650 M5 8871-AC1, 2 X E5-2620V4 2.1 GHZ,20M, 32 GB, DUAL 750W, 2 X 1TB HDD

$369.99