The 100mb Windows 7 and Windows 2008 System Recovery Partition typically sits as the first partition on a disk which is enough to confuse VCB and cause it to fail, so it needs to moved (not removed) and here’s how.
Before running this in the live environment the virtual machine should be powered off AND backed up, of course I know you’d do that anyway.
Steps to follow:
- Power on the virtual machine and log in with an administrative account.
- Open a Command Prompt.
- Type diskpart and press ENTER.
- Type select vol c and press ENTER.
- Type shrink desired=100 and press ENTER.
- Type list vol to verify that volume C is still selected and press ENTER.
- Type Create Part Primary and press ENTER.
- Type List vol to verify that the new 100mb volume is selected and press ENTER.
- Type Format fs=ntfs quick and press ENTER.
- Type Assign letter r and press ENTER.
- Type Select vol 1 (1 is typically the existing boot partition
Comments
Leave a comment Trackback