← 返回命令列表

Linux command

boot 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

View the boot process documentation

man 7 boot

View systemd boot process documentation

man 7 bootup

说明

The boot(7) man page documents the Linux system startup process based on UNIX System V Release 4. The boot sequence consists of several phases: Hardware Boot (BIOS/UEFI) > POST (Power-On Self-Test) runs, hardware is initialized, and firmware locates the bootloader OS Loader (GRUB/LILO) > The bootloader locates and loads the kernel into memory Kernel Startup > The kernel initializes devices, starts the swapper process (kswapd), and mounts the root filesystem Init Process > The first userspace process (PID 1) starts. Modern systems use systemd, older systems use SysVinit Boot Scripts > System services are started according to the configured runlevel or systemd target

FAQ

What is the boot command used for?

The boot(7) man page documents the Linux system startup process based on UNIX System V Release 4. The boot sequence consists of several phases: Hardware Boot (BIOS/UEFI) > POST (Power-On Self-Test) runs, hardware is initialized, and firmware locates the bootloader OS Loader (GRUB/LILO) > The bootloader locates and loads the kernel into memory Kernel Startup > The kernel initializes devices, starts the swapper process (kswapd), and mounts the root filesystem Init Process > The first userspace process (PID 1) starts. Modern systems use systemd, older systems use SysVinit Boot Scripts > System services are started according to the configured runlevel or systemd target

How do I run a basic boot example?

Run `man 7 boot` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more boot examples?

This page includes 2 examples for boot, plus related commands for nearby Linux tasks.