Unable to deploy the image using ghost
error: 36000
All versions of ghost
No active partition set on the drive.
Open Command prompt Enter: Diskpart
Then enter the following commands:
list disk
select disk 1 ( this should be the disk # that you want to clean )
clean
list disk
create partiton primary
select partition 1
active
exit