On Mon, 8 Aug 2005, Alex wrote:

>
> I don't know if that could be an issue but:
> I use different partition for /boot / /usr /home /var /tmp /var/lib /dev and 
> /lib
> And I used the package user method of package management.
> Thanks for help,
> Alex
>
>

 I haven't seen any comment spelling this out yet - if you put /lib on a
different partition, you are going to have to do something to cope with
/lib/ld-linux not being available (I saw that in the error message).
I'm not familiar with what you were following that caused you to do
that.  As Rainer said, maybe an initrd is needed with that, or perhaps
static linking.

 Also, creating a partition for /dev seems strange, and fairly pointless
if you use udev like the book does - we mount a non-disk filesystem
(tmpfs, last time i looked) over the /dev "stub" directory, then
populate that from the bootscripts and from udevd.

 Finally, you included a listing showing console and null, but I think
you've got them in /mnt/lfs instead of /mnt/lfs/dev.  Missing
/dev/console in itself would make a big mess of booting a good build, it
will not show a lot of messages, and appear to hang until you reboot it!

 To get this system running, I think you will need to abandon separate
partitions for /lib and /dev (provided '/' is big enough, you can copy
the contents of the lib partition to the /lib directory, then remove
them from the fstab).  Then ensure that /mnt/lfs/dev contains console
and null.

Ken
-- 
 das eine Mal als Tragödie, das andere Mal als Farce

--
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