r/linuxfromscratch

▲ 13 r/linuxfromscratch+1 crossposts

Need help finding a distro for a super old laptop

So I have a really old Lenovo Thinkpad T61 and its specs are :

  • Intel Core 2 Duo processor
  • NVIDIA Quadro NVS 140M / Intel graphics (idk fs but one of them)
  • 2Gb DDR2 RAM
  • SATA hard drive

I am using windows 7 on it rn and its basically super slow and i cant even use it for basic web browsing, i would like to know if using linux will help make it faster , if yes which distro do i use ? Btw it has a cd reader and writer, it wld be nice if the distro supported it as well.

reddit.com
u/Naughty_fucker1407 — 2 days ago

Any interest in creating a special-purpose embedded distro?

Hey folks, sorry if this isn't the place to ask but I figured if anybody would be interested in this it would be y'all.

Starting this summer, another dev and I are planning to start a free and open source voxel game that attempts to balance deep simulation with approachable gameplay- and we're gonna need some help.

For most people, it's just going to be a fun game. But my real goal, 'secretly,' is to lead as many normies over to FOSS as possible.

Now, seeing as how this game takes place on a spaceship, I've been thinking for some time that it ought to have an LCARS-inspired in-game computer system, which for a while I figured we should just worry about later.

But the other day, it hit me: 'what if the-in game operating system was actually a *real* linux distro? I realize that sounds like an over-the-top amount of work, but it would nicely create the perfect breadcrumb trail for us:
gamer gets the game on steam --> plays game ---> starts using in-game computer system ----> 'holy smokes there's a real version of this?? Gimme gimme! --> Boom, new FOSS-head.

There will be some significant challenges though- for starters, I have a .txt doc with about 80 novel/seminovel UX ideas sitting on my desktop, lol.
Additionally, the embedded OS has to be as performance friendly as can reasonably be achieved, since the base game will likely be pretty performance intensive.

Oh, and did I mention that I have plans to try and re-unite the long estranged TUI and GUI frameworks? Yea again, I know it sounds over the top- but I think that particular split is actually one of the main barriers that trips people up on their journey to full-stack development.

The neat thing about it being a real distro though, is that we can actually create a version of the game that players can boot directly into, allowing them to really juice their machines for maximum performance.

I'm going to be completely honest with you guys, I'm still Minty-fresh on linux, and I've actually shipped any production grade code- but this other dev? She's the real deal. I actually think if we can get just a few more serious devs to help get this off the ground, we might have something really special. (I'm open to commissions/hiring down the line, by the way.)

My next steps, personally, are to do a little git practice, and then make the aquarium on late.sh as a warmup to TUI development. Ideally, at that point, I'd like to get started on the OS, and develop it in parallel with the simulation kernel. (We'll be using Luanti as the rendering engine, btw, at least for now.)

u/Wranglyph — 5 days ago
▲ 15 r/linuxfromscratch+1 crossposts

I'm kind of new in Linux (I think) and need advice

All my short life (23 YO) sinve I got reasoning I was using computers, I started from pentium 2, 3, 4, AMD Athlon, I3, I5, 7, Now Ryzen 2500u and Ryzen 5 5600x, I tried a lot of thing but in windows ecosystem (completely shi) and I never change to other system cause the internet availability (I'm from latam, downloaded PVZ in Ares in that time was an achievement ) , once I tried Arch Linux (was fk awesome and frustrating) I learned a lot of things but i didnt have enough time to learn properly.

The point is: right now I wanna learn how to develop in a low level scale, how to build a kernel, how to performance a system and how to develop, but, my problem is: I'm fast learner, yet, I need some guide to learn, it was similar with english as my second lenguage when i learned the base it was so easy (I'm still learning btw).

Just I need advice and tips in how to become into a capable person in this environment.

(Rn I mount a multi boot system with Fedora, Ubuntu and Windows 11 LTSC and im preparing a VM to try LFS)

Thanks in advice

reddit.com
u/Overall-World-4254 — 4 days ago
▲ 36 r/linuxfromscratch+1 crossposts

I finally finished my LFS/BLFS, which actually turned into myOS with a custom program manager called mypkg And I'm very happy with the result.

I finally finished my LFS/BLFS, which actually turned into myOS with a custom program manager called mypkg (written in bash). After studying three LFS builds following the book, I understood the need and importance of a program manager and wrote mypkg based on the successes, errors, and problems encountered along the way. Following the book didn't give me any problems, but automating with mypkg presented several varied issues. However, in the end, it was worth it. I'm very happy with the expected result of my system with Hyprland, Waybar, Awww, Firefox... in short, a complete system for my daily use.

https://preview.redd.it/xon9fl4k1j0h1.png?width=1915&format=png&auto=webp&s=17bd7e98dfccc95cc3b01d37332dcd2582f547ba

reddit.com
u/Due-Celery4326 — 4 days ago

LFS and gcc 16.0

Hello. I'm trying to start a new LFS installation, and had trouble compiling gcc for the cross compilation toolchain, in section 5.3 of the Book (while I succeeded a few weeks ago) . I now believe the problem is an upgrade to gcc 16.0 pushed by Arch (that I use as a host) a few days ago. Compiling the version 16.0 instead of 15.2 seems to work, but I'm not very far in the book yet to be sure there are no further problems.

reddit.com
u/Cheap-Opportunity338 — 4 days ago

about /lib64 and /lib

Why /usr/lib64 is separate dir from /usr/lib? Like, if it was a symlink to it then it will be no problem at all to install libs in /usr/lib, just, for example, pkgconfig files would be pointing to ${prefix}/lib64 instead. Are there any drawbacks from doing this?

reddit.com
u/DriftCheburek — 2 days ago
▲ 18 r/linuxfromscratch+1 crossposts

User lfs has All $LFS Permissions, but Make Install Fails b/c Permission Denied

First try in LFS, permitted operation not permitted.

I'm following step-by-careful-step the process described in the LFS Handbook from the March 5, 2026 for stable systemd. Booting with the April Gentoo CD.

I have repeated the instructions many times, trying to learn along the way, for weeks. Naturally, I have to shut off down my system and resume later. As stated in the handbook, I have to remount the $LFS filesystems, recreate the lfs group and user and reconfig bash each time.

My $LFS/sources directory contains nothing but tarballs and patches. No error-created files, hidden or otherwise, have been left behind to contaminate the build.

My next step would be to zap all partitions and start from scratch, but before I do that I'm checking in here with those who have made this journey before me. Any ideas?

u/boomershot67 — 4 hours ago