hello
I have remstered image of knoppix 644 and everything work fine, but recently I found problem with one Al in One Acer computer.
When booting from usb stick - all is ok, but i would like to boot from SD card. Acer has build in SD/MMC reader, but whem i put SD card with KOPPIX image and start booting boot process stops in place where it is looking for knoppix in block devices.

I 've unpacked minirt.gz and tryed to modyfy init script for searching in mmcblk devices for Knoppix image.
644 does not load driver for mmcblk devices so i copied mmc_core.ko mmc_block.ko sdhci.ko sdhci-pci.ko to modules dir and mdified init to load that modules and also make coresponding nodes in dev dir.
Now i can mout mmcblk0p1 on mnt-system
I packed minirt made iso and made bootabe SD

Now when booting i get message - "knoppix found on mmcblk0p1" and "Do not remove medium until stop."
But then i get /sbin/init help mesage insted of loading system.

Could anybody help with this?