On Tue, Sep 06, 2011 at 05:53:59AM -0700, Joe Smith wrote:
> I have already completed all the building process according to the book.  And 
> put the new core file and Sysmap to my host Ubuntu system  under /boot and 
> use host's Grub to boot.   After  screen shows bring up the eth0 interface 
> and set up the gateway,  the cursor just flashes there and I guess the login 
> shell prompt was supposed to be displayed but it's not.  Thank you for your 
> time.

First, the obligatory "please don't top post" (and trim what you
are replying to) message.

I don't remember any messages about setting up the gateway in any
version of LFS, so I suspect that you are booting the LFS kernel but
with the ubuntu userspace.  If you don't have a root= parameter in
that grub entry, add one pointing to the LFS partition.  If you do
have one, check that it is pointing to the right partition.

After that, booting with init=/bin/bash is the way to diagnose
problems - you start with the root mounted read-only, and have to
step through the scripts in-order until you find what breaks.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce

Problem resolved. The /etc/inittab file I posted before is not correct.  I am 
working on BLFS now.
 

cat initab
# Begin /etc/inittab
id:3:initdefault:
si::sysinit:/etc/rc.d/init.d/rc sysinit
l0:0:wait:/etc/rc.d/init.d/rc 0
l1:S1:wait:/etc/rc.d/init.d/rc 1
l2:2:wait:/etc/rc.d/init.d/rc 2
l3:3:wait:/etc/rc.d/init.d/rc 3
l4:4:wait:/etc/rc.d/init.d/rc 4
l5:5:wait:/etc/rc.d/init.d/rc 5
l6:6:wait:/etc/rc.d/init.d/rc 6
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
su:S016:once:/sbin/sulogin       tty1 9600    (should be no tty1 9600)
1:2345:respawn:/sbin/agetty      tty2 9600    (should be tty1 9600)
2:2345:respawn:/sbin/agetty      tty3 9600 (should be tty2 9600)
3:2345:respawn:/sbin/agetty      tty4 9600 (should be tty3 9600)
4:2345:respawn:/sbin/agetty      tty5 9600 (should be tty4 9600)
5:2345:respawn:/sbin/agetty      tty6 9600 (should be tty5 9600)
6:2345:respawn:/sbin/agetty      tty7 9600 (should be tty6 9600)
# End /etc/inittab
-- 
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