Tagged articles
35 articles
Page 1 of 1
ITPUB
ITPUB
May 4, 2026 · Fundamentals

Why Modern PCs Can’t Install Windows 7 Even With Patches

The article explains that the shift from BIOS to UEFI, combined with Windows 7’s lack of UEFI support, driver gaps, and security shortcomings, makes installing Windows 7 on current hardware extremely difficult despite patch workarounds.

BIOSBoot ProcessLegacy Support
0 likes · 8 min read
Why Modern PCs Can’t Install Windows 7 Even With Patches
Java Tech Enthusiast
Java Tech Enthusiast
Sep 12, 2024 · Fundamentals

How Operating Systems Boot Up

When a computer powers on, the CPU first runs firmware stored in ROM (BIOS or UEFI) that performs hardware checks, locates the boot device, loads the 512‑byte MBR containing a first‑stage bootloader, which then loads a more capable second‑stage loader that finally loads the operating system kernel into memory, after which the OS completes its own initialization and begins handling user programs.

BIOSBoot ProcessMBR
0 likes · 9 min read
How Operating Systems Boot Up
Liangxu Linux
Liangxu Linux
Dec 17, 2022 · Fundamentals

Understanding Linux Boot: From BIOS POST to Systemd Targets

This guide explains the four main stages of a typical Linux boot sequence—BIOS POST, GRUB2 loading, kernel initialization, and systemd startup—detailing the hardware checks, bootloader behavior, init process, target units, and useful commands for inspecting and changing runlevels.

BIOSBoot ProcessLinux
0 likes · 8 min read
Understanding Linux Boot: From BIOS POST to Systemd Targets
政采云技术
政采云技术
Jul 19, 2022 · Fundamentals

Linux Boot Process: From BIOS Initialization to Kernel Startup

This article explains the Linux boot sequence on x86 hardware, covering BIOS ROM loading, real‑mode memory layout, the MBR, the setup() assembly routine, transition to protected mode, and the startup_32() function that prepares paging before the kernel begins execution.

AssemblyBIOSBoot Process
0 likes · 12 min read
Linux Boot Process: From BIOS Initialization to Kernel Startup
IT Architects Alliance
IT Architects Alliance
Jan 18, 2022 · Fundamentals

Comprehensive Analysis of the BIOS and BMC Industry Ecosystem

This article provides an in‑depth overview of BIOS and BMC firmware, explaining their technical fundamentals, the evolution from legacy BIOS to UEFI, the global market size, the competitive landscape of major vendors, and the specific role of Chinese firm Baiao within the X86 ecosystem.

BIOSBMCIndustry Ecosystem
0 likes · 14 min read
Comprehensive Analysis of the BIOS and BMC Industry Ecosystem
MaGe Linux Operations
MaGe Linux Operations
Dec 15, 2021 · Fundamentals

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

This article explains the complete Linux boot sequence, covering BIOS initialization, POST self‑test, MBR structure, primary and secondary boot loaders like GRUB, kernel decompression, transition to protected mode, and the init process that finally hands control to the user login prompt.

BIOSBoot ProcessMBR
0 likes · 23 min read
Unraveling Linux Boot: From BIOS Power‑On to Kernel Init
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
Liangxu Linux
Liangxu Linux
Mar 9, 2021 · Operations

Step‑by‑Step Guide to Installing Linux on Your PC

This article explains why Linux is popular, describes what an installation actually does, and provides a clear three‑step process—including downloading an ISO, configuring the BIOS boot order, and completing the installer—for newcomers to successfully install a Linux distribution such as Fedora or Elementary OS.

AnacondaBIOSEtcher
0 likes · 9 min read
Step‑by‑Step Guide to Installing Linux on Your PC
Practical DevOps Architecture
Practical DevOps Architecture
Nov 8, 2020 · Operations

How to Configure BIOS and Create RAID 5 Volumes

This guide walks through entering the BIOS, selecting system settings, configuring the storage controller, creating RAID 0/1/5 volumes with specific capacities, and verifying the status of each logical volume using step‑by‑step screenshots.

BIOSOperationsRAID
0 likes · 3 min read
How to Configure BIOS and Create RAID 5 Volumes
Open Source Linux
Open Source Linux
Jun 22, 2020 · Fundamentals

Why BIOS and BMC Are the Hidden Engines Driving Modern Computing

This article explores the fundamental role of BIOS and BMC firmware in computer systems, explains EFI/UEFI evolution, maps the industry chain from CPU to end‑devices, analyzes market size, profiles major vendors such as AMI, Phoenix, Insyde and Zhuoyi, and highlights risks and growth opportunities in the firmware sector.

BIOSBMCHardware Industry
0 likes · 15 min read
Why BIOS and BMC Are the Hidden Engines Driving Modern Computing
Open Source Linux
Open Source Linux
Mar 8, 2020 · Fundamentals

Why UEFI Is Replacing BIOS: Speed, Security, and Flexibility Explained

This article explains how UEFI, the Unified Extensible Firmware Interface, supersedes traditional BIOS by offering faster boot times, enhanced security through separate boot partitions and Secure Boot, graphical interfaces, greater storage capacity, and more flexible boot options for modern computers.

BIOSGPTSecure Boot
0 likes · 6 min read
Why UEFI Is Replacing BIOS: Speed, Security, and Flexibility Explained
58 Tech
58 Tech
May 22, 2019 · Operations

Analysis of Slab Lock Issues and CPU Power Management on Linux Servers

The article examines write latency problems caused by a monitoring agent's slab lock in older Linux kernels, explores kernel upgrade and agent modification solutions, and details how BIOS power‑saving settings and CPU power‑state management (P‑States, C‑States, T‑States) affect server read and compute performance.

BIOSCPU Power ManagementLinux
0 likes · 10 min read
Analysis of Slab Lock Issues and CPU Power Management on Linux Servers
MaGe Linux Operations
MaGe Linux Operations
Jun 9, 2017 · Operations

Resolving BIOS Boot and Power‑Management Failures with Emerson PH‑79RDR on Dell Servers

This article chronicles three common problems when installing the Emerson PH‑79RDR power module in a Dell R720—missing boot options in older BIOS, power‑management firmware initialization failures in BIOS 2.4.3, and unsupported high‑voltage DC usage—and explains how BIOS upgrades, downgrades, and firmware updates resolve them.

BIOSDellEmerson
0 likes · 5 min read
Resolving BIOS Boot and Power‑Management Failures with Emerson PH‑79RDR on Dell Servers
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
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
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
dbaplus Community
dbaplus Community
Aug 3, 2016 · Databases

Boost MySQL Performance: Essential Linux and Hardware Tuning Tips

This guide explains how to improve MySQL server performance by applying BIOS tweaks, CPU and memory profile settings, disabling NUMA, choosing the right RAID level and cache options, selecting optimal filesystems and I/O schedulers, and adjusting Linux kernel parameters for maximum efficiency.

BIOSHardwareLinux
0 likes · 16 min read
Boost MySQL Performance: Essential Linux and Hardware Tuning Tips