[parisc-linux] C100 Boots! (Mostly)
Ryan Bradetich
rbradetich@uswest.net
Mon, 15 Jan 2001 15:23:30 -0700
Greg,
I don't believe you have the latest palo version from cvs. The latest palo
version will append a console=tty0 or console=ttyS0 to the Kernel
command line.
Try updating your palo, then try again.
- Ryan
Greg Ingram wrote:
> I tracked down the crash on my C100 to somewhere inside register_console()
> called from serial_console_init(). I tried a kernel without serial
> console support but that stopped generating output too early, so I tried
> just removing the register_console call() and now I get past mounting the
> root filesystem before losing console output. A log follows. The machine
> accepts telnet connections but telnet session won't start. I get:
>
> telnetd: getpty: permission denied
>
> I'm hoping that's just something to do with how I installed the root
> filesystem. Maybe it hasn't been remounted as writable? I'm so close to
> a shell!
>
> - Greg
[snip]
>
> Kernel command line: HOME=/ TERM=linux root=/dev/nfs nfsroot=192.168.1.64
>
[snip]