Skip to content

Instantly share code, notes, and snippets.

@edingc
Last active January 4, 2016 03:39
Show Gist options
  • Save edingc/8563006 to your computer and use it in GitHub Desktop.
Save edingc/8563006 to your computer and use it in GitHub Desktop.
Recovery console diskpart commands to get Server 2012/2012R2 to start following GhettoVCB/BazaarVCB restores.
diskpart
list vol
sel vol 2
attributes volume clear hidden readonly nodefaultdriveletter shadowcopy
sel vol 3
attributes volume clear hidden readonly nodefaultdriveletter shadowcopy
exit
recovery\startrep.exe
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment