ruymbeke....

I downloaded your minirt_usb4.gz today, and successfully booted knoppix-4.0.2.iso on a fat32 - awesome!!

Only problem I'm having, is even though I specify lang=us in the batchfile, the desktop is still popping up German. Minor if using the desktop, just change from taskbar. ... But, I also made a runlevel 3 batchfile - but I can't run it - it screws up my keyboard. /mnt/hda1 becomes -mnt-hda1.

Here's my desktop.bat:
Code:
@echo off
C:
cd \boot\knoppix
..\grub\loadlin.exe linux initrd=minirt~1.gz ramdisk_size=100000 init=/etc/init bootfrom=/dev/hda1/boot/knoppix/*.iso dma noapm acpi=off noapic pci=bios vga=791 lang=us quiet apm=power-off nomce noprompt
Here's my run3.bat:
Code:
@echo off
C:
cd \boot\knoppix
..\grub\loadlin.exe linux initrd=minirt~1.gz ramdisk_size=100000 init=/etc/init bootfrom=/dev/hda1/boot/knoppix/*.iso 3 dma noapm acpi=off noapic pci=bios vga=791 lang=us quiet apm=power-off nomce noprompt
So then I decided to extract and modify the minirt_usb4.gz:
Code:
gunzip minirt_usb4.gz
mkdir todelete
mount minirt_usb4 todelete -t ext2 -o loop

edit the knoppix-autoconfig to default from LANG="de" to LANG="us"

umount todelete
gzip -9 minirt_usb4
rmdir todelete
But now, it disabled my mouse (??).

I've successfully modified the minirt.gz when I did my own remaster, but the minirt_usb4.gz is giving me problems.

Any suggestions? Or, is there a version defaulted to English?

Thanks in advance

ps:

After trying for 3 days with loadlin, I was extremely impressed with your package!!


cheers