| View previous topic :: View next topic |
| Author |
Message |
Older
Joined: 25 Mar 2006 Posts: 2
|
Posted: Thu Mar 30, 2006 11:32 am Post subject: DOCMEM |
|
|
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. |
|
| Back to top |
|
 |
Victor Chew
Joined: 21 Feb 2005 Posts: 902
|
Posted: Fri Mar 31, 2006 7:02 am Post subject: |
|
|
Arrgghh.. seems like DOCMEM has to be launched with diskemu in order to work properly.
To change this, simply
| Code: |
ren docmem2.igz docmem2.img.gz
gzip -d docmem2.img.gz |
Then modify line 59 of "boot/menus/mboard.scn" to read:
| Code: |
| 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. |
|
| Back to top |
|
 |
Scott Cooper
Joined: 18 Apr 2005 Posts: 136
|
Posted: Sat Apr 01, 2006 6:36 pm Post subject: |
|
|
| This effects both versions, correct? |
|
| Back to top |
|
 |
Victor Chew
Joined: 21 Feb 2005 Posts: 902
|
Posted: Sun Apr 02, 2006 8:36 am Post subject: |
|
|
| Yup! |
|
| Back to top |
|
 |
Scott Cooper
Joined: 18 Apr 2005 Posts: 136
|
Posted: Sun Apr 02, 2006 11:55 am Post subject: |
|
|
| Could you go into more detail what the changes you're suggesting do? |
|
| Back to top |
|
 |
Victor Chew
Joined: 21 Feb 2005 Posts: 902
|
Posted: Tue Apr 04, 2006 12:03 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
|