Correção da partição de inicialização do Windows que ocupa muito espaço (900 MB)

0

Instalei o Windows 7 Proffesional SP 1 de uma unidade vazia para HP Pavilion g4-1004tx  e usá-lo sem problemas por muitos meses. Recentemente, eu quero instalar o Linux e começa a perceber que a partição de inicialização está tomando muito espaço (900MB!). Eu sei o propósito da partição de inicialização e estou ciente disso desde o Vista. Mas, como eu me lembro, geralmente usa apenas cerca de 100 - 200 MB. 900 é obviamente demais. Até usa apenas 40-50 MB dessa partição!

Existe alguma maneira de corrigir isso? Ah, estou usando o Windows 7 com Lincense Acadêmico (MSDNAA), se faz alguma diferença.

Aqui está a partição obtida da ferramenta Gerenciamento do computador:

    
por bertzzie 03.09.2011 / 13:44

3 respostas

2

.

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

Boot into Windows 7.

To allow access to the System Reserved partition, use Disk Management to assign a drive letter to it: Click the Start button. Right-click on Computer. Click on Manage in the pop-up menu. Computer Management will open. Click on Disk Management in the tree on the left side. Right-click on the System Reserved partition and select Change Drive Letter and Paths... from the pop-up menu. Click the Add button. 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. Leave the Computer Management window open (it will be needed again in later steps).

Note: If an AutoPlay window pops up, just close it.

Click the Start button and then on Computer to open Explorer.

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.

Close Explorer once you've determined the drive letter assignments.

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.

Unload the BCD registry hive by running the following command:

 
reg  unload  HKLM\BCD00000000

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

Copy the Boot folder from the Vista (booting) partition to the Windows 7 partition. Run the following command:

 
robocopy  e:\Boot  C:\Boot  /s

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.

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.

Close the Command Prompt window.

Remove the drive letter assignment from the System Reserved partition and set the Windows 7 partition as the Active (booting) partition.

Return to Disk Management (in the Computer Management window). Right-click on the System Reserved partition and select Change Drive Letter and Paths... from the pop-up menu. Click the Remove button. Click the Yes button to confirm the change. Right-click on the Windows 7 partition and select Mark Partition as Active from the pop-up menu. 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. Close the Computer Management window. Windows 7 should now be configured to boot properly from its own partition.

If you now wish to resize the Windows 7 partition to use this space, proceed as follows: Select the Windows 7 partition and then click the Slide button. Enter 0 in the Free Space Before box. Click the OK button. Read the warning and then click the Continue button to proceed. Once the slide has completed, verify that the Windows 7 partition is still selected and then click the Resize button. Click the OK button to error check the file system. 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. Click the OK button. Read the warning and then click the Continue button to proceed. When the resize and error check has completed, click the Close button. Return to the Boot Menu and boot into Windows 7.

.

Fonte de informação

Sugiro que você faça este disco antes de remover a partição do sistema

.

    
por 03.09.2011 / 19:29
2

Pelo que consigo lembrar sobre o Windows, o tamanho da partição não é um número flutuante, por exemplo, ela não muda magicamente por conta própria (a menos que seja um disco dinâmico). Tem certeza de que esta é uma partição de inicialização e não alguma partição de recuperação instalada pelo fornecedor. A maioria dos fornecedores não fornece mais mídia para reinstalações em suas caixas. Eles geralmente criam uma partição oculta que contém todo o software relevante para reinstalar tudo na sua máquina. Algo assim certamente estaria na faixa dos ~ 900M. De qualquer maneira, parece que você tem um disco de 500GB, então 900M pelos padrões de hoje não é nada para piscar um olho. Se você quiser instalar o Linux, vá em frente e faça isso. Apenas não mude essa partição (boot) porque estou relativamente certo de que é assim que você recupera sua caixa.

Aviso: Eu não sou um usuário nativo do Windows, minha resposta é baseada na minha experiência com o Windows no passado. Se eu estiver totalmente errado, peço desculpas.

por 03.09.2011 / 14:23
0

Eu estou supondo que você quer manter o seu sistema operacional Windows, caso contrário, você pode simplesmente apagar todas as suas partições ao instalar o linux.

Pergunta. Se sua partição do Windows era 109,51 GB em vez de 108,51, você se preocuparia em reduzi-la em 1 GB? Se não, então por que se preocupar com o tamanho da partição de recuperação do sistema?

Se você decidir redimensionar essa partição, não há ferramentas internas do Windows que façam isso, então você precisa de uma ferramenta de terceiros como o EaseUS Partition Master ou o GParted.

Você também precisará deslocar a partição do Windows para cima, o que significa que você deve fazer o backup primeiro.

    
por 03.09.2011 / 15:46