How do I deploy an Image with 2 partitions...
First of all, Good morning everyone !! Happy June the 1st...
I recently capture an image from a Raid configured machine. It had 2 partitions. C and E. Partition info. below.
c:\Volume System reserved. Type NTFS size 0.49 GB free: 0.17GB
E:\ Type NTFS Size 476.44gb free 384.56gb
I created a Diskpart script in pre-installation task. see below.
select volume 0
remove all noerr
select disk 0
create partition primary size=477440
assign letter="C"
create partition primary
assign letter="E"
exit
I also created a batch file to format. See Below.
format /q /y /fs:ntfs /v:Boot C:
bootsect.exe /NT60 C:
format /q /y /fs:ntfs /v:Windows E:
bootsect.exe /NT60 E:
Not working from me.
In advance... Thank you all kindly very much !!
Also, It looks like you are setting both partitions as boot managers. You should only be using bootsect.exe /NT60 on one drive. - Desktop Jockey 7 years ago