tilla Posted November 1, 2007 Posted November 1, 2007 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...
Tripredacus Posted November 2, 2007 Posted November 2, 2007 Well.... you can just tell imagex to apply or capture to another letter besides c:
tilla Posted November 2, 2007 Author Posted November 2, 2007 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 :-)
Atheros Posted November 5, 2007 Posted November 5, 2007 (edited) wouldn't it be easier to change the UFD drive letter with diskpart?diskpartsel disk 1assign letter=Ksel disk 0cre part priactassign letter=csel vol c:format fs=ntfs quickexit Edited November 5, 2007 by Atheros
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now