What is PXE standard (Preboot eXecution Environment)?
Standard sieciowy umożliwiający bootowanie komputera przez sieć zamiast z dysku
USB Boot requirements
The USB drive must be bootable and the computer BIOS/UEFI must support booting from USB.
Netboot / Internet-based installation
A method used by macOS Recovery or Linux distros to install an OS directly from the web.
ISO Image on External Drive
An optical drive image that can be mounted on some external drives to boot like a physical disk.
Multiboot
A configuration that allows a user to choose from two or more operating systems during startup via a boot menu.
Clean Install
An installation method that wipes the storage drive completely before installing the OS.
In-place Upgrade
An installation that updates the OS while maintaining existing applications and user data.
Image Deployment
Deploying a pre-configured clone (image) of an OS to multiple computers simultaneously.
Recovery Partition
A hidden partition on the hard drive containing the original installation files for system restoration.
Repair Installation
A process that fixes Windows OS problems without modifying or deleting user files.
Zero-touch Deployment
A fully automated installation process that requires no user intervention and includes company-specific configs.
Partition vs. Volume
A partition is a logical division of a physical drive; a formatted partition is called a volume in Microsoft terms.
GPT Partition Style (GUID Partition Table)
The modern partitioning standard requiring UEFI BIOS; supports up to 128 partitions and huge sizes.
GPT Maximum Partition Size
Over 9 billion TB (though Windows currently limits it to 256 TB).
MBR (Master Boot Record) limitations
Maximum partition size of 2 TB and a limit of four primary partitions.
MBR Primary Partition
A bootable partition; MBR disks can have up to four of these.
MBR Extended Partition
An optional partition type used to exceed the 4-partition limit by containing multiple logical drives.
Quick Format
A formatting method that creates a new file table without checking for bad sectors or erasing data.
Full Format
A formatting process that writes zeros to the entire disk and checks for bad sectors; data is unrecoverable.
diskpart
The Windows command-line utility used to perform a Full Format or advanced disk management.