Symptoms

Issue 1:  “Hyper-V Role Cannot be installed "Failure configuring windows features"SymptomsWhen installing Hyper-V Role you may get the following error: "Failure configuring windows features   Reverting changes  Do not turn off your computer"Under CBS.log look for the following Process output: [l:100 [100]"The boot configuration data store could not be opened.The system cannot find the file specified."][gle=0x80004005]Issue 2:  “Failed to prepare storage for testing on node Node1 status 87”SymptomsWhen you run Cluster validation; Storage validation fails, under Cluster Validation Reports we can see the following error:   List all disks visible to one or more nodes (including non-cluster disks).  Prepare storage for testing  Preparing storage for testing on node Node1.contoso.com  Preparing storage for testing on node Node1  Failed to prepare storage for testing on node Node1 status 87  Failed to prepare storage for testing on node Node1 status 87Issue: 3: “The boot configuration data store could not be opened. The system cannot find the file specified.”SymptomsWhen you run Bcdedit /enum all you get the following error“The boot configuration data store could not be opened. The system cannot find the file specified.” Look for the following registry key HKEY_LOCAL_MACHINE\BCD00000000If we check under HKLM you will not find the key BCD00000000 CauseIf some 3rd party storage Disk or Storage Management software is installed it may bring all the volume without drive letter offline Generally 100 MB partition is system partition which contains Boot configuration Database and does not have a drive letter assigned.ResolutionFrom command promptC:\>DiskpartC:\Diskpart> List volumeC:\Diskpart> Select volume 1 (Considering this is 100 MB system partition)c:\Diskpart> Online volumeC:\Diskpart> exitOR From the Disk Management console assign the drive letter to the 100MB partition it should bring the disk online.To access Disk Management, open command prompt C:\>Diskmgmt.mscSelect the 100 MB volume; Right click on the volume Change drive letter & Path; Assign a drive letter.Assigning the drive letter will ensure the volume is not offline again after a reboot.The volumes may go offline if AUTOMOUNT is disabled either while using a 3rd party storage software or if the user manually disabled the AUTOMOUNT for the volume. To check this type the following command after running diskpart in the administrator command prompt DISKPART> automountAutomatic mounting of new volumes is disabled.To enable AUTOMOUNT run the following commandDISKPART> automount enableReboot the server and the volume will not go offline. 

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.