Quote Originally Posted by Blacksimon View Post
....strange behavior.....using my new USB HDD 500GB instead of the broken internal 60GB SDD.
For Knoppix Live Usb I create:
- 1° partition FAT32 about 50GB with Syslinux Boot folder
- 2° partition NTFS about 300GB with my 7GB presisten image and 1GB extra personal data and future VirtualBox HDD image
- 3° partirion EXT2 about 150GB for temporary store to try to use recombine script (see the Werner P. Schulz recombine script at http://www.wp-schulz.de/knoppix/recombine.html)
Usually this 3° partition is un-allocated and all work fine.
But after activating the 3° Ext2 partition using GParted, exit and reboot....the system break in kernel panic with an error about the mount of mnt-system...
I think the problem is the Init script in minirt.gz
It seems that the EXT2 partition is the favorite to be mounted as mnt-system/knoppix instead the NTFS (where knoppix-data.img is real located).

Any suggestion ? There is a bug ?
Sure there is either a bug or some file or hardware error. But you give too little information to tell what it is. I like to keep things as simple as possible, which means that I keep KNOPPIX and the persistent image at the same place (the default setup), and I use legacy grub for booting. In your case, I would have created a smaller ext2 partition in addition to the other, installed grub to that, made it active, and then created different menu items for KNOPPIX. After copying the contents of the syslinux boot directory to a subdirectory knx671 on the boot partition, I would have forgotten about it.

Here are my grub entries for Knoppix 6.7.0, incidentally I have this version of KNOPPIX on the boot partiton - that's just because all the other partitions were in use for other versions, the norm is that the boot partition is not mounted during normal use.
Code:
title Knoppix 6.7.0 all arch (sda5)
      kernel (hd0,4)/boot/knx670/linux ramdisk_size=100000 lang=no keyboard=no  fromhd=/dev/sda5 nosound vt.default_utf8=0 apm=power-off initrd=minirt.gz nomce libata.force=noncq loglevel=1 tz=localtime
      initrd (hd0,4)/boot/knx670/minirt.gz

title Knoppix 6.7.0 64 bits kernel (sda5)
      kernel (hd0,4)/boot/knx670/linux64 ramdisk_size=100000 lang=no keyboard=no  fromhd=/dev/sda5 nosound vt.default_utf8=0 apm=power-off initrd=minirt.gz nomce libata.force=noncq loglevel=1 tz=localtime
      initrd (hd0,4)/boot/knx670/minirt.gz