Hi All,
I am stumped on this one, I am trying to perform a bare metal deployment of a Hyper-V server using SCVMM.
The server successfully PXE boots, performs deep discovery, downloads the VHD file and expands it.
The job fails with error:
Error (21114)
Unable to configure BCD record on physical computer D8BFA327-ADD6-DF11-1000-00000000001C.
Recommended Action
Verify that the physical computer profile and the physical computer information match.
On the physical server itself in the log file you can see:
0650.0610::09/28-15:57:59.031#00:exceptions.cpp(97)[000000000238CF: CarmineException::CarmineException: CarmineError: 21114, hr: 0x8099527a
Above it in the log, I can see this error:
0650.0610::09/28-15:57:57.780#11:FindVolume.cpp(72): FindVolumes, Failed to IOCTL_STORAGE_GET_DEVICE_NUMBER to [\\?\Volume{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}]
Some details:
Using SCVMM 2012 R2 RU6 on Windows Server 2012 R2
Physical Server is a UCS Blade M2 B200
Storage is Boot from SAN connected via Fiber to a EMC Clariion.
I originally thought this might be due to the physical disk appearing multiple times and WinPE does not support MPIO. I have dropped the number of paths down to 1 so the disk is only showing once for the server.
Does anyone have any ideas why it might be failed at the BCD start stage?
Thanks
Will