Can I delete the system reserved partition from 100MB

Anonymous
2009-06-06T22:02:00+00:00

Is there a possibility to install windows 7 (clean install) without making a extra (hidden) partition "system reserved" from 100mb?

or how can I delete this partition after install ?

Why is it for?

I have the meaning that this slows down my hard drive a little ? 

thanks

Windows for home | Previous Windows versions | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2009-06-11T15:08:03+00:00

Hi Johan G,

Thanks for posting to Getting Ready for Windows 7 .

The 100MB partition is a system partition and contains boot files. Disk Manager will not allow you to remove this partition because removing this partition could cause the system to not boot.

Thanks for posting your question to Getting Ready for Winodws 7 community group.

Regards,


Debbie

Microsoft Answers Support Engineer

Visit our Microsoft Answers Feedback Forumand let us know what you think.

Was this answer helpful?

10+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2009-06-06T22:56:08+00:00

Thanks anyway,

i wil try a install with an different harddisk.

Was this answer helpful?

0 comments No comments

149 additional answers

Sort by: Newest
  1. Anonymous
    2011-10-10T12:53:29+00:00

    Is there a possibility to install windows 7 (clean install) without making a extra (hidden) partition "system reserved" from 100mb?

    or how can I delete this partition after install ?

    Why is it for?

    I have the meaning that this slows down my hard drive a little ? 

    thanks

    this is very good guideline to delete system reserve

    How to Remove the Windows 7 "System Reserved" Partition

    Problem:

    Windows 7 setup created a System Reserved partition and installed the booting files on it. As a result, booting directly from the Windows 7 partition is not possible.

    Cause:

    During the installation of Windows 7, a previously created primary NTFS partition was not specified as the destination. Windows 7 Setup created the 100MB System Reserved partition containing the booting files and a second partition containing Windows 7.

    Solution:

    Copy the Windows 7 booting files to the Windows 7 partition, apply the necessary BCD file corrections, and (optionally) remove the System Reserved partition.

    Note: If you are using Windows 7 Ultimate/Enterprise and are using (or plan to use) BitLocker, do not remove the System Reserved partition.

    Note: These instructions assume that the Windows 7 partition is a primary partition. If Windows 7 is installed to a logical partition, removing the System Reserved partition will most likely result in a non-booting system unless using a boot manager such as BootIt BM.

    Instructions:

    Part 1 - Copy the Booting Files and Configure the Windows 7 Partition for Booting

    1. Boot into Windows 7.
    2. To allow access to the System Reserved partition, use Disk Management to assign a drive letter to it:
      1. Click the Start button.
      2. Right-click on Computer.
      3. Click on Manage in the pop-up menu. Computer Management will open.
      4. Click on Disk Management in the tree on the left side.
      5. Right-click on the System Reserved partition and select Change Drive Letter and Paths... from the pop-up menu.
      6. Click the Add button.
      7. An available drive letter will automatically be selected. You can keep it or select a different one. When finished, click the OK button. In this example, E: will be assigned to the System Reserved partition.
      8. Leave the Computer Management window open (it will be needed again in later steps).

    Note: If an AutoPlay window pops up, just close it. 3. Click the Start button and then on Computer to open Explorer. 4. Make note of the drive letter assigned to the System Reserved partition and the letter assigned to the Windows 7 partition. In this example, C: is the Windows 7 partition and E: is the System Reserved (booting) partition.

    Note: It's a good idea to give the partitions meaningful labels. This can help you tell them apart more easily. For example, the label for the Windows 7 partition might be Win7. This can be especially helpful when trying to tell which partition is which from the Command Prompt. 5. Close Explorer once you've determined the drive letter assignments. 6. Start an Administrator mode Command Prompt. To do this, click on the Start button, then All Programs, then Accessories. Right-click on the Command Prompt item and select Run as administrator from the pop-up menu. If a UAC prompt is displayed, click the Yes button. 7. Unload the BCD registry hive by running the following command:

    reg  unload  HKLM\BCD00000000 8. Copy the bootmgr file from the Vista (booting) partition to the Windows 7 partition (make sure to use the drive letters as assigned on your computer). Run the following command:

    robocopy  e:\  c:\  bootmgr 9. Copy the Boot folder from the Vista (booting) partition to the Windows 7 partition. Run the following command:

    robocopy  e:\Boot  C:\Boot  /s 10. The booting files have now been copied. If you wish to verify that they were copied correctly, run the following command (make sure to use the drive letter of the Windows 7 partition):

    dir  c:\  /ah

    If the bootmgr file and the Boot folder show up in the list, the procedure was successful. 11. To update the copied BCD file so it will boot correctly, run the following command:

    bcdedit  /store  c:\boot\bcd  /set  {bootmgr}  device  partition=C:

    Note: If your Windows 7 partition is assigned a letter other than C:, make sure to use that value instead.

    Note: If you are using BootIt BM, you can use the BCD Edit feature to update the BCD file instead of running the above command. See Part 2 - Step 3 for details. 12. Close the Command Prompt window. 13. Remove the drive letter assignment from the System Reserved partition and set the Windows 7 partition as the Active (booting) partition.

    1. Return to **Disk Management** (in the Computer Management window).
    2. Right-click on the **System Reserved** partition and select **Change Drive Letter and Paths...** from the pop-up menu.
    3. Click the **Remove** button.
    4. Click the **Yes** button to confirm the change.
    5. Right-click on the Windows 7 partition and select **Mark Partition as Active** from the pop-up menu.
    6. Click the **Yes** button to confirm the change. You should see the
    

    Active tag move from the System Reserved partition to the Windows 7 partition. 7. Close the Computer Management window.

    Windows 7 should now be configured to boot properly from its own partition.

    Part 2 - Update BootIt BM to Boot Windows 7

    Note: If you are not using BootIt BM as your boot manager, you can skip this part of the instructions.

    1. Reboot to BootIt BM.
    2. Edit the Boot Menu entry for Windows 7. Select the Windows 7 partition as the booting partition. Save the change.
    3. If you didn't run the BCD update command in Part 1 - Step 11, go into Partition Work and select the Windows 7 partition. Click the BCD Edit button. Select the Boot section. Configure the Windows 7 entry by following the instructions under the Important BCD Settings section of the article **How to Use the BCD Edit Feature of BootIt BM.**

    Part 3 - Remove the System Reserved Partition

    Note: This part is optional. Removing the partition will only gain 100MB of unallocated space. However, it will free up one primary partition slot.

    Deleting the partition can be done from either Windows Disk Management or BootIt BM.

    Using Disk Management:

    1. If Windows 7 hasn't been rebooted since the completion of the Part 1 instructions, reboot Windows 7. It should boot normally.
    2. Start Disk Management (reference Part 1 - Steps 2a through 2d, if necessary).
    3. Verify that the Windows 7 partition is now tagged as both the System and the Active partition. The System Reserved partition should just be tagged as Primary Partition.
    4. Right-click on the System Reserved partition.
    5. Select Delete Volume... from the pop-up menu.
    6. Click the Yes button to confirm the deletion.
    7. The space used by the System Reserved partition should now be shown as Unallocated.

    Using BootIt BM:

    1. Boot into BootIt BM.
    2. Enter Maintenance mode.
    3. Click Partition Work on the desktop.
    4. Select the System Reserved partition and then click the Delete button.
    5. Click the Yes button to confirm the deletion.

    If you now wish to resize the Windows 7 partition to use this space, proceed as follows:

    1. Select the Windows 7 partition and then click the Slide button.
    2. Enter 0 in the Free Space Before box.
    3. Click the OK button.
    4. Read the warning and then click the Continue button to proceed.
    5. Once the slide has completed, verify that the Windows 7 partition is still selected and then click the Resize button.
    6. Click the OK button to error check the file system.
    7. Adjust the New Size value to what you want. Setting it to the Max Size value will resize the partition to use all available free space.
    8. Click the OK button.
    9. Read the warning and then click the Continue button to proceed. When the resize and error check has completed, click the Close button.
    10. Return to the Boot Menu and boot into Windows 7.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2011-10-10T10:38:12+00:00

    i am facing with that trouble the whole day today, why there is system reserve drive in windows 7, it isn't possible if there is no that drive, i want to ask windows7 company,, and how to delete it? even in partition i can delete it,, i think windows7 company is making modern technology for the world not making trouble for the world. i have many people from different country also facing trouble such as me...,, what is your suggestion windows 7 company??????????

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2011-10-03T09:54:43+00:00

    I have already removed this 100 mb syatem partition......so what I have to do now??? please reply fast.....

    den when I am trying to install Windows 7 and when I select my SSD disk it says "Setup was unable to create a new system partition or locate an existing system partition. See the setup log files for more information".

    First where do I find the setup log files??

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments