urgent help needed...

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
vinhit4u
Posts: 1
Joined: Tue Oct 28, 2008 10:34 pm

urgent help needed...

#1 Post by vinhit4u » Tue Oct 28, 2008 11:01 pm

I have to integrate a program viz true back which is in a bootable floppy (program to tak hash & image of Harddisks). the flopy contains the following files:
autoexec.bat
command.com
config.sys
DI1000DD.sys
DRVSPACE.bin
himem.sys
io.sys
mouse.com
mouse.ini
mscdex.exe
msdos.sys
oakcdrom.sys
trueback.exe
trueback.hlp
usbaspi.sys
wipeutil.exe
xmsdsk.exe
readme.txt
Please help me. I want a step by step direction especially to edit custom.cfg and copying image/files

thanks in advance...

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#2 Post by Icecube » Tue Nov 04, 2008 3:34 pm

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: Select all

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 viewtopic.php?t=1343.

Test the new iso inside a virtual machine.
http://www.virtualbox.org/

Locked