LinuxQuestions.org
Help answer threads with 0 replies.
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 12-20-2012, 06:07 AM   #16
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405

Assuming that the information posted up till now is correct, then it looks like the LFS kernel might be missing some options needed during the boot process.

How did you compile your kernel and which options did you (de)activate or make modular?

The information shown in your posted attachment (1.jpg) doesn't show enough to give you any advise. Please post what is above the md: If you don't use raid... line, one full screen would be nice but 2 would be better.
 
Old 12-20-2012, 06:13 AM   #17
princezidane
LQ Newbie
 
Registered: Dec 2012
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by druuna View Post
Assuming that the information posted up till now is correct, then it looks like the LFS kernel might be missing some options needed during the boot process.

How did you compile your kernel and which options did you (de)activate or make modular?

The information shown in your posted attachment (1.jpg) doesn't show enough to give you any advise. Please post what is above the md: If you don't use raid... line, one full screen would be nice but 2 would be better.
may be problem is like this post:
http://www.linuxforums.org/forum/new...ock-0-0-a.html

In chapter 8.3 I did not config anything I do it step by step follow a tutorial.

Maybe I should config something in this picture . Pls give me a suggestion.
Attached Thumbnails
Click image for larger version

Name:	2.jpg
Views:	18
Size:	204.0 KB
ID:	11439  

Last edited by princezidane; 12-20-2012 at 06:29 AM.
 
Old 12-20-2012, 07:13 AM   #18
princezidane
LQ Newbie
 
Registered: Dec 2012
Posts: 14

Original Poster
Rep: Reputation: Disabled
Help me please i stuck in this problem more than 2 dayss
 
Old 12-20-2012, 08:23 AM   #19
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Quote:
Originally Posted by princezidane View Post
Help me please i stuck in this problem more than 2 dayss
You might want to start with fully answering my questions from post #16.....

- Please post what is above the md: If you don't use raid... line, one full screen would be nice but 2 would be better.

Quote:
Originally Posted by princezidane
In chapter 8.3 I did not config anything I do it step by step follow a tutorial.
You should configure the kernel. That is an important part of the chapter and essential.

Without the info I asked for I cannot help you (too many possible combination to give you any advise).

Have a look at this, it might help you setting up a kernel: LFS: Building a kernel
 
Old 12-20-2012, 09:43 AM   #20
princezidane
LQ Newbie
 
Registered: Dec 2012
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by druuna View Post
You might want to start with fully answering my questions from post #16.....

- Please post what is above the md: If you don't use raid... line, one full screen would be nice but 2 would be better.

You should configure the kernel. That is an important part of the chapter and essential.

Without the info I asked for I cannot help you (too many possible combination to give you any advise).

Have a look at this, it might help you setting up a kernel: LFS: Building a kernel
This question already resolved from --> http://www.linuxquestions.org/questi...044/page2.html

but when i boot my lfs it got 2 error.The picture is in Attach files

I skip 7.5.2. Dealing with duplicate devices .

I dont know it can make 2 error that i got, or not?
Attached Thumbnails
Click image for larger version

Name:	3.jpg
Views:	18
Size:	177.4 KB
ID:	11441   Click image for larger version

Name:	4.jpg
Views:	19
Size:	160.6 KB
ID:	11442  
 
Old 12-20-2012, 09:56 AM   #21
stoat
Member
 
Registered: May 2007
Distribution: LFS
Posts: 628

Rep: Reputation: 185Reputation: 185
For the first one, see the note in section 8.3.1 of the book.

For the second one, maybe you need to compile ext3 filesystem support as built in (not a module). I would do ext4, too. Find those in the "File systems" section of the configuration editor (menuconfig).

After those things are set, then exit, save, and compile the kernel again.

P.S.: Be prepared for more of this kind of thing. Probably video stuff or storage drivers will be next. But I would tackle one thing at a time. And even after it finally boots, there still will be many more things in the kernel config to go back and tweak a different way.

P.P.S.: You are now in the part of the LFS journey that took me the longest time to learn (configuring the kernel). I spent days studying and experimenting. I probably recompiled my first LFS kernel thirty times (seriously). I'm still learning about this subject.

Last edited by stoat; 12-20-2012 at 05:19 PM.
 
1 members found this post helpful.
Old 12-21-2012, 02:54 AM   #22
princezidane
LQ Newbie
 
Registered: Dec 2012
Posts: 14

Original Poster
Rep: Reputation: Disabled
Thank everybody.

My thread is already solved.
 
  


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
Setting up the boot process problem using GRUB on an LFS system! linuxpicaxe Linux From Scratch 1 03-07-2011 04:12 AM
does grub (or similar) slow down boot process? angelo_maci Linux - Newbie 7 10-30-2010 04:05 PM
8.4. Using GRUB to Set Up the Boot Process exvor Linux From Scratch 1 06-10-2010 06:44 PM
How can I set echo off during boot process in Grub for openSUSE? Romanator SUSE / openSUSE 2 05-19-2008 12:24 PM
How to set Grub not to auto boot any OS without Grub Boot menu shown ussr_1991 Linux - Software 2 09-01-2007 08:36 AM

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

All times are GMT -5. The time now is 01:17 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