That's fine - it happens with every distro.
I tried the iso on hard disk method; initrd.gz, vmlinuz and antiX-M8.iso are on hda2 (a FAT32 windows partition) in directory /antix.
Here's the relevant part of my lilo.conf (I have lilo as it is installed by Vector Linux):
Code: Select all
image = /mnt/muppy/antix/vmlinuz
root = /dev/hda2
vga=791
label = Antix
append ="fromhd=/dev/hda2 fromiso=/antix/antiX-M8.iso en xres=1024x768"
read-only
initrd = /mnt/muppy/antix/initrd.gz
The kernel boots, but I get the same error - MEPIS filesystem not found.
Changing the fromhd= entry to /dev/sda2 doesn't help.
Help ...