USB booting :: Can't find KNOPPIX filesystem



at the stage of partitioning, the /dev/sdb1 makes too small. How to change the script? Or another decide this problem?
Hm, that's odd - what are the current partition dimensions of the usb pendrive?

I think the script is supposed to allocate the required space, but you could either change the script to allow more space or comment those lines out, and size it up yourself manually before running it.

I've just done it :)

The file /KNOPPIX/etc/skel/.fluxbox/menu configures the FluxBox menus.  In there I found the script that is run when you select install to usb zip/hdd from the APPS menu, so you can perform the install without having X11 (ctl-alt-bsp).

$ sudo su
# pendrive_usbzip.sh

in line 151 was:
mkdiskimage -1 /dev/$DEVICE 50 64 32

now: mkdiskimage -1 /dev/$DEVICE 60 64 32

Ah, were you using one of those RC's?  If I remember, they were temporarily over 50mb, and I guess the script wasn't changed for that.

Good post for others who are looking to do this, though :)

please help, i have change the  pendrive_usbzip.sh one time.
I dont remember that was /KNOPPIX/usr/sbin/ pendrive_usbzip.sh or /usr/sbin/ pendrive_usbzip.sh?

And linux writes that it's a read-only system!

Next Page...
original here.