So it comes already in floppy image format (1.44 or 2.88mb in size)?
Suppose that the image is named
viz.img (you can rename it to something other: maximum 8 characters + 3 for the extension))
- Extract the UBCD iso with
7zip to
c:\ubcd-extract\:
http://www.7-zip.org/
- Copy
viz.img to
c:\ubcd-extract\custom\
- Open the file
c:\ubcd-extract\custom\custom.cfg with notepad and change the text in it to:
Code:
MENU INCLUDE /menus/defaults.cfg
LABEL back
MENU LABEL ..
KERNEL menu.c32
APPEND /menus/main.cfg
LABEL viz
MENU LABEL Viz tru back
KERNEL memdisk
APPEND initrd=/custom/viz.img
Change viz.img in the text to something else if you have named your image different than viz.img.
Remaster the iso:
If you don't know how to do it, see
http://www.ultimatebootcd.com/forums/viewtopic.php?t=1343.
Test the new iso inside a virtual machine.
http://www.virtualbox.org/