LOGBOOK

HELP

Quiz Entry - updated: 2026.07.05

What are the five steps in the Cisco switch boot sequence?

POST (Power-On Self-Test) → Boot Loader → CPU (Central Processing Unit) init → Flash init → Load IOS — a power-on hardware check, then the bootloader initializes hardware and loads the operating system.

POST, Boot Loader, CPU Init, Flash FS Init, Load IOS.

* The five-step switch boot sequence. *

  1. POST: Stored in ROM (Read-Only Memory), checks CPU, DRAM (Dynamic Random-Access Memory), and flash file system
  2. Boot Loader: Small program in ROM, runs immediately after POST completes
  3. CPU Initialization: Boot loader initializes CPU registers — controls memory mapping, memory quantity, and speed
  4. Flash File System Init: Boot loader initializes the flash file system on the system board
  5. Load IOS: Boot loader locates and loads the default IOS image into memory, then hands control to IOS

Tip: Think of it like booting a PC — hardware check first (POST), then the BIOS/bootloader initializes hardware, then the OS loads from disk (flash).

Go deeper:

From Quiz: NETW2 / Basic Device Configuration | Updated: Jul 05, 2026