System partition and boot partition
The system partition and the boot partition are computing terms for disk partitions of a hard [disk drive] or solid-state drive that must exist and be properly configured for a computer to operate. There are two different definitions for these terms: the common definition and the Microsoft definition.
Common definition
In context of every operating system, except those developed by Microsoft, the system partition and the boot partition are defined as follows:- The boot partition is a primary partition that contains the boot loader, a piece of software responsible for booting the operating system. For example, in the standard Linux directory layout, boot files are mounted at
/boot/. Despite Microsoft's radically different definition, System Information, a utility app included in Windows NT family of operating systems, refers to it as "boot device". - The system partition is the disk partition that contains the operating system folder, known as the system root. By default, in Linux, operating system files are mounted at
/.
/boot/ and the root directory are in the same partition.Microsoft definition
Since Windows NT 3.1, Microsoft has defined the terms as follows:- The system partition is a primary partition that contains the boot loader, a piece of software responsible for booting the operating system. This partition holds the boot sector and is marked active.
- The boot partition is the disk partition that contains the operating system folder, known as the system root or
%systemroot%in Windows NT.