Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

WINPE & Ghost32

Featured Replies

After searching the forums I see that people are sucessfully using the above combination to drop an image to a hard drive.

I am having trouble. I am asking for help. :)

I have created a WINPE cd and I can boot to it no problem.

My startnet.cmd:

@echo off
factory -winpe

copy warning.exe r:\

r:\warning.exe

cls

Echo Please Remove the CD and cycle power on the computer....

Warning.exe (Compiled Wise Script):

Get Registry Key HARDWARE\DESCRIPTION\System\CentralProcessor\0 place in Variable SPEED

If SPEED Less Than "1000" then

  Set Variable CONTINUE to

  Beep 2000 milliseconds at 500 Hz

  Custom Dialog "ATTENTION!"

  If CONTINUE Equals (Ignore Case) "YES" then

     Execute Ghost32.exe -clone,mode=restore,src=NT.gho,dst=1 -sure (Wait)

  End

End

Exit Installation

All works great until Ghost launches and I get an error message:

The destination disk cannot be locked (643)

Please advise. And thanks.

  • Author

After further examination it seems that the drive is locked open due to a pagefile which is in use by WINPE. I am guessing that this is created becuase I am not using the /inram switch as the pc only has 64MB of RAM.

Anyone have any ideas?

Thanks again

Have a look at your txtsetup.sif, here I see this:

RequiredMemory = 67108864

Pagefile = 115,250
loaderprompt="I.R.A.S Loading...." <--Custom prog name

maybe try playing with these, just make sure you save good backup. But you already knew that. ;)

//EDIT//

Irrelevant see below...

Edited by likuidkewl

I seem to have no problems unless the Image I am installing is on the same partition, then it says the drive is locked. But as long as the image is on the dvd or another partition you are fine, atleast for me.

I haven't been able to get it to drop on the same partition because the some system files get locked on boot up (usually in the system32 dir) as well as the paging file...

try putting the pagin file on another HDD and see what you come up with...

The pagefile gets created by Factory.exe. You can disable the pagefile creation by setting

[winpe]

pagefilesize=0

in the winbom.ini file that lives on the root of your CD. Note: Bad things may happen in low memory situations when we can't create a pagefile, so you'll need to test & make sure all is well.

If you have another place to put the pagefile you can force the placement using the pagefilepath key (also under [winpe]), as in

pagefilepath=x:\mypagefile.sys

hth.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.