[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug in7.4.0 flash-knoppix script.



Hello Werner,

On Tue, Sep 16, 2014 at 12:01:05AM +0200, Werner P. Schulz wrote:
> Am 13.09.2014 13:45, schrieb Werner P. Schulz:
> > 
> > The appended new version of flash-knoppix doesn't work for me.
> 
> Hello Mr. Knopper!
> 
> I've read your last message as an email in Icedove and there I could see
> the script within the email text and also as an addendum. The script in
> the addendum doesn't work and the md5sum of both versions is different
> (but not the contents itself checked with DiffUse).
> 
> Now I tested the version within the email text (it has the same md5sum
> as the version within Knoppix V7.4.1).
> 
> With the new version of the script I can still not do a flash disk
> install with the option "overlay image" by the usual way; it seems to be
> a udev problem. But strangely enough, the new option "add the name of
> the .iso file as commandline parameter" can also handle with the option
> "overlay image".
> 
> Within Debian this doesn't work for normal users; using as root failed
> because "ms-sys" isn't in the Debian (stable) repository.

my-sys is needed in order to install a working MBR that passes control
to the partition boot record.

For unattended batch mode, yeou need to specify the overlay mode (-m)
and overlay size (-p) and also add -f in order to skip the "really
format" questions.

>From your debug log, could it be that "zenity" is missing on your
system?

I used the script to mass-create Knoppix USB sticks with a 10 port USB3 hub:
cd /mnt-system
for i in b c d e f g h i j k; do flash-knoppix -m p -p 3000 -f /dev/sd$i; done

Maybe, the script broke in your mailer when saving it in "DOS mode" (vi
would tell you it's a binary file with added ^M characters at the end of
each line, which is very bad for shell scripts). I should have sent it
as tar.gz instead. However, it's already released on Knoppix 7.4.1 which
should have hit the mirrors now (release notes still pending).

Regards
-Klaus


Reply to: