[BusyBox] init not found error

Erik Andersen andersen at codepoet.org
Fri Jan 18 19:41:04 UTC 2002


On Sat Jan 19, 2002 at 12:54:44AM +0100, Silvio Romagnoli wrote:
> On Fri, 18 Jan 2002 16:09:13 -0700
> Erik Andersen <andersen at codepoet.org> wrote:
> 
> > 
> > What does your kernel command line contain?
> 
> Here's the syslinux.cfg
> 
> display display.txt
> default linux
> timeout 10
> prompt 1
> label linux
> 	kernel linux
> 	append initrd=rootfs.gz root=/dev/ram0 

If you unzip your rootfs, can you loop mount it?
i.e. 
    gunzip rootfs.gz
    mount -o loop rootfs /mnt 

Now, does the rootfs (now mounted on /mnt) have a /dev directory?
Does it have the needed shared libraries in /lib?  Assuming so,
can you chroot into your rootfs?  i.e.
    su -c "/usr/sbin/chroot /mnt /bin/sh"
?

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the busybox mailing list