-----Oprindelig meddelelse-----
Fra: [email protected]
[mailto:[email protected]] På vegne af Chen Qi
Sendt: 29. juni 2013 06:51
Til: [email protected]
Emne: [lfs-support] LFS-7.3: Kernel hang problem

Hi all,

I've followed all instructions in the LFS stable 7.3 book, and made a USB
containing my LFS system.

As I don't know exactly which drivers and modules should be compiled into my
LFS kernel to make it work on my DELL laptop, I made a 'allyesconfig' and
compiled the kernel.

I thought 'make allyesconfig' would make the kernel work.
However, when it started up, the kernel was loaded but hung at 'TCP
established hash table entries'.

A previous message that might appear to be an error was 'ACPI png driver
unregistered'.

Can somebody give me a hand?

Thanks in advance.

//Chen Qi

--
Allyesconfig will give you a kernel wich is very "fat" and slow to load. I
suggest the opposite approach: For a beginning, try "make defconfig" and
then enable "Maintain a devtmpfs filesystem to mount at /dev". This single
setting is normally enough to make your LFS boot, from there you find out
what you are missing and install this.

Throughout BLFS the book gives you advice on which kernel settings to apply,
and then recompile the kernel.

Another possibility is that you can use the configuration from your host
system, if you have the configuration file for that (will normaly be found
in /boot). Run make mrproper, copy the configuration file to your linux
source folder, rename it to .config and run make oldconfig. That way,
anything that works in your host system should also work in LFS. 

Good luck !

Niels

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to