Tagged articles

boot optimization

4 articles · Page 1 of 1
Raymond Ops
Raymond Ops
Aug 27, 2026 · Operations

Why Is Your Linux Server Booting So Slowly? Practical Boot Chain Optimization

The article explains why Linux servers often experience slow boot times, outlines a systematic method to analyze each stage of the boot chain—from firmware to user services—identifies common bottlenecks, and provides concrete systemd, BIOS, GRUB, initramfs, and service‑level optimizations with commands and verification steps.

GRUBLinuxStartup Performance
0 likes · 33 min read
Why Is Your Linux Server Booting So Slowly? Practical Boot Chain Optimization
21CTO
21CTO
Dec 29, 2022 · Mobile Development

How to Speed Up Android Boot: Deep Dive into the Boot Process and Practical Optimizations

This article explains the Android boot sequence from the boot ROM to the SystemServer, shows how to analyze boot time using logs, bootchart and boottrace, and provides practical optimization steps to reduce the startup delay, especially focusing on the Zygote and AudioService bottlenecks.

AndroidAudioServiceSystemServer
0 likes · 32 min read
How to Speed Up Android Boot: Deep Dive into the Boot Process and Practical Optimizations
Open Source Linux
Open Source Linux
May 9, 2022 · Operations

How to Slash Embedded Linux Boot Time on BeagleBone Black by 1.5 Seconds

This article walks through practical techniques—compiler tuning, application trimming, init and rootfs optimization, kernel configuration tweaks, and U‑Boot Falcon mode—to reduce the boot time of a BeagleBone Black Linux system from over nine seconds to just 2.4 seconds, while also shrinking the filesystem size.

BeagleBone BlackEmbedded LinuxRootFS
0 likes · 10 min read
How to Slash Embedded Linux Boot Time on BeagleBone Black by 1.5 Seconds
Liangxu Linux
Liangxu Linux
Oct 6, 2019 · Operations

How to Trim Unnecessary Linux Startup Services with Systemd

This guide explains why many Linux distributions start unused services at boot, and shows step‑by‑step how to list, disable, mask, and verify unwanted systemd services—such as Bluetooth—while also providing commands to inspect boot logs and identify slow‑starting units.

Service Managementboot optimizationstartup services
0 likes · 5 min read
How to Trim Unnecessary Linux Startup Services with Systemd