DOCMEM

Report new bugs here, or look at known issues of current and previous releases of UBCD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
Older
Posts: 9
Joined: Sat Mar 25, 2006 12:42 pm

DOCMEM

#1 Post by Older » Thu Mar 30, 2006 11:32 am

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.

Victor Chew
Posts: 1368
Joined: Mon Feb 21, 2005 10:59 pm
Contact:

#2 Post by Victor Chew » Fri Mar 31, 2006 7:02 am

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.

Scott Cooper
Posts: 136
Joined: Mon Apr 18, 2005 9:07 pm

#3 Post by Scott Cooper » Sat Apr 01, 2006 6:36 pm

This effects both versions, correct?

Victor Chew
Posts: 1368
Joined: Mon Feb 21, 2005 10:59 pm
Contact:

#4 Post by Victor Chew » Sun Apr 02, 2006 8:36 am

Yup!

Scott Cooper
Posts: 136
Joined: Mon Apr 18, 2005 9:07 pm

#5 Post by Scott Cooper » Sun Apr 02, 2006 11:55 am

Could you go into more detail what the changes you're suggesting do?

Victor Chew
Posts: 1368
Joined: Mon Feb 21, 2005 10:59 pm
Contact:

#6 Post by Victor Chew » Tue Apr 04, 2006 12:03 pm

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.

Locked