Skip to content
Tutorial emka
Menu
  • Home
  • Debian Linux
  • Ubuntu Linux
  • Red Hat Linux
Menu
linux from scratch

Linux From Scratch Ditches Old System V init

Posted on February 2, 2026

Linux From Scratch (LFS) is a really cool project. It lets you build your own Linux system completely from scratch – like building a Lego castle instead of buying a pre-made one. You get to pick every piece and put it together yourself. Recently, the LFS team made a big change: they stopped using a very old way of starting up the system called System V init. Let’s dive into what that means and why some people think it was a mistake.

What is System V init?

Imagine your computer is like a robot. When you turn it on, the robot needs instructions on what to do. System V init was one of the first sets of instructions used to get a Linux system running. It’s a very old system, dating back to the 1980s. When your computer starts, System V init would read a file called /etc/inittab. This file contained a list of programs and services that needed to be started, in a specific order. Think of it like a checklist for the robot: ‘First, turn on the screen. Then, start the network. Then, start the login screen.’

System V init used a system of ‘runlevels’ which defined different states of the system. Runlevel 0 usually meant halt (shut down), runlevel 1 was single-user mode (for fixing problems), and runlevel 5 was a graphical desktop environment (what most people use). Each runlevel had its own set of programs that would be started.

Why did LFS drop System V init?

For years, System V init worked fine. But it had some problems. It was slow, because it started everything in a single, long sequence. If one program took a long time to start, it would hold up everything else. It was also difficult to manage, especially with modern systems that have lots of services. The LFS team decided to switch to a newer system called systemd.

Systemd is a much more modern and powerful init system. It starts programs in parallel (at the same time), which makes the startup process much faster. It also has a lot of features that make it easier to manage services, like automatically restarting programs that crash and keeping track of their status. Think of systemd as a smarter, faster, and more organized robot controller.

The Controversy: Why Some People Are Upset

Here’s where things get interesting. Some people in the Linux community are really unhappy about LFS dropping System V init. They argue that System V init is simpler and more predictable. They believe that systemd is too complex and bloated, and that it gives too much power to a single piece of software. They also worry that systemd is not as secure as System V init.

One of the main arguments against systemd is that it’s a ‘black box.’ This means that it’s difficult to understand exactly what it’s doing. This can make it harder to troubleshoot problems and to ensure that the system is secure. Another concern is that systemd has become so central to many Linux distributions that it’s difficult to avoid using it, even if you don’t like it.

Furthermore, LFS’s core philosophy is about learning how a Linux system works from the ground up. System V init, despite its age, was a relatively straightforward system to understand. Switching to systemd, with its complex architecture, arguably moves away from that core principle. It introduces a large, pre-built component that obscures the underlying startup process.

The LFS Team’s Perspective

The LFS team acknowledges these concerns. They understand that some people prefer System V init. However, they believe that systemd is necessary to keep LFS relevant in the modern world. They argue that systemd is the best way to build a modern, fast, and reliable Linux system. They also point out that systemd is widely used in other Linux distributions, so learning about it is a valuable skill.

They also state that the decision wasn’t made lightly and that they considered the trade-offs. They believe that the benefits of systemd outweigh the drawbacks, especially for users who want to build a cutting-edge Linux system.

What Does This Mean for You?

If you’re a beginner, this change probably won’t affect you directly. You can still use LFS to learn about Linux, but you’ll need to learn about systemd instead of System V init. If you’re an experienced Linux user, you might have strong opinions about this change, either for or against it. Regardless of your opinion, it’s important to understand why the LFS team made this decision and what it means for the future of Linux.

The debate over System V init vs. systemd is likely to continue for some time. There are valid arguments on both sides. However, it’s clear that systemd is becoming increasingly dominant in the Linux world. LFS’s decision to adopt systemd is a reflection of this trend. It’s a move that aims to keep LFS a relevant and valuable learning resource, even as the Linux landscape evolves. While some lament the loss of a simpler past, the LFS team is focused on equipping builders with the tools and knowledge needed for the future of Linux systems.

Ultimately, understanding the principles behind both System V init and systemd – how a system boots, how services are managed – is key to becoming a proficient Linux user. Whether you choose to use them directly or not, the underlying concepts remain essential.

Recent Posts

  • How to Add Password Protection to GRUB
  • Linux Kernel Hardening: Command-line Lockdown
  • Make Linux Kernel More Safe and Hardening with Sysctl Easy Way
  • How to Lockdown Root & Wheel Group in Linux
  • How to Secure Sudo in Linux (Secure Sudo Logging & Timeout)
  • Make Fedora Login Safe with Authselect and Faillock
  • How Measure Linux Security Use OpenSCAP Lynis and Systemd
  • SELinux Make Nginx Break and How to Fix It Easy
  • How See Hidden SELinux Errors When Your Server Is Broken
  • How Fix SELinux Port Denied Error With Sealert Easy Guide
  • Read SELinux AVC Denial Log Simple Guide for Noob
  • How Check and Fix SELinux Block Things in Fedora Linux
  • How Actually SELinux is Work?
  • How to Install Elementary OS 8 Easy and Make It Good
  • How to Install UniFi OS Server on Ubuntu Linux Without Cloud Key
  • Top DNF5 Tips to Make Your Fedora Linux Super Fast
  • Run Local AI on Fedora 44 CPU Without Expensive GPU
  • Google Gemini Live Redesign: Works with more ‘Connected Apps’ on Android
  • A new LILYGO T3S3 ESP32-S3 with LoRA, WiFi & Bluetooth is Released only $16
  • New ESP32 Project: OpenTrafficMap ESP32-C5 C-ITS With 802.11p V2X communication
  • How to Unlock the Hidden Potential of Your Kindle with Amazing Community Plugins
  • How to Use Waze with Android Auto for the Ultimate Driving Experience
  • How to Transform Your GNOME Desktop with GNOME Prism
  • Why Your Google Maps Wear OS Navigation Fails While Using Android Auto
  • Packagist Attacked! How to Detect Hidden Malware Like This?
  • Cara Atasi USB Error dengan Update USB Root Hub dan Chipset Driver
  • Inilah Cara Mengatasi Unknown USB Device Descriptor Request Failed yang Paling Ampuh
  • Inilah 20 Kampus Swasta Terbaik di Bandung Versi EduRank 2026 untuk Referensi Kuliah Kalian
  • Inilah Syarat dan Cara Daftar Sekolah Kedinasan STPN 2026, Kuota Terbatas!
  • Inilah Cara Daftar PPKB UI 2026 Lengkap dengan Rincian Uang Pangkal Semua Jurusan S1
  • How to Automate Your Entire SEO Strategy Using a Swarm of 100 Free AI Agents Working in Parallel
  • How to create professional presentations easily using NotebookLM’s AI power for school projects and beyond
  • How to Master SEO Automation with Google Gemini 3.1 Flash-Lite in Google AI Studio
  • How to create viral AI video ads and complete brand assets using the Claude and Higgsfield MCP integration
  • How to Transform Your Mac Into a Supercharged AI Assistant with Perplexity Personal Computer
RSS Error: WP HTTP Error: A valid URL was not provided.
©2026 Tutorial emka | Design: Newspaperly WordPress Theme