Content deleted Content added
No edit summary |
No edit summary |
||
Line 2:
{{Redirect-distinguish|Boot partition|BIOS boot partition}}
'''System partition''' and '''boot partition''' are computing terms for [[disk partition]]s of a [[hard disk drive]] that must exist and be properly configured for some [[Operating System]] (OS) to function correctly. There are two different definitions for these terms: One that developed from the firmware on the PC's
==PC definition==
In context of many PC operating systems, system partition and 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 OS. For example, in the standard [[Linux]] directory layout ([[Filesystem Hierarchy Standard]]), boot files (such as the [[Linux kernel|kernel]], [[initrd]], and boot loader [[GRUB]]) are mounted at <code>/boot/</code>.<ref>{{cite book|last=Petersen|first=Richard|title=Ubuntu The Complete Reference|year=2009|publisher=McGraw-Hill|___location=New York|isbn=0-07-164368-0|page=473|chapter=Chapter 21: Basic System Administration}}</ref>
*The ''system partition'' is the disk partition that contains the
In Linux, a single partition can be both a boot and a system partition if both <code>/boot/</code> and root directory are in the same partition.
|