* DOC2000 Boot de-ja-vue
@ 2001-08-31 2:59 Bill
0 siblings, 0 replies; 4+ messages in thread
From: Bill @ 2001-08-31 2:59 UTC (permalink / raw)
To: linux-mtd
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: DOC2000 Boot de-ja-vue
@ 2001-08-31 13:00 Veikko Werner
2001-08-31 13:48 ` martin.kula
0 siblings, 1 reply; 4+ messages in thread
From: Veikko Werner @ 2001-08-31 13:00 UTC (permalink / raw)
To: linux-mtd
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@psu.edu]
> Sent: Friday, August 31, 2001 5:00 AM
> To: linux-mtd@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/
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: DOC2000 Boot de-ja-vue
2001-08-31 13:00 Veikko Werner
@ 2001-08-31 13:48 ` martin.kula
0 siblings, 0 replies; 4+ messages in thread
From: martin.kula @ 2001-08-31 13:48 UTC (permalink / raw)
To: linux-mtd
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@psu.edu]
> > Sent: Friday, August 31, 2001 5:00 AM
> > To: linux-mtd@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
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <71B37AB6576DD211AB7E008048CD4D319FA650@exchange.ten.logware.de>]
* RE: DOC2000 Boot de-ja-vue
[not found] <71B37AB6576DD211AB7E008048CD4D319FA650@exchange.ten.logware.de>
@ 2001-08-31 14:57 ` martin.kula
0 siblings, 0 replies; 4+ messages in thread
From: martin.kula @ 2001-08-31 14:57 UTC (permalink / raw)
To: Veikko Werner; +Cc: linux-mtd
Than I think that kernel can't read root volume at all.
Bootloader read the volume before bootting. Kernel doesn't do it.
Martin
On Fri, 31 Aug 2001, Veikko Werner wrote:
> thanks, but that doesn't work too
>
> no way to start /bin/bash and others
>
> Veikko
>
> > -----Original Message-----
> > From: martin.kula@deltaes.cz [SMTP:martin.kula@deltaes.cz]
> > Sent: Friday, August 31, 2001 3:49 PM
> > To: linux-mtd@lists.infradead.org
> > Subject: RE: DOC2000 Boot de-ja-vue
> >
> > 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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-08-31 14:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-31 2:59 DOC2000 Boot de-ja-vue Bill
-- strict thread matches above, loose matches on Subject: below --
2001-08-31 13:00 Veikko Werner
2001-08-31 13:48 ` martin.kula
[not found] <71B37AB6576DD211AB7E008048CD4D319FA650@exchange.ten.logware.de>
2001-08-31 14:57 ` martin.kula
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox