Page 1 of 1

DOCMEM

Posted: Thu Mar 30, 2006 11:32 am
by Older
Could someone please take a minute to run DOCMEM from the UBCD.

When that does not work, try it from it's own boot floppy.

Please do not reply until you try these two steps.

Posted: Fri Mar 31, 2006 7:02 am
by Victor Chew
Arrgghh.. seems like DOCMEM has to be launched with diskemu in order to work properly.

To change this, simply

Code: Select all

ren docmem2.igz docmem2.img.gz
gzip -d docmem2.img.gz
Then modify line 59 of "boot/menus/mboard.scn" to read:

Code: Select all

if ($lastKey == key[1]); then set method = "diskemu"; then set image = "docmem2"; then script launch.scn
Finally create a customized UBCD.

Let me know if it works for you guys as well, and I will figure out a patch for it.

Posted: Sat Apr 01, 2006 6:36 pm
by Scott Cooper
This effects both versions, correct?

Posted: Sun Apr 02, 2006 8:36 am
by Victor Chew
Yup!

Posted: Sun Apr 02, 2006 11:55 am
by Scott Cooper
Could you go into more detail what the changes you're suggesting do?

Posted: Tue Apr 04, 2006 12:03 pm
by Victor Chew
I have just put out a patch for it:

http://www.ultimatebootcd.com/bugs.html

Basically I have uncompressed both images so that they can be launched via diskemu.