LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
Go Back   LinuxQuestions.org > Forums > Linux > 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
 
Thread Tools
Old 10-25-2009, 04:00 PM   #1
Jayla
Member
 
Registered: Nov 2005
Location: Suffolk, UK
Distribution: kubuntu 9.04
Posts: 187
Thanked: 0
LiveCD or host system?


[Log in to get rid of this advertisement]
I'm reading up on LFS as I'm looking for a fun weekend project to learn more about linux.

What is the best way to get started, using the LiveCD or installing a host distro and using that? I could see the latter being slightly confusing

Is there another way?

I'm running on Vista(soon win7) and doing all this via virtualbox. I have VM's setup with fresh installs of ubuntu and slackware.

As detailed as the documenation is, I can't find any debates as to the best way to start

Thanks
windows_vista Jayla is offline     Reply With Quote
Old 10-25-2009, 04:30 PM   #2
paulsm4
Senior Member
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 3,318
Thanked: 144
Your call.

Assuming you have space on your Vista hard drive, I'd probably encourage you to try a real install of at least one distro sooner or later. Either in a VM, or as a dual-boot.

But by all means: using any "LiveCD" (including, but not limited to, LFS's Live CD) is usually a great way to familiarize yourself with a distro.

Good luck ... and have fun!

Sincerely .. PSM

Last edited by paulsm4; 10-25-2009 at 04:32 PM..
paulsm4 is offline     Reply With Quote
Old 10-25-2009, 05:35 PM   #3
raskin
Senior Member
 
Registered: Sep 2005
Location: Russia
Distribution: NixOS (http://nixos.org)
Posts: 1,812
Thanked: 22
If you want a weekend project, use LiveCD. You can never fully predict problems that can arise because you missed the needed version set despite harsh warnings.. CD will help you use compatible versions of sources and tools.
raskin is offline     Reply With Quote
Old 10-26-2009, 12:51 AM   #4
hoanglong1712
LQ Newbie
 
Registered: Nov 2008
Posts: 29
Thanked: 0
I think VMware is not good for building a real distro , you need to intall a real os on your hard dish
I see that LFS is not a week-end relax, it require a lot of time and work, newbie is not suitable for this project, newbie here means the people who never leave their windows
In most case, Slackware is a good distro in order to be a host system
the live CD is good too, but it has some disadvantage, it is rather slow
linux hoanglong1712 is offline     Reply With Quote
Old 10-26-2009, 01:28 AM   #5
raskin
Senior Member
 
Registered: Sep 2005
Location: Russia
Distribution: NixOS (http://nixos.org)
Posts: 1,812
Thanked: 22
I think that OP is not a newbie. Also, if you have studied the book and agree to use automated LFS, it doesn't take that long. My first post here was about succesful configuration of LFS - I had around three and a half years of Linux experience back then (from the first installed Linux on my computer). We know OP has longer Linux exposure already.

I guess VMWare will slow things down noticeably, but it doesn't seem to be a real showstopper. On the other hand, reads from CD become reads from HDD.. Maybe Qemu +kQemu is better because it emulates a more realistic video card. LiveCD works best, of course, when you have enough RAM so that caching reduces read load.
raskin is offline     Reply With Quote
Old 10-30-2009, 10:20 PM   #6
centguy
Member
 
Registered: Feb 2008
Posts: 218
Blog Entries: 1
Thanked: 2
seem a dumb question, but since OP has given a good intro, so I just want to check if I should use i386 system and not x86_64 ? Or it does not matter ?
The reason is I use x86_64 much often than the test-run livecd install i386.

Thanks!
linux centguy is offline     Reply With Quote
Old 10-30-2009, 10:25 PM   #7
murankar
Member
 
Registered: Jan 2008
Location: Cleveland Ohio
Distribution: Current Ubuntu/Kubuntu
Posts: 100
Thanked: 4
really depends on what you want, what your system can handle. for me I use i386 versions because my memory does not exceed the limitations of i386. I have found one thing that keeps me away from 64bit is the flash plug-in never installs for me.

Really its preference if you like to back and forth you can always run virtually with virtualbox.

that's my 2 cents for what its worth.
windows_xp_2003 murankar is offline     Reply With Quote
Old 10-30-2009, 10:37 PM   #8
centguy
Member
 
Registered: Feb 2008
Posts: 218
Blog Entries: 1
Thanked: 2
virtualbox ? how? Official LFS site does not seem to say anything about VM.

If possible, just highlight the key steps. I installed vmware 1.0* on
my CentOS5.2 x86_64 machine, so I may understand the key steps involved.
It is a shame that I haven't to touched VirtualBox before. Again thanks!

Last edited by centguy; 10-30-2009 at 10:38 PM..
linux centguy is offline     Reply With Quote
Old 10-31-2009, 01:51 PM   #9
CRUDE
LQ Newbie
 
Registered: Oct 2009
Distribution: Arch
Posts: 3
Thanked: 0
Do not use the LFS live cd, it is obsolete. Some people in this thread recommended it, but you can check the package versions yourself (the LFS book has a script that checks for the versions). You can use any other live cd, provided that it's up to date/easily updatable.

Making a LFS system in a VM is perfectly fine. You can later move the LFS partition(s) to your real system if you decide to finally adopt it, but that's another (more complicated) subject.

Last edited by CRUDE; 10-31-2009 at 01:53 PM..
linux CRUDE is offline     Reply With Quote
Old 10-31-2009, 02:20 PM   #10
murankar
Member
 
Registered: Jan 2008
Location: Cleveland Ohio
Distribution: Current Ubuntu/Kubuntu
Posts: 100
Thanked: 4
V.B. is probably the easiest on to use. It should be in the package repository for your os. If you decide to use it you will want to get the ose version. Linux journal did an article on setting it up. It is wizard based so it does most of the work.

If you go that route just post back and i will attempt to walk you through it. Check out linux journal also.
linuxubuntu murankar is offline     Reply With Quote
Old 11-03-2009, 09:57 AM   #11
StupidNewbie
LQ Newbie
 
Registered: Dec 2007
Posts: 24
Thanked: 1
I'm using vBox and the live CD. If it's your first time building an LFS system I'd recommend that because you won't need to worry about missing packages/dependencies/etc. Once you've built one using the LiveCD and understand how the packages work together, what's required and how to resolve problems, then you can tackle it with your own distro as a base.
windows_xp_2003 StupidNewbie is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
LXer: System Rescue - My Favorite LiveCD LXer Syndicated Linux News 0 09-21-2009 04:01 PM
Installing LILO from host system to hdb to boot as hda in target system A7G1-6 Linux - Hardware 2 07-25-2009 11:37 AM
Upgrade Base-System of Ubuntu Livecd flouran Linux - Software 3 07-01-2009 03:23 PM
windows server 2003 as a host system for LINUX guest system VPS h@foorsa.biz Linux - General 2 09-22-2008 07:17 AM
which livecd distro good for system recovery? saimike Linux - Newbie 9 11-24-2006 03:34 PM


All times are GMT -5. The time now is 03:50 PM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration