LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This 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


Reply
  Search this Thread
Old 09-23-2008, 10:11 PM   #1
JosipMiller
Member
 
Registered: Feb 2008
Location: Zagreb, Croatia
Distribution: Centos 5, OpenSuSE
Posts: 30

Rep: Reputation: 15
LFS hardware requirements


Hello,

I did not actually find any data about minimum hardware requirements for LFS building and running. Can anyone tell me more about it ?

Thanks for any help,

Josip
 
Old 09-23-2008, 11:57 PM   #2
johnson_steve
Senior Member
 
Registered: Apr 2005
Location: BrewCity, USA (Milwaukee, WI)
Distribution: Xubuntu 9.10, Gentoo 2.6.27 (AMD64), Darwin 9.0.0 (arm)
Posts: 1,152

Rep: Reputation: 46
how low-end is your system that you are even worrying about it?
 
Old 09-24-2008, 04:18 AM   #3
JosipMiller
Member
 
Registered: Feb 2008
Location: Zagreb, Croatia
Distribution: Centos 5, OpenSuSE
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by johnson_steve View Post
how low-end is your system that you are even worrying about it?
Thank you for your kind reply.

Well, my main system is Quad Core Q6600 but system on which I want to build LFS is old Pentium on 200 MHz with 256 MB of RAM. Honestly, I am experimenting how low with hardware configuration can I get with LFS. This system has already installed RedHat 6 as main system.

And BTW, in those days much more reliable hardware was made. Or maybe I am just hopelessly nostalgic.

Regards,

Josip
 
Old 09-24-2008, 05:43 AM   #4
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
Quote:
Originally Posted by JosipMiller View Post
Well, my main system is Quad Core Q6600 but system on which I want to build LFS is old Pentium on 200 MHz with 256 MB of RAM.
Why not? The lowest spec machine I remember ever putting LFS on was a 500MHz Athlon with 256MB RAM. It'll take you days, but I don't see any reason that machine won't work. You could build for the Pentium on your Quad Core and then move it over to save time though.

Quote:
Originally Posted by JosipMiller View Post
...in those days much more reliable hardware was made. Or maybe I am just hopelessly nostalgic.
You're hopelessly nostalgic.
 
Old 09-24-2008, 06:12 AM   #5
JosipMiller
Member
 
Registered: Feb 2008
Location: Zagreb, Croatia
Distribution: Centos 5, OpenSuSE
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by weibullguy View Post
Why not? The lowest spec machine I remember ever putting LFS on was a 500MHz Athlon with 256MB RAM. It'll take you days, but I don't see any reason that machine won't work. You could build for the Pentium on your Quad Core and then move it over to save time though.
That is precisely what I'll do. Thanks for your advice !

Regards,

Josip
 
Old 09-24-2008, 06:13 AM   #6
pinniped
Senior Member
 
Registered: May 2008
Location: planet earth
Distribution: Debian
Posts: 1,732

Rep: Reputation: 50
Oh no!

I would suggest you take a look at CLFS, then build LFS using a cross-compiler on your main system. Then again if your libc is for i486/i586 and your gcc automatically targets i486/i586, you don't even need a cross-compiler. A 200Mhz Pentium will take HOURS to compile some of the libraries. Don't even try to build X on that machine - it can be done, but it's not a pleasant experience. Of course if you don't mind the agony and want to have a laugh at how long it takes to build X, go ahead.
 
Old 09-24-2008, 08:48 AM   #7
johnson_steve
Senior Member
 
Registered: Apr 2005
Location: BrewCity, USA (Milwaukee, WI)
Distribution: Xubuntu 9.10, Gentoo 2.6.27 (AMD64), Darwin 9.0.0 (arm)
Posts: 1,152

Rep: Reputation: 46
I built gentoo on a 333mhz powerbook with 320mb of ram. full xfce desktop with kde and gnome libs. It took a very long time to compile everything but it all worked just fine. I see no reason why you couldn't install lfs on that box just be patient.
 
Old 09-25-2008, 01:47 AM   #8
JosipMiller
Member
 
Registered: Feb 2008
Location: Zagreb, Croatia
Distribution: Centos 5, OpenSuSE
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by johnson_steve View Post
I built gentoo on a 333mhz powerbook with 320mb of ram. full xfce desktop with kde and gnome libs. It took a very long time to compile everything but it all worked just fine. I see no reason why you couldn't install lfs on that box just be patient.
I will be patient. Now I scrubbed from some drawer in my workshop an old 10 GB hdd (to provide some more space) and I will transfer old disk image to it and get started with LFS.

And I also think I will try to compile it on my main system first and then transfer it to this machine.

Thanks.

Last edited by JosipMiller; 09-25-2008 at 01:51 AM.
 
Old 09-25-2008, 01:50 AM   #9
JosipMiller
Member
 
Registered: Feb 2008
Location: Zagreb, Croatia
Distribution: Centos 5, OpenSuSE
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pinniped View Post
Oh no!

I would suggest you take a look at CLFS, then build LFS using a cross-compiler on your main system. Then again if your libc is for i486/i586 and your gcc automatically targets i486/i586, you don't even need a cross-compiler. A 200Mhz Pentium will take HOURS to compile some of the libraries. Don't even try to build X on that machine - it can be done, but it's not a pleasant experience. Of course if you don't mind the agony and want to have a laugh at how long it takes to build X, go ahead.
Hello !

Well, I checked few hours ago: on Quad core my main system (OpenSuSE) recognizes platform as Intel_64 so I will employ cross-compiler.

Thank you,

Josip
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hardware Requirements ROXCIE Linux - Hardware 5 09-19-2005 12:26 PM
Hardware requirements JLLALA Linux - Newbie 2 08-23-2005 04:18 PM
Hardware requirements JLLALA Linux - Newbie 1 08-23-2005 03:19 PM
hardware requirements steve007 Linux - Newbie 6 07-08-2005 04:34 AM
Minimum system requirements for LFS webwolf70 Linux From Scratch 3 10-22-2004 08:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 05:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration