Jump to content

Recommended Posts

Posted

Hi All,

I have searched through the forums and google and not having much luck with a solution to my issue.

I am looking at moving to WINPE 2.0 and using IMAGEX for all of my imaging uses replacing Ghost.

The issue I have is that I want to fully automate the whole process from diskpart to applying the image.

If an empty disk is put into the PC, when PE loads ub from Bootable USB drive that takes drive C which means that Drive C is in use and cant be imaged to.

How can I ensure that my USB drive boots up using say Drive K: ?

I am also looking for a free way to do this ;-)

Thanks in advance...


Posted

Its ok, I managed to write a little scipt that detects if it is the usb as c:

If it is then it goes into diskpart, creates a part and then reboots.

Once loaded back in all is good :-)

Posted (edited)

wouldn't it be easier to change the UFD drive letter with diskpart?

diskpart

sel disk 1

assign letter=K

sel disk 0

cre part pri

act

assign letter=c

sel vol c:

format fs=ntfs quick

exit

Edited by Atheros

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...