Processo de inicialização do Windows

2

No Windows: Partição do Sistema: Contém arquivos específicos de hardware para inicialização (NTLDR, Boot.ini e ntdetect.com etc) Partição de inicialização: arquivos do sistema operacional

Uma partição pode ser tanto de sistema quanto de inicialização, mas isso não é necessário e pode haver duas partições separadas, uma para o sistema e a segunda para a inicialização.

Quando uma partição é de sistema e de inicialização, não haverá problema e tudo (arquivos de inicialização + arquivos do sistema operacional) estará nessa partição, além do setor de inicialização. Estou certo?

A confusão chega quando há partições separadas para o sistema e a inicialização.

  • Onde será o setor de inicialização quando separar partições? No sistema partição?
  • O setor de inicialização sempre estará presente na partição do sistema?
  • Existe algum outro setor de inicialização associado a cada partição de inicialização?
  • Normalmente, no Windows XP, a primeira partição é Sistema e Inicialização. No VISTA / W7 normalmente há uma partição do sistema separada, esta partição contém apenas os arquivos de inicialização (Boot Configuration Data, bootmgr etc) para a inicialização. Esta configuração é obrigatória para o VISTA / W7? Também podemos fazer isso no Windows XP?

Atenciosamente,

    
por MA1 10.03.2010 / 07:26

1 resposta

1

Neste artigo do Suporte Microsoft: Definições para volume do sistema e volume de inicialização .

System volume

The system volume refers to the disk volume that contains the hardware-specific files that are needed to start Windows, such as Ntldr, Boot.ini, and Ntdetect.com.

On computers that are running the Intel x86 line of CPU processors and later versions, the system volume must be a primary volume that is marked as active. This requirement can be fulfilled on any drive on the computer that the system BIOS searches when the operating system starts.

The system volume can be the same volume as the boot volume. However, this configuration is not required.

Boot volume

The boot volume refers to the disk volume that contains the Windows operating system files and the supporting files. By default, the Windows operating system files are in the WINDOWS folder, and the supporting files are in the WINDOWS\System32 folder.

The boot volume can be the same volume as the system volume. However, this configuration is not required.

There is only one system volume. However, there is one boot volume for each operating system in a multiboot system.

    
por 10.03.2010 / 07:50

Tags