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
  •  


Dell - 800GB SSD SAS 12G MLC WI 2.5in PX05SM CN3JH picture

Dell - 800GB SSD SAS 12G MLC WI 2.5in PX05SM CN3JH

$98.99



WD_BLACK 4TB SN850X NVMe SSD, Internal Gaming Solid State Drive - WDS400T2X0E picture

WD_BLACK 4TB SN850X NVMe SSD, Internal Gaming Solid State Drive - WDS400T2X0E

$309.99



Dell 800GB SSD U.2 NVMe 2.5

Dell 800GB SSD U.2 NVMe 2.5" PCIe Gen3 KWH83 MZWLL800HEHP-000D3 PM1725a

$71.99



SanDisk 2TB Ultra 3D NAND SSD, Internal Solid State Drive - SDSSDH3-2T00-G25 picture

SanDisk 2TB Ultra 3D NAND SSD, Internal Solid State Drive - SDSSDH3-2T00-G25

$129.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$14.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



Sk Hynix SC308 SATA 128GB HFS128G39TND-N210A M.2 SSD Solid State Drive 0XXHGF picture

Sk Hynix SC308 SATA 128GB HFS128G39TND-N210A M.2 SSD Solid State Drive 0XXHGF

$7.44



Samsung - 980 PRO 1TB Internal Gaming SSD PCIe Gen 4 x4 NVMe picture

Samsung - 980 PRO 1TB Internal Gaming SSD PCIe Gen 4 x4 NVMe

$109.99



Fanxiang SSD 4TB 2TB 1TB PS5 SSD M.2 NVME SSD 7300MBS PCIe 4.0 Solid State Drive picture

Fanxiang SSD 4TB 2TB 1TB PS5 SSD M.2 NVME SSD 7300MBS PCIe 4.0 Solid State Drive

$249.99



Fanxiang 256GB 512GB 1TB 2TB 4TB Internal SSD 2.5

Fanxiang 256GB 512GB 1TB 2TB 4TB Internal SSD 2.5" SATA III 6GB/s for PC/MAC Lot

$197.99