Brief: The official Linux From Scratch live CD has been discontinued for some time. Here’s a new project that lets you use Linux From Scratch in a live session.
You might have heard of Linux From Scratch. LFS, as it is popularly called, is a project that provides you with step-by-step instructions to build your own Linux system entirely from source code. It might look crazy, but it has several benefits.
LFS will help you to know how things work together and how you can customize it to suit your needs or taste. You will have a greater understanding of the internal workings of the Linux-based operating systems
With LFS, you can even install your system under 100 MB. You have the ability to turn your system into whatever you need with added security. You can compile the entire system from source and apply the necessary security patches. You don’t need to wait for a recent binary package that will fix a security hole.
Basically, if you want to understand Linux at its core level, Linux From Scratch is the perfect for that purpose.
Linux From Scratch Live CD
You can play with Linux From Scratch on a dedicated system but that’s not feasible everyone. A live disk comes handy in such cases.
You can boot LFS into a ‘live’ system that is independent of your hard drive. You can have a reliable host system that will help you build your own Linux from scratch. It provides you with a comfortable environment where you can build your own “perfect” Linux distribution customized just for you.
The LiveCD can also be a lifesaver. You can boot the CD and use it to fix errors on your local system if it crashes. This means you can successfully use it as a rescue CD.
Linux From Scratch used to have its own official live CD. But it doesn’t work with LFS 7.0 and above anymore.
Good thing is that we have a new project that provides you LFS 8.0 in a live disk.
[irp posts=”16592″ name=”TLDR: Linux Man Pages Simplified”]
Meet LFS LiveCD
This project is unsurprisingly called LFS LiveCD. It has the following features:
- Complete LiveCD
- Supports boot from usb
- Can be used to create BLFS
- Highly Customizable
- Can ibe installed on HDD manually
- Shell is built in for making iso (boot/isolinux/makeiso.sh)
- Shell is built in for making bootable usb (boot/isolinux/bootinst.sh)
You can see LFS 8.0 Live CD in action in this video below. Don’t forget to subscribe to our YouTube channel for interesting Linux tips and tutorials.
Download LFS LiveCD
You can download LFS LiveCD from the link below. The download size is just over 230Mb.
Don’t hesitate to share your experience on the comment section below if you have used LFS LiveCD to build your own Linux system from scratch.
With inputs from Abhishek Prakash.
Just install Bedrock Linux in LFS and you got yourself a multi-distro Linux with the ability to literally install anything from any other distribution under one kernel [>.0]/
It not found resources while booting from cd and drops to busybox
I did upload on CD-R&DVD-R . But it never found the connection /dev/sro such as in your You Tube presentation. In fact nothing at all, only a long serie of dots. How come ? Same results on all my PC : Hp g7 16.04 , Dell 14.04, Compaq 14.04. I finally gave it up.
What’s the difference between arch and LFS.Is there a significant difference from the installation experience of arch ??
Yes, they are quite different. Arch is a complete Linux distribution that you can install. LFS is a free book that walks you through building the entire Linux system from source code, piece by piece. You can call it whatever you want, and put whatever you want into it. It’s your custom, one of a kind version of Linux.
In Arch you choose which software you want to install, but there are ready made packages available so you do not have to compile everything yourself. In LFS you compile everything, starting from the C compiler. Installing Arch takes less time. The instructions for both options are excellent, but require some background with LInux.