Bootpartition
A boot partition is a disk partition that contains the files required to start an operating system, including the bootloader, kernel images, and initial ramdisk. It may be a separate partition or reside within the root filesystem. The purpose is to provide a dedicated location that the system firmware or bootloader can access early in the startup sequence.
On legacy BIOS systems with MBR partitioning, the boot partition is often an active primary partition that
Contents typically found in a boot partition include the bootloader program (such as GRUB, LILO, or Windows
In Linux, /boot is commonly a separate partition mounted at /boot, while on UEFI systems the ESP
Windows installations may use a System Reserved partition to hold the Boot Configuration Data and boot manager