Dr Jaime V. Miro writes:
> I am trying to do a root NFS mount onto an ebsa running 2.4.1-rmk1.
> Everything works until mounting of the root fs. I get the following
> error (tried various ramdisks, all with similar results):

Firstly:

> <6>Serial driver version 5.02 (2000-08-09) with MANY_PORTS SHARE_IRQ SERIAL_PCI 
>enabled

You don't have any serial ports here (it doesn't list ttyS0 nor ttyS1).

> Jan  1 00:00:09 Linux  syslogd started: BusyBox v0.43 (20000404-0124)
> Jan  1 00:00:09 Linux local7.notice syslog: syslogd startup succeeded
> Jan  1 00:00:10 Linux local7.notice inet: inetd startup succeeded
> Jan  1 00:00:10 Linux auth.err /sbin/getty[54]: /dev/tty1: cannot open as standard 
>input: No such device

Error in the ramdisk - tty1 doesn't exist, so this is expected.

> Jan  1 00:00:10 Linux auth.err /sbin/getty[56]: ttyS0: ioctl: Input/output error

As is this for the above reason.

> Jan  1 00:01:42 Linux daemon.info init: Id "1" respawning too fast: disabled for 5 
>minutes
> 
> 
> It hangs there.

Its not hanging.  Its sleeping.  5 minutes later, you'll get another load
of messages.

> The server side seems properly configured to me, like /etc/exports with
> the rw,no_root_squash. Any ideas?

Your root nfs is working fine.  Firstly, compile the kernel with support
for 21285 serial ports.  Then add a dev entry for ttyFB0:

        cd ebsa285-root
        mknod dev/ttyFB0 c 204 4

Edit the inittab to start a getty on /dev/ttyFB0.
   _____
  |_____| ------------------------------------------------- ---+---+-
  |   |        Russell King       [EMAIL PROTECTED]      --- ---
  | | | |            http://www.arm.linux.org.uk/            /  /  |
  | +-+-+                                                     --- -+-
  /   |               THE developer of ARM Linux              |+| /|\
 /  | | |                                                     ---  |
    +-+-+ -------------------------------------------------  /\\\  |

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to