Sorry, wrong forum, please ignore
From: [email protected] [mailto:[email protected]] On Behalf Of Roland Janus Sent: Donnerstag, 30. Oktober 2014 14:31 To: [email protected] Subject: [msmom] Fixing firmware on Hyper-V after multiple OSD Reinstalling a hyper-v UEFI client over and over breaks the bcd store somehow. The hyper-v settings in "firmware" show "load failed". Rebuilding this using hyper-v cmdlets works fine, but hat obviously doesn't work within OSD: Get-VM "chbs-d000002 uefi"|Get-VMFirmware|ForEach {Set-VMFirmware -BootOrder ($_.Bootorder )$_} This is just rebuilding it with the same values, but it fixes that anyway. I like to have the bcd store fixed after OSD finished, but working with that store is rather complicated. Anyone has an idea how to fix that automated during OSD? Or nobody else has that problem? -roland
