What are the lines in the cfg file that you've added? Have you tried any of the switches like raw, bigraw, etc? Have you updated the isolinux/syslinux files per Icecubes post here ->
Download syslinux from
http://www.kernel.org/pub/linux/utils/boot/syslinux/.
Extract the syslinux archive to "c:\syslinux\".
To update isolinux for the CD version
- Copy "c:\syslinux\isolinux.bin" to "c:\ubcd\isolinux\".
- Copy "c:\syslinux\com32\menu\menu.c32" to "c:\ubcd\isolinux\".
- Copy "c:\syslinux\com32\modules\chain.c32" to "c:\ubcd\isolinux\" (not necessary)
- Copy "c:\syslinux\com32\memdisk\memdisk" to "c:\ubcd\isolinux\" (not necessary)
To update syslinux for the bootable USB key
- Copy "c:\syslinux\ldlinux.sys" to "c:\ubcd\syslinux\".
- Copy "c:\syslinux\mbr\mbr.bin" and "c:\syslinux\ldloader.bss" to "c:\ubcd\tools\ubcd2usb\".
- Copy "c:\syslinux\com32\menu\menu.c32" to "c:\ubcd\syslinux\"
- Copy "c:\syslinux\com32\modules\chain.c32" to "c:\ubcd\syslinux\" (not necessary)
- Copy "c:\syslinux\com32\memdisk\memdisk" to "c:\ubcd\syslinux\" (not necessary)
Delete unnecessary files:
You can delete the following files in "c:\ubcd\rescuecd\isolinux\"
Code:
boot.cat (boot catalog file needed for the iso image, but when you remaster the iso an updated boot catalog will be formed.)
isolinux.bin (already included in ubcd)
isolinux.cfg (replaced by rescuecd.cfg)
memdisk (already in "c:\ubcd\isolinux\")
Remaster the iso:
If you don't know how to do it, see
viewtopic.php?t=1343.