On Sunday 01 October 2006 17:38, Alexander Nasonov wrote:
> $ file /mnt/clfs/tools/include/sys/sysmacros.h
> /mnt/clfs/tools/include/sys/sysmacros.h: ASCII C program text

And what about the following?

$ file /usr/include/sys/sysmacros.h

BTW you can also pass "V=1" to gmake for the kernel compilation to be
more verbose.

make V=1 CONFIG_SHELL=... ...

On Sunday 01 October 2006 21:36, Alexander Nasonov wrote:
> Resulting bzImage booted successfully to the point where it should
> launch /sbin/init.

What exactly does it say about why it cannot start /sbin/init?

Try to pass the "init=/tools/bin/bash" option to the kernel upon boot
to use /tools/bin/bash rather than /sbin/init. For example

linux root=/dev/hda1 init=/tools/bin/bash

If it meets with success then you will have usual bash prompt. Try
"cat /etc/passwd" and other stuff to see whether bash still craches or
not.

-- 
Nothing but perfection
pv
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev

Reply via email to