Tagged articles
44 articles
Page 1 of 1
Deepin Linux
Deepin Linux
Nov 7, 2025 · Fundamentals

What Happens When You Power On a Linux Machine? Inside the Kernel Boot Process

This article explains step by step how a Linux system boots—from hardware initialization by BIOS/UEFI, through the GRUB bootloader loading the compressed kernel, to kernel decompression, initramfs setup, root filesystem mounting, init system startup, user login, and finally the orderly shutdown process, providing practical commands and troubleshooting tips.

Boot ProcessGRUBInitramfs
0 likes · 34 min read
What Happens When You Power On a Linux Machine? Inside the Kernel Boot Process
Raymond Ops
Raymond Ops
Oct 30, 2025 · Information Security

Master Linux System Security: Account Hardening, Boot Controls, and Vulnerability Scanning

This guide walks through essential Linux security practices, covering account cleanup and password policies, BIOS and GRUB boot protections, command‑history sanitization, automatic logout settings, weak‑password detection with John the Ripper, and network scanning using Nmap to help harden servers against common threats.

Account HardeningGRUBJohn the Ripper
0 likes · 18 min read
Master Linux System Security: Account Hardening, Boot Controls, and Vulnerability Scanning
Liangxu Linux
Liangxu Linux
Aug 31, 2025 · Fundamentals

Master Linux Boot Process: 10 Essential Steps Explained

This article breaks down the Linux boot sequence into ten clear stages—from power‑on self‑test and BIOS initialization to loading the kernel, executing init scripts, and finally presenting the login prompt—providing interview‑ready knowledge and detailed explanations for each step.

Boot ProcessGRUBOperating System
0 likes · 8 min read
Master Linux Boot Process: 10 Essential Steps Explained
Raymond Ops
Raymond Ops
Aug 10, 2025 · Information Security

Master Linux Account Security: PAM, sudo, and GRUB Hardening Techniques

This guide walks you through essential Linux security measures—including system account cleanup, password policies, command history restrictions, PAM authentication modules, sudo configuration, GRUB boot protection, weak‑password detection with John the Ripper, and network port scanning with nmap—to help you harden servers against unauthorized access and privilege escalation.

GRUBPassword policySudo
0 likes · 21 min read
Master Linux Account Security: PAM, sudo, and GRUB Hardening Techniques
Liangxu Linux
Liangxu Linux
May 25, 2025 · Fundamentals

Mastering Linux Boot Process: From BIOS to systemd on CentOS 8

This guide walks through the Linux boot sequence on CentOS 8, detailing the BIOS/UEFI stage, GRUB2 configuration, kernel loading, initramfs, systemd target units, and essential commands for inspecting kernel version, CPU info, network parameters, and service management.

Boot ProcessGRUBInitramfs
0 likes · 9 min read
Mastering Linux Boot Process: From BIOS to systemd on CentOS 8
Open Source Linux
Open Source Linux
Apr 3, 2025 · Operations

Understanding Linux Boot Process: From BIOS to Systemd

This article explains the Linux boot sequence, covering the BIOS/UEFI hardware check, GRUB2 bootloader configuration, kernel loading with initramfs, root filesystem mounting, systemd target units, essential services, and a CentOS 8 example with GRUB settings and module inspection.

Boot ProcessCentOSGRUB
0 likes · 8 min read
Understanding Linux Boot Process: From BIOS to Systemd
Liangxu Linux
Liangxu Linux
Mar 24, 2025 · Fundamentals

Understanding Linux Boot Process: From BIOS to systemd

This guide walks through Linux's startup sequence, covering the BIOS/UEFI hardware check, GRUB2 bootloader configuration, kernel loading, initramfs handling, systemd target units, service initialization, and a concrete CentOS 8 example with command snippets and configuration files.

Boot ProcessCentOSGRUB
0 likes · 9 min read
Understanding Linux Boot Process: From BIOS to systemd
MaGe Linux Operations
MaGe Linux Operations
Jan 30, 2025 · Information Security

Master Linux Account Security: PAM, sudo, GRUB Hardening & Weak Password Detection

This guide details comprehensive Linux security measures, including system account cleanup, password policies, command history limits, terminal auto‑logout, controlled use of the su command via PAM wheel module, PAM authentication fundamentals, sudo configuration, GRUB boot‑parameter protection, weak‑password detection with John the Ripper, and network port scanning techniques.

GRUBNetwork ScanningSudo
0 likes · 21 min read
Master Linux Account Security: PAM, sudo, GRUB Hardening & Weak Password Detection
Liangxu Linux
Liangxu Linux
Jan 19, 2025 · Information Security

Hardening Linux Account Security: User Locks, Password Policies, PAM & Sudo

This guide explains how to secure Linux accounts by disabling logins, locking or deleting users, enforcing password expiration with chage, configuring PAM modules, restricting commands via sudo, protecting the GRUB bootloader, and performing controlled password‑cracking tests with John the Ripper.

GRUBJohn the RipperPassword policy
0 likes · 10 min read
Hardening Linux Account Security: User Locks, Password Policies, PAM & Sudo
Efficient Ops
Efficient Ops
Nov 10, 2024 · Operations

How to Diagnose and Fix Common Linux System Failures

This guide walks through typical Linux operational problems—including boot failures, network issues, MBR and GRUB errors, forgotten root passwords, and read‑only file‑system symptoms—explaining their causes, step‑by‑step diagnostic methods, and practical recovery commands to restore a healthy system.

Boot IssuesGRUBMBR
0 likes · 18 min read
How to Diagnose and Fix Common Linux System Failures
Liangxu Linux
Liangxu Linux
Oct 23, 2024 · Operations

How to Diagnose and Fix Common Linux Boot, Network, and Disk Failures

This guide walks through the most frequent Linux system problems—boot failures caused by mis‑configured fstab, corrupted root partitions, missing kernel files, or hardware issues; network connectivity errors; MBR and GRUB bootloader faults; forgotten root passwords; and read‑only file‑system errors—providing step‑by‑step diagnostics, command‑line solutions, and recovery procedures.

Boot IssuesGRUBMBR
0 likes · 18 min read
How to Diagnose and Fix Common Linux Boot, Network, and Disk Failures
Efficient Ops
Efficient Ops
Sep 22, 2024 · Operations

How to Diagnose and Fix Common Linux Boot, Network, and File‑System Failures

This guide walks through typical Linux operational problems—including boot failures caused by fstab errors, root‑filesystem corruption, missing kernel files, MBR or GRUB issues, network hardware and configuration faults, DNS mis‑settings, service port problems, forgotten root passwords, and read‑only file‑system errors—providing step‑by‑step troubleshooting methods and command‑line fixes.

GRUBRoot password resetboot failure
0 likes · 17 min read
How to Diagnose and Fix Common Linux Boot, Network, and File‑System Failures
Liangxu Linux
Liangxu Linux
Jun 30, 2024 · Operations

Debian Installer Adds Systemd‑boot Support – What It Means for Linux Booting

Debian developer Luca Boccassi announced that the Debian installer will support systemd‑boot, initially available only in expert mode, with plans to open it to all users after thorough testing and UEFI Secure Boot integration, while GRUB remains the default bootloader, expected in Debian 13 “Trixie” around 2025.

DebianGRUBUEFI
0 likes · 3 min read
Debian Installer Adds Systemd‑boot Support – What It Means for Linux Booting
Liangxu Linux
Liangxu Linux
Jun 8, 2024 · Fundamentals

Unraveling the Linux Boot Process: From Power‑On to User Login

This guide walks through the complete Linux startup sequence, covering power‑on initialization, BIOS/UEFI boot, MBR/GRUB2 loading, kernel entry, init processes, ramdisk handling, run‑level configuration, fstab mounting, and user login mechanisms, illustrated with diagrams and key command references.

Boot ProcessFilesystemGRUB
0 likes · 12 min read
Unraveling the Linux Boot Process: From Power‑On to User Login
Open Source Linux
Open Source Linux
Mar 14, 2024 · Fundamentals

Unveiling the Linux Boot Process: From Power‑On to User Login

This article walks through the complete Linux startup sequence, covering power‑on initialization, BIOS/UEFI boot, MBR/GRUB2 loading, kernel and init processes, ramdisk usage, fstab mounting, and user login mechanisms, illustrated with diagrams and key code snippets.

Boot ProcessGRUBUEFI
0 likes · 12 min read
Unveiling the Linux Boot Process: From Power‑On to User Login
Liangxu Linux
Liangxu Linux
Oct 17, 2021 · Fundamentals

