Deployed image boots up with boot/bcd error and BSOD
-
@Tom-Elliott I think with this specific system the issue is one of two.
- The hardware is configured for raid mode where ahci may be more appropriate.
- The Win7 image doesn’t contain the hardware driver for the disk controller.
The bluescreen stop message basically means that when windows switches to protected mode it can’t access the storage disk.
Does this HP computer have an nvme disk or m.2 disk installed?
-
@george1421 I removed the drivers from the image for the model, changed to ahci and still same error. Yes it has a NVME disk installed
-
@holydonut Ah nvme that might explain it. Did you add in the 2 hot fixes that are required for Win7 to see a nvme disk?
-
@george1421 thanks George, after installing the hot fixes I was able to deploy the image. Thanks for your help everyone!