Issue with deployment of Windows 8 wim with imagex deployment.
Applied image like below from WinPE
- Diskpart
- Select disk 0
- Clean
- Create partition primary
- Select partition 1
- Active
- Format quick
- Assign letter=c
- Exit
- Imagex /apply h:\lab\windows8.wim 1 c:
Afterwards system wouldn’t boot, giving error about bootmgr not found. Checked files and everything disk had been imaged correctly. Had to do the following to get the system to start:
- bootsect /nt60 c:
- bcdboot c:\windows
Strange, but short on time so this solution works for now.