Did you ever get your KRD CD ISO to work when booting from USB w/ Grub4DOS? I have tried just about every combination and no matter what I do the kernel continues to report that "Media not found. Looking for the cdrom". It then tries all the devices (/dev/sda1 ...) and finally gives up reporting that "Could not find CD to boot, something else needed! The last thing that it reports is:
Determining root device ...
Could not find the root block device in .
I'm using a USB stick formatted with NTFS and a single partition. I've tried both 0xFF and hd32. I've tried extracting the ISO into a folder as well as directly mounting the ISO with the image.squashfs file copied into the root of the USB.
Although I've tried many combinations here is my latest menu.lst
CODE
title Kaspersky Rescue CD Test
find --set-root /images/kav_rescue_2008.iso
map /images/kav_rescue_2008.iso (hd32) || map --mem /images/kav_rescue_2008.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
And here's a couple of attempts that also did NOT work:
CODE
# title Kaspersky Rescue Disk: default
# kernel /Kaspersky/isolinux/rescue root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot quiet noapic
# initrd /Kaspersky/isolinux/rescue.igz
title Kaspersky Rescue-CD
find --set-root /Kaspersky/isolinux/rescue.igz
kernel /Kaspersky/isolinux/rescue subdir=/Kaspersky setkmap=us scandelay=5 root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/Kaspersky/image.squashfs cdroot
initrd /Kaspersky/isolinux/rescue.igz
Hopefully someone out there can find a reason why I'm not having any luck!
Thanks!
George