System partition and boot partition

From Infogalactic: the planetary knowledge core
(Redirected from System partition)
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

System partition and boot partition are computing terms for disk partitions of a hard disk drive that must exist and be properly configured for a system to operate correctly. There are two different definitions for these terms: One that developed from the simple firmware on PC's allowing Operating Systems to manage their own Boot Loader's location and one, common in servers, for Firmware that manages the location and selection of Boot Loader. The difference comes from the differing view that the partition is intended to hold a single Operating Systems "boot" code and that the "system" firmware controls the partition with the boot code.

PC definition

In context of many PC operating systems, system partition and boot partition are defined as follows:

In Linux, a single partition can be both a boot and a system partition if both /boot/ and root directory are in the same partition.

Server definition

In the context of Microsoft Windows, and Firmware with System Partition support such as EFI, the terms are defined as follows:

  • The system partition is a partition that contains boot loaders, software responsible for booting one or more OS'.[2][3]:970
  • The boot partitions are the disk partition that contains the operating system folder, known as system root or %systemroot% in Windows NT.[4]

A single partition may be both a system and a boot partition. In case they are separate, however, the boot partition does not contain the boot software and the system partition does not have the system root.[3]:971

Before Windows 7, the system and boot partitions were, by default, the same and were given the identifier "C:". After Windows 7, however, Windows Setup creates, by default, a separate system partition that is not given an identifier and therefore is hidden. The boot partition is still given "C:" as its identifier. This configuration is suitable for running BitLocker, which requires a separate, unencrypted system partition for booting.

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. 3.0 3.1 Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.

External links