Unraveling Linux Boot: From BIOS Power‑On to Kernel Init

This article explains the complete Linux startup sequence, covering BIOS power‑on self‑test, interrupt vector initialization, MBR and partition table layout, multi‑stage bootloaders such as GRUB, kernel decompression, transition to protected mode, and the init system with runlevels.

BIOSBoot ProcessGRUB
0 likes · 25 min read
Unraveling Linux Boot: From BIOS Power‑On to Kernel Init
MaGe Linux Operations
MaGe Linux Operations
Mar 3, 2020 · Fundamentals

Understanding the Linux Boot Process: From BIOS to Login

This article walks through the complete Linux startup sequence, explaining the roles of BIOS, MBR, boot loaders like GRUB, the initramfs, kernel loading, runlevels, and final login, while illustrating each step with diagrams and detailed descriptions.

Boot ProcessGRUBInitramfs
0 likes · 6 min read
Understanding the Linux Boot Process: From BIOS to Login
Efficient Ops
Efficient Ops
Nov 5, 2019 · Operations

How to Fix Linux Boot Failures: Single‑User Mode, GRUB & Rescue Techniques

This guide explains how to troubleshoot Linux boot problems by using single‑user mode to reset forgotten root passwords, repairing disk errors with fsck, correcting GRUB configuration mistakes, and employing Linux rescue mode to restore missing system files or rebuild the bootloader for dual‑boot systems.

GRUBbootlinux
0 likes · 13 min read
How to Fix Linux Boot Failures: Single‑User Mode, GRUB & Rescue Techniques
MaGe Linux Operations
MaGe Linux Operations
Dec 27, 2018 · Operations

How to Build Your Own Minimal Linux System from Scratch

This step‑by‑step guide explains how to create a custom minimal Linux system by adding a new disk, partitioning it, installing GRUB, copying kernel and initramfs files, configuring boot scripts, and enabling network functionality, complete with detailed commands and screenshots.

GRUBInitramfsbootloader
0 likes · 9 min read
How to Build Your Own Minimal Linux System from Scratch
MaGe Linux Operations
MaGe Linux Operations
Dec 10, 2018 · Operations

Unveiling the Linux Boot Process: From Power‑On to Init

This article walks through every stage of a Linux system’s startup—from the hardware POST check and BIOS boot selection, through GRUB loading and kernel initialization, to the init process and run‑level scripts—providing clear explanations and essential commands for system administrators.

Boot ProcessGRUBSystem Administration
0 likes · 9 min read
Unveiling the Linux Boot Process: From Power‑On to Init
MaGe Linux Operations
MaGe Linux Operations
Nov 25, 2018 · Operations

How to Build Your Own Minimal Linux System from Scratch

This step‑by‑step guide explains how to create a custom minimal Linux distribution by adding a new hard drive, partitioning it, installing GRUB, copying the kernel, initramfs and essential utilities, and finally testing the boot and network functionality on a CentOS 6.9 host.

Boot ProcessCustom DistributionGRUB
0 likes · 9 min read
How to Build Your Own Minimal Linux System from Scratch
ITPUB
ITPUB
Apr 3, 2018 · Operations

Reviving a 4‑Year‑Old Ubuntu PC: Network Fixes, SSH Setup, Java, Maven & More

This guide walks through troubleshooting Ubuntu 14.04 network manager incompatibility, configuring campus network access, setting up an SSH server, adjusting Vim tabs, installing Java JDK, Maven, Zsh, and various utilities, plus tips for grub configuration, system monitoring, and software enhancements on an old machine.

GRUBJavaSSH
0 likes · 10 min read
Reviving a 4‑Year‑Old Ubuntu PC: Network Fixes, SSH Setup, Java, Maven & More
ITPUB
ITPUB
Oct 13, 2017 · Operations

Rescue a Broken Linux Boot: Single‑User Mode, GRUB Fixes & Recovery Steps

This guide walks through Linux boot failure troubleshooting, covering single‑user mode, common GRUB misconfigurations, disk‑sector errors, and step‑by‑step recovery using rescue mode, with concrete commands and examples for each scenario.

