DOC2000 Boot de-ja-vue - add...
Veikko Werner
veikko.werner at logware.de
Fri Aug 31 11:17:41 EDT 2001
Hhm...
that's what I red also somewhere on the internet.
but when I boot from HD and mount /dev/nftla1 I have /sbin/init and /bin/sh
-> bash
in /etc/fstab I have a line "/dev/nftla1 / ext2 defaults 1 1"
in lilo.conf : root=/dev/nftla1
conclusion:
MTD and NFTL load successfully
kernels says "root mounted" so I should must have the files I have when I
mount it from HD
but that seems to be not right
maybe access to the DOC is to slow? Can I pass some arguments for slowing
down ?
Veikko
> -----Original Message-----
> From: martin.kula at deltaes.cz [SMTP:martin.kula at deltaes.cz]
> Sent: Friday, August 31, 2001 4:24 PM
> To: linux-mtd at lists.infradead.org
> Subject: RE: DOC2000 Boot de-ja-vue - add...
>
>
> Hi
>
>
> See last 8 lines from init/main.c (in kernel source directories).
> ...........................
> if (execute_command)
> execve(execute_command,argv_init,envp_init);
> execve("/sbin/init",argv_init,envp_init);
> execve("/etc/init",argv_init,envp_init);
> execve("/bin/init",argv_init,envp_init);
> execve("/bin/sh",argv_init,envp_init);
> panic("No init found. Try passing init= option to kernel.");
> }
> ............................
> Kernel trying executed above executable in order:
> 1. init=... parameter
> 2. /sbin/init
> 3. /etc/init
> 4. /bin/init
> 5. /bin/sh
>
> if all failed it print the message 'No init found. Try pass......'
>
> M.
>
> On Fri, 31 Aug 2001 martin.kula at deltaes.cz wrote:
>
> > Hi
> > Read last line in the syslog (kernel) messages.
> > .... No init found ......
> > Kernel can't found init executable ... default /sbin/init ... on root
> > volume.
> > Have you got it there? Or you can pass init=some_executable into your
> > kernel before bootting (by grub or lilo), where some_executabe can be
> > /bin/sh for example.
> >
> > Martin
> >
> >
> > On Fri, 31 Aug 2001, Veikko Werner wrote:
> >
> > > I have also no idea but the same problem. It seems to me that all the
> > > readme's doesn't work.
> > > There must be some clue, but what?
> > > I would appreciate some help.
> > >
> > > Veikko
> > >
> > > > -----Original Message-----
> > > > From: Bill [SMTP:wrs122 at psu.edu]
> > > > Sent: Friday, August 31, 2001 5:00 AM
> > > > To: linux-mtd at lists.infradead.org
> > > > Subject: DOC2000 Boot de-ja-vue
> > > >
> > > > Well, DOC2000 seems happy now kinda. I think my problem is with
> Linux.
> > > > Here
> > > > is the end of my boot screen:
> > > >
> > > > blah... blah... blah...
> > > > NFTL driver: nftlcore.c $Revision: 1.78 $, nftlmount.c $Revision:
> 1.21 $
> > > > Cannot calculate an NFTL geometry to match size of 0x46840
> > > > Using C:1002 H:16 S:18 (== 0x46740 sects)
> > > > nftla: nftla1
> > > > NET4: Linux TCP/IP 1.0 for NET4.0
> > > > IP Protocols: ICMP, UDP, TCP, IGMP
> > > > IP: routing cache hash table of 2048 buckets, 16 Kbytes
> > > > TCP: Hash tables configured (established 16384 bind 16384)
> > > > NET4: Unix domain sockets 1.0/SMP for Linux NET4.0
> > > > VFS: Mounted root (ext2 filesystem) readonly.
> > > > Freeing unused kernel memory 204k freed
> > > > Kernel panic: No init found. Try passing init= option to kernel.
> > > >
> > > > It mounts the device fine but then dies. Any ideas?
> > > >
> > > > -Bill
> > > >
> >
> >
> > ______________________________________________________
> > Linux MTD discussion mailing list
> > http://lists.infradead.org/mailman/listinfo/linux-mtd/
> >
>
>
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
More information about the linux-mtd
mailing list