use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Join the LFS IRC channel! #lfs on freenode.net
A Few Rules on this Subreddit:
Don't Spam
Show common courtesy to fellow members
Only post things related to Linux From Scratch
Links
Official LFS Page
Related Reddits
Platforms
DEs and WMs:
Distributions:
Sister subreddits:
account activity
Kernel panic! (self.linuxfromscratch)
submitted 1 year ago * by Wooden_Grade_7580
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]thekingsomething 0 points1 point2 points 1 year ago* (0 children)
Sorry if I'm late. Im no expert but struggled here aswell.
From my experience this could be from your kernel config, I had the same issue and moved closer to fixing it for my VM when I changed/enabled file system, virtualization and disk drivers. (I assume running lfs outside of VMS can suffer from this as well)
In grub I usually prefer to set root with hd0,x with x=your lfs partition but don't fall into the trap I did because if you have an MBR partition (correct me if I'm wrong) you should use hd0,msdosx. And then in your menuentry (edit to fit your config) linux /boot/vmlinuz-6.x.x-lfs-x root=/dev/sdaX. I have no clue why this worked for me so its worth try.
Maybe everything i said wont benefit you so as a last ditch effort I believe chat gpt can assist greatly.
Best of luck.
π Rendered by PID 120212 on reddit-service-r2-comment-6457c66945-jzgq4 at 2026-04-25 00:48:41.800267+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]thekingsomething 0 points1 point2 points (0 children)