Kindovic Posted December 21, 2007 Posted December 21, 2007 (edited) Hi guys,I'm new here and I require some help. Currently I have a system with 2 OSes (Windows Vista Business and Windows XP Professional SP2). I have a total of 3 partitions namely Vista, WinXP and Data.I wish to use ImageX to create images of the Vista and WinXP partitions. Is the following commands below able to create the images where they are saved on my removable storage (g:)?imagex /capture c: g:\Vista.wim "Windows Vista" /verifyimagex /capture d: g:\WinXP.wim "Windows XP" /verifyIf the above command is correct, then is the below command able to apply the image back on the system?imagex /apply g:\Vista.wim c:\ /verifyimagex /apply g:\WinXP.wim c:\ /verifyAfter applying the images, will I still get to see the Vista Bootloader screen to prompt me to choose the operating system to start?Thanks and forgive me for being so long winded as this is my first time dealing with ImageX. Edited December 21, 2007 by Kindovic
ChrisQuestionMark Posted December 21, 2007 Posted December 21, 2007 Almost, except for the typo when applying. You're applying both images to the C:\You can actually save both partitions in one .wim file with the /append function.imagex /capture c: g:\Dual-Boot.wim "Windows Vista" imagex /append d: g:\Dual-Boot.wim "Windows XP"then to apply itimagex /apply g:\Dual-Boot.wim 1 c:imagex /apply g:\Dual-Boot.wim 2 d:Yes, you should still get the Vista boot loader like before. Don't take my word for it though, find a test machine and try it out.
Kindovic Posted December 22, 2007 Author Posted December 22, 2007 oh yeah...spotted my mistakeThanks for ur help!!Appreciated it!!
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