Linux from Scratch
linuxfromscratch.org
Linux from Scratch
1–10 of 79 posts
Re: Linux from Scratch
#2> Bruce Dubbs - 2026/09/01
> The Linux From Scratch community announces the release of LFS Version 13.1.
Re: Linux from Scratch
#3Re: Linux from Scratch
#4Re: Linux from Scratch
#5Re: Linux from Scratch
#6Re: Linux from Scratch
#7What's the news? This manual has been with us since forever.
Re: Linux from Scratch
#8You can tell it's written by real Linux users because the landing page UX doesn't make it immediately obvious where to even start reading.
Re: Linux from Scratch
#9Re: Linux from Scratch
#10It’s just too much to take in at once. You start by building a cross compilation toolchain but… why? And you add the bootloader dead last, even though it’s the first thing you see when you boot a Linux machine?
I reckon a better approach would be to build it step by step, only adding new things once you’ve discovered a need for them. First you get the bootloader working, then you get it to actually load the initramfs and kernel, etc… you could even create your own extremely simple initramfs first before adding dracut, etc…
This gets you to a system you can boot and play with asap. And then you can slowly start to discover why you actually need all these things through exploration and experimentation.