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 |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
05-16-2005, 05:36 PM
|
#1
|
LQ Newbie
Registered: Mar 2005
Posts: 2
Rep:
|
Linux from scratch cannot boot
I finished my linux from scratch installation, but when I boot to it, I get a call trace followed by
Code:
Code: 08 00 00 00 ba d0 24 c0 00 00 00 00 00 40 fb f7 01 00 00 00
<0>Kernel panic: Attempted to kill init!
bad: scheduling while atomic!
[<c03f16c8>]
whats going on, and how to I fix it?
edit: rebooted and got
Code:
ACPI: Subsystem revision 20040326
Unable to handle kernel NULL pointer dereference<1>Unable to handle kernel paging request at virtual address 9a18c045
|
|
|
05-17-2005, 02:20 AM
|
#2
|
Member
Registered: Mar 2005
Posts: 44
Rep:
|
hi,
this seems to be a kernel compilation error,just check kernel config file....
with regards,
C.C.Chakkaradeep
|
|
|
05-17-2005, 11:00 AM
|
#3
|
Member
Registered: Aug 2004
Distribution: LFS
Posts: 350
Rep:
|
You could try disabling ACPI support at boot, when the grub screen appears, hit the 'e' key to edit, highlight the kernel entry line and hit 'e' again, change the kernel entry by appending 'acpi=off'.
For example...
kernel /boot/lfskernel-2.6.8.1 root=/dev/hda1 acpi=off
hit return when done and hit 'b' to boot.
HTH
Mad.
|
|
|
05-17-2005, 02:45 PM
|
#4
|
LQ Newbie
Registered: Mar 2005
Posts: 2
Original Poster
Rep:
|
Quote:
Originally posted by madluther
You could try disabling ACPI support at boot, when the grub screen appears, hit the 'e' key to edit, highlight the kernel entry line and hit 'e' again, change the kernel entry by appending 'acpi=off'.
For example...
kernel /boot/lfskernel-2.6.8.1 root=/dev/hda1 acpi=off
hit return when done and hit 'b' to boot.
HTH
Mad.
|
much thanks, you just saved me the agony of reinstalling
was does disabling acpi do, what do I lose by doing so?
|
|
|
05-17-2005, 03:09 PM
|
#5
|
Member
Registered: Aug 2004
Distribution: LFS
Posts: 350
Rep:
|
ACPI stands for Advanced Configuration and Power Interface, some M/Boards behave very badly when its enabled, exhibiting all kinds of symptoms such as those you experienced. ACPI controls things like auto power off, battery management for laptops, fans and a whole list of things I have forgotten. My M/Board for instance, is based on the i865PERL chipset and refused to work with an SMP+ACPI enabled 2.6.8.1 kernel without being patched, subsequent kernel relases have worked fine with it.
HTH
Mad.
|
|
|
All times are GMT -5. The time now is 10:09 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|