Take the *.img file that you created (suppose you named it spinrate.img)
Place it in /ubcd/custom/.
Edit /ubcd/custom/custom.cfg with Notepad and add:
Code:
LABEL spinrite
MENU LABEL SpinRite
LINUX /boot/syslinux/memdisk
INITRD /ubcd/custom/spinrite.img
APPEND raw
You also can gzip the image with 7-zip (spinrite.img.gz). When you use a gzipped image, it will boot a little faster because less reading operations need to be done. If you use the gzipped image, use:
Code:
LABEL spinrite
MENU LABEL SpinRite
LINUX /boot/syslinux/memdisk
INITRD /ubcd/custom/spinrite.img.gz
APPEND raw
_________________
Download
Ultimate Boot CD v5.0:
http://www.ultimatebootcd.com/download.htmlUse
Parted Magic for handling all partitioning task:
http://partedmagic.com/