Linux From ScratchThis Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I don't know what happened. When my system boots it doesn't appear to be running any boot scripts. I can't remember exactly what it says but here's what I remember:
Code:
INIT 2.85 Booting
tty1
(none) login:
If I try to login it says something about the filesystem being readonly and that it can't change tty1. Then another login prompt appears.
Something similar happened to me quite a while back, and it was because I mistakenly, as root (naturally) changed all the files to read-only with a chmod command. As a result I couldn't run anything, even as root. Not even chmod again to fix it.
I reinstalled.
Afraid this is of no help, but at least you know you're not alone.
i am doing build blfs over lfs now, i made a mistake on linux-pam part,
so i couldn't loggin my new blfs, but because of my partimage backup, i am not fear my mistake.
i have built lfs using chrooted environment on debian sid.
now, i am compiling firefox-1.0.1.
Well, I managed to fix my problem. A few weeks ago I discovered UPX. I went around randomly compressing my executables. One of those being bash. Apparently at boot time a UPX packed image of bash will not run. I have no idea why. Since bash is used for running my boot scripts nothing was getting started. Anyway I replaced the compressed version of bash with an original and everything was back to normal.
Originally posted by Davidian1024 Anyway I replaced the compressed version of bash with an original and everything was back to normal.
Glad to hear it! I remember clearly the sinking feeling when I was informed by the operating system that there was no such thing as bash. At that point I knew I was a goner. I almost passed out... Not the most pleasant day with Linux, but it was all my fault!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.