[parisc-linux] opening initial console

Richard Hirst rhirst@linuxcare.com
Fri, 6 Jul 2001 15:39:37 +0100


On Fri, Jul 06, 2001 at 10:19:31AM -0400, rpengelly wrote:
> Well good news and bad news. We've gotten a linux kernal to boot over a network using rbootd and bootp. However just after the root is mounted we get the following message:
> 
> NFS: Mounted root (nfs filesystem) readonly.
> Warning: unable to open an initial console.
> Kernel panic: no int found. Try passing init= option to kernel.
> 
> Anyone run into this problem or know how to fix it.

Sounds like you have tried to boot a kernel over the network, and
have it mount a root file system also over the network.  The problem
is likely to be that the kernel failed to find any useful files on
the file system it mounted - no /dev/tty*, no /sbin/init, etc.
Could be access permisions problems.  Try mounting the fs from some
other system and check things look ok.

If you grab the 0.9.1 ISO and boot the lifimage from that, the
lifimage contains 32 and 64 bit kernels, and a ramdisk.  It should
boot and mount root from the ramdisk (not from nfs).

Richard