Tripredacus Posted April 14, 2008 Posted April 14, 2008 Alright here is a weird one that I haven't experienced yet, although I have a lead on it already. I have a machine that I captured an XP image from. The volume table is as follows:vol 0: ltr=c; label=; FS=NTFS; Type=Part; Size=61GB; Status=Healthy; Info=;vol 1: ltr=; label=; FS=FAT32; Type=Part; Size=14GB; Status=Healthy; Info=Hidden;I created the image as follows:[diskpart]select disk 0select part 1select vol 1assign letter=d:[imagex]imagex /capture c: z:\image.wim "C Drive" /compress fastimagex /capture d: z:\image.wim "D Drive" /compress fastThen I redploy the image back onto the source machine. The only difference is that the partitions are backwards because of Microsoft's Standard Practices for using diskpart.[diskpart]select disk 0cleancreate part pri size=14096select part 1assign letter=d:format fs=fat32 quickcreate part pri size=62220activeassign letter=c:format fs=ntfs quickexit[imagex]imagex /apply z:\image.wim "Drive C" C:imagex /apply z:\image.wim "Drive D" D:[diskpart]select disk 0select part 1select vol 1att vol set hiddenatt vol set nodefaultdriveletterset id=12[imagex]attrib c:\boot.ini -R +A -S -Hcopy v_boot.ini 1attrib c:\boot.ini +R -A +S +HThe boot.ini is replaced because the boot volume is now different than the one that was captured. All I did was change the VOLUME(1) to (0) but should I need to change that to (2)?So on bootup I get the HAL.DLL is missing or corrupted, but if I use NTFSDOS (or reboot back into the PE) I can see that the file is there.Also now the vols look the same as above, except the Vol #s are switched. LMK if anyone has any ideas.
lyledg Posted April 23, 2008 Posted April 23, 2008 Alright here is a weird one that I haven't experienced yet, although I have a lead on it already. I have a machine that I captured an XP image from. The volume table is as follows:vol 0: ltr=c; label=; FS=NTFS; Type=Part; Size=61GB; Status=Healthy; Info=;vol 1: ltr=; label=; FS=FAT32; Type=Part; Size=14GB; Status=Healthy; Info=Hidden;I created the image as follows:[diskpart]select disk 0select part 1select vol 1assign letter=d:[imagex]imagex /capture c: z:\image.wim "C Drive" /compress fastimagex /capture d: z:\image.wim "D Drive" /compress fastThen I redploy the image back onto the source machine. The only difference is that the partitions are backwards because of Microsoft's Standard Practices for using diskpart.[diskpart]select disk 0cleancreate part pri size=14096select part 1assign letter=d:format fs=fat32 quickcreate part pri size=62220activeassign letter=c:format fs=ntfs quickexit[imagex]imagex /apply z:\image.wim "Drive C" C:imagex /apply z:\image.wim "Drive D" D:[diskpart]select disk 0select part 1select vol 1att vol set hiddenatt vol set nodefaultdriveletterset id=12[imagex]attrib c:\boot.ini -R +A -S -Hcopy v_boot.ini 1attrib c:\boot.ini +R -A +S +HThe boot.ini is replaced because the boot volume is now different than the one that was captured. All I did was change the VOLUME(1) to (0) but should I need to change that to (2)?So on bootup I get the HAL.DLL is missing or corrupted, but if I use NTFSDOS (or reboot back into the PE) I can see that the file is there.Also now the vols look the same as above, except the Vol #s are switched. LMK if anyone has any ideas.This has certainly got something to do with your boot.ini file. I was getting the same result and had to change the volume number to 2 to get it to work for me
Tripredacus Posted April 23, 2008 Author Posted April 23, 2008 Not only did I find that out... I figured that the volume ID would start at zero but it starts at one instead. I also realised that since I wasn't creating an EFI or other special partition, the recovery partition wasn't required to be part 1, so I changed the pathing and it now works properly.
tamimh Posted May 15, 2008 Posted May 15, 2008 HiYou forgot the /boot switchyour line should look something like this:imagex /capture c: z:\image.wim "C Drive" /boot /compress fastTamir
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