Solaris · Boot Phase
Solaris · Boot Mechanics
Solaris booting starts from firmware (SP/BIOS), goes through GRUB bootloader, kernel initialization, and ends in SMF milestones. Understanding each phase is essential for troubleshooting boot issues and recovering broken systems.
From power-on until login prompt, Solaris passes through six well-defined phases. Each phase can fail independently and is useful for troubleshooting.
Boot messages are stored in /var/adm/messages and dmesg output.
Use svcs -xv to check which service is preventing boot.
Boot environments allow safe rollback during patching.
Useful if current BE is corrupted.
Milestones represent boot targets similar to run levels.
Knowing these phases makes Solaris boot troubleshooting far easier.