GRUBSystem Administrationboot
0 likes · 14 min read
Rescue a Broken Linux Boot: Single‑User Mode, GRUB Fixes & Recovery Steps
ITPUB
ITPUB
Mar 13, 2017 · Operations

Unraveling the Linux Boot Process: From BIOS to System Init

This article provides a step‑by‑step, in‑depth walkthrough of the Linux boot sequence on CentOS 6, covering BIOS POST, MBR and GRUB stages, kernel loading, initrd/initramfs handling, and the init system’s run‑level scripts that finally bring the system to a usable state.

BIOSBoot ProcessGRUB
0 likes · 16 min read
Unraveling the Linux Boot Process: From BIOS to System Init
MaGe Linux Operations
MaGe Linux Operations
Feb 28, 2017 · Operations

Unveiling the Secrets Behind Linux Boot: From Power-On to Init

Discover how a Linux system powers up, covering the POST hardware check, BIOS boot selection, GRUB loading, kernel initialization, the init process with inittab configuration, and essential commands like chkconfig and init for managing runlevels and services.

Boot ProcessGRUBSystem Administration
0 likes · 8 min read
Unveiling the Secrets Behind Linux Boot: From Power-On to Init
ZhiKe AI
ZhiKe AI
Feb 7, 2017 · Fundamentals

Understanding the Linux System Boot Process

The article outlines the Linux boot sequence: BIOS performs hardware detection and self‑test, selects the boot device, runs the MBR boot loader (such as GRUB), loads the kernel which probes hardware and starts init, and finally init prepares the environment, starts services, and launches the login prompt.

BIOSBoot ProcessGRUB
0 likes · 2 min read
Understanding the Linux System Boot Process
MaGe Linux Operations
MaGe Linux Operations
Oct 28, 2016 · Operations

Master Linux Boot Process: From BIOS to Init with Practical Commands

This guide walks through Linux system startup fundamentals, covering nohup usage, nice value adjustments, runlevel inspection, initramfs handling, detailed boot sequence steps, chkconfig and GRUB configuration, and hands‑on exercises for creating services and building a custom Linux system.

Boot ProcessCustom LinuxGRUB
0 likes · 18 min read
Master Linux Boot Process: From BIOS to Init with Practical Commands
ITPUB
ITPUB
Oct 24, 2016 · Fundamentals

Unraveling Linux Boot: From BIOS Power‑On to Init Process Explained

This article provides a step‑by‑step technical walkthrough of the Linux boot sequence, covering BIOS POST, MBR and GRUB stages, kernel loading, initrd/initramfs handling, and the init system scripts that bring the operating system to a usable state.

BIOSBoot ProcessGRUB
0 likes · 16 min read
Unraveling Linux Boot: From BIOS Power‑On to Init Process Explained
MaGe Linux Operations
MaGe Linux Operations
Apr 13, 2016 · Operations

Master Linux Boot: From GRUB to systemd on CentOS 5/6/7

This guide explains the complete boot sequence of CentOS 5, 6, and 7, covering GRUB stages, initrd, rc scripts, chkconfig, and the transition to systemd with its units, targets, and systemctl commands, providing practical commands and configuration examples.

Boot ProcessCentOSGRUB
0 likes · 15 min read
Master Linux Boot: From GRUB to systemd on CentOS 5/6/7
MaGe Linux Operations
MaGe Linux Operations
Nov 17, 2015 · Fundamentals

Understanding Linux Boot Process: From BIOS to Init

This article explains the complete Linux boot sequence, detailing how POST, BIOS, the MBR bootloader, GRUB stages, the kernel, initrd, and the init process work together to detect hardware, load drivers, mount the root filesystem, and start system services.

Boot ProcessGRUBOperating System
0 likes · 12 min read
Understanding Linux Boot Process: From BIOS to Init
MaGe Linux Operations
MaGe Linux Operations
May 20, 2015 · Fundamentals

Demystifying Linux Boot: Step‑by‑Step Guide to System Startup

This article walks Linux beginners through the complete boot sequence—from POST and BIOS loading, through MBR and GRUB stages, kernel and initrd initialization, to the init process and final login prompt—explaining each component’s role and how the system transitions from power‑on to a usable environment.

Boot ProcessGRUBSystem Initialization
0 likes · 9 min read
Demystifying Linux Boot: Step‑by‑Step Guide to System Startup