I am not able to boot Vector Linux from iso using cheatcode from. I have made several attempts in grub4dos, like the following one:
title Vector LiveCD
root (hd0,9)
kernel /linux/vector/vmlinuz vga=791 auto2 splash=silent ramdisk_size=6666 root=/dev/ram0 rw from=/dev/hda10/linux/vector/VL6.0-Light-LIVE-Final.iso
initrd /linux/vector/initrd.gz
boot
(same failed for sda10, the partition where I have vmlinux, initrd and iso file)
The boot process fails at the following stage:
looking for data directory (searching for livecd.sgn file)
Fatal error occurred
What am I doing wrong?