Restore a Cloned Virtual Machine
In VCenter go to the Datastore that contain VDX fileRight Click VDX file and register VM with different than the running one. EX: SrvrRecovery
After that change the Datastore from backup to our production Datastore
Now when you fire up the Machine it will have a lot of problem because the disk is Write Protected, Hidden and it has Nodefault Driver Letter so the Boot Procedure will fail. To overcome that
Change the value of the disk.EnableUUID parameter to False: Vcenter -> Host -> SrvrRecovery (PowerOFF) -> Actions -> Edit Settings -> VM Options -> Advanced -> Configuration Parameters -> Edit Configuration -> disk.EnableUUID-> False
Ajust booting flags on Primary Boot Partition
VCenter -> SrvrRecoveryPowerON -> Connect Windows Server 2008 RC2 .iso and boot into it.
Optional: change your network card to other place or temporary disable
When Host bootup -> Esc -> Boot from CD -> Choose Repair your computer -> Select Command Prompt Option.
diskpart
list volume
select volume 1
attributes volume
attributes volume clear nodefaultdriveletter
attributes volume clear hidden
attributes volume clear readonly
exit
Rebuild Boot Configuration Data
In command Prompt
bootrec /rebuildbcd
type Y (yes)
exit
After it complete successfully exit the prompt and restart the server
0 comments:
Post a Comment