When you install either Windows 7 or Windows Server 2008 R2 onto a un-partitioned hard drive it will create a 100Mb partition that does not have a drive letter. This 100Mb partition is mainly there in case you are going to use the Bitlocker feature however Windows also puts its boot loader on this partition meaning you cant just delete it.
I found that after creating a 2008 R2 server on VMWare I was unable to back up the server using VCB because of this partition, I believe VMWare expects the operation system to be the first partition. Once the partition was removed VCB worked as normal
I was getting messages such as the below when tring to mount the server using VCB.
[2010-06-10 17:12:05.872 'vcbMounter' 7600 error] Error: Cannot query guest OS information. The mount directory path is invalid.
[2010-06-10 17:12:05.872 'vcbMounter' 7600 error] An error occurred, cleaning up...
You may also want to remove this partition to have a single clean partition to make imaging a client machine easier.
If you can it is best to stop Windows creating the partition during the install, however if you have already installed Windows and need to remove the System reserved partition for whatever reason the below steps shoukd do the trick.
I have done this several times and have not had any issues but I would say;
MAKE SURE YOU HAVE A BACKUP \ SNAPSHOT THERE IS THE POTENTIAL YOU MACHINE WILL NOT BOOT AFTER FOLLOWING THESE STEPS
1) Open a command prompt with administrator privileges (right click => run as administrator)
Type:
bcdboot c:\windows /s c:
You should get a message similar to:
Boot files successfully created.
2) Open the Disk Management GUI (you could use diskpart for scripts), locate the C:\ partition right-click and select “Mark Partition as Active”, select yes to the “do you want to continue message”
3) Reboot to confirm that everything is ok.
4) In Disk Management you can now delete the 100Mb System Reserved partition by right clicking on it and selecting “Delete volume”
Optional
5) To re-claim the 100Mb you can use a partitioning tool such as partition magic or gparted
- Add new comment
- 88328 reads

Comments
useful
thanks...
Thanks, you made my day!
Thanks, you made my day!
Glad it helped!
Glad it helped!
yes
you are awesome man! thank you so much.
No problem, glad you found it
No problem, glad you found it of use.
Thanks
Excellent post. Saved me re-formatting my hard drive re-installing windows etc.
great work...and helpful advice
You made my day...have been going through the pain of bpfis logs for vcb backups and snapshot errors, trying to install the backup agent on my customer's server and all possible things. Finally figured out the likely cause was the system reserved partition and your instructions helped me delete it cautiously. Thank you, I appreciate your posting of the solution.
Glad you found it of use
Glad you found it of use
Thanks!!!
I have looking for a way to get rid the System Reserved partition for weeks! Thanks man!! I have had a number of issuesd with MDT Task Sequence and it has been failing because WinPE was trying to copy to this System Reserved partition and there was no easy way to work around it.
Great work!!
Shameem
Also works on Windows 8
as far as the comment "If you
How to stop Windows creating
Thank you very much for this
Leave a comment