I'm trying to create a multi-distro mutli-boot dvd image containing (amongst others) the SystemRescueCD iso. I'm using GRUB as the boot loader and I've managed to get most of the other ISOs booting fine (testing in VirtualBox before I burn to disc). But the RescueCD iso fails to boot fully and just drops me out to a mini console.
It starts to load the kernel image and initram.igz okay, then after it prompts for the keymap it attempts to locate the sysrcd.dat file (which contains the file system image) by trying to mount /dev/sr0 and /dev/sd0 but this is the wrong place. I need it to mount /dev/scd0 -- the .dat file is located in /distro/systemrescuecd on the CD image.
Does anyone please know what file I need to edit to correct the mount paths and/or what command(s) I can append to the kernel load string in GRUB to point it at the right folder/mount point?
Thanks