Vladimir A. Pavlov wrote: > On Saturday 30 December 2006 14:38, Marc Michalewicz wrote: > >> But during booting the target, right after the message "Freeing >> unused kernel memory [..]" nothing happens anymore, system hangs. >> In the internet I read, the configured CPU in the kernel may not >> the correct one - but I tried some (386, 486) without any success. >> The same for the whole build-process, I tried as well i486 as target, >> with no success either, so I am quite clueless now, and I would >> greatly appreciate any hint or help. > > > 2. Did you see this thread: > > http://lists.linux-phreak.biz/pipermail/clfs-support/2006-October/000366.html > ? > That thread is relevant to building a x86 final system to a triplet other then $(uname -m)-pc-linux-gnu. This message has a workaround. http://lists.linux-phreak.biz/pipermail/clfs-support/2006-October/000369.html
> 3. You wrote to lfs-support that you had found out that the > init-process did not start. Can you say why it didn't? > Are there any messages indicating that it couldn't mount the root filesystem or that the kernel couldn't execute init? > 4. Try to modify /etc/inittab so that /bin/bash is started instead of > /sbin/init and look what happens. In particular, are you sure the > problem is in the /sbin/init? > Well, modifying inittab wont stop init from loading because init is the one that parses that file not the kernel. If you want to boot straight to bash put init=/bin/bash on the kernel's command line through your bootloader. _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
