Re: [Soekris] PXE Installation of OpenBSD 4.2 on Soekris 4801

2007-12-21 Thread Bill Maas
Hi Lars,

try this:

- if the systems appears to hang after a message like:

booting hd0a:/bsd.rd 4464500+838332 [58+204240+181750]=0x56cfd0
entry point at 0x100120

- .. then you have either set the wrong COM port after the stty command in
  boot.conf (what Soekris calls COM1 is com0 in OpenBSD!), or the boot commands
  in boot.conf may be the wrong order. Note that boot.conf is a command file,
  not a configuration file.

(from my personal howto @
http://stsx.xs4all.nl/www.stsx.org/openbsd/obsd-bootsoekris.txt.
I also found a very useful txt here, the other day:
http://www.packetwatch.net/documents/guides/openbsd/soekris.php).


Bill


On Thu, 2007-12-20 at 23:49 +0200, Lars Noodén wrote:
 I'm working with a new Soekris 4801 w/256MB RAM and wonder about getting
 OpenBSD installed so that the system boots.  Once I can get to SSH, I'm
 home free.
 
 Netboot using PXE and tfptd goes well: I've gotten things set up so I
 can do the net boot + install and that whole installation procedure
 appears to run flawlessly.
 
 However, when I get to booting the installed system, things just appear
 to hang.  Here is the output from the serial connection just before that
 happens:
 
   http://www-personal.umich.edu/~lars/net4801.txt
 
 Where can I find info about how OpenBSD needs to be configured
 differently from your average tower/rack mounted system so as to boot
 from CF with no HD?
 
 Regards
 -Lars
 
 ___
 Soekris-tech mailing list
 Soekris-tech@lists.soekris.com
 http://lists.soekris.com/mailman/listinfo/soekris-tech
 
-- 

The only statistics you can trust are those you falsified yourself

Winston Churchill

___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] PXE Installation of OpenBSD 4.2 on Soekris 4801

2007-12-21 Thread Lars Noodén
Chris Cappuccio wrote:
...
 and in /etc/ttys, tty00 should look like this:
 
 tty00   /usr/libexec/getty std.19200  vt100   on  secure

Thanks.  That did the trick.  I can now log in with SSH.

Regards,
-Lars
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


[Soekris] PXE Installation of OpenBSD 4.2 on Soekris 4801

2007-12-20 Thread Lars Noodén
I'm working with a new Soekris 4801 w/256MB RAM and wonder about getting
OpenBSD installed so that the system boots.  Once I can get to SSH, I'm
home free.

Netboot using PXE and tfptd goes well: I've gotten things set up so I
can do the net boot + install and that whole installation procedure
appears to run flawlessly.

However, when I get to booting the installed system, things just appear
to hang.  Here is the output from the serial connection just before that
happens:

http://www-personal.umich.edu/~lars/net4801.txt

Where can I find info about how OpenBSD needs to be configured
differently from your average tower/rack mounted system so as to boot
from CF with no HD?

Regards
-Lars

___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] PXE Installation of OpenBSD 4.2 on Soekris 4801

2007-12-20 Thread Jussi Peltola
Are your bootloader and system configured to use the serial console?
Hint: boot(8), set tty

-- 
Jussi Peltola
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] PXE Installation of OpenBSD 4.2 on Soekris 4801

2007-12-20 Thread Preston Kutzner
On Thu, 20 Dec 2007 23:49:39 +0200
Lars Noodén [EMAIL PROTECTED] wrote:

 I'm working with a new Soekris 4801 w/256MB RAM and wonder about getting
 OpenBSD installed so that the system boots.  Once I can get to SSH, I'm
 home free.
 
 Netboot using PXE and tfptd goes well: I've gotten things set up so I
 can do the net boot + install and that whole installation procedure
 appears to run flawlessly.
 
 However, when I get to booting the installed system, things just appear
 to hang.  Here is the output from the serial connection just before that
 happens:
 
   http://www-personal.umich.edu/~lars/net4801.txt
 
 Where can I find info about how OpenBSD needs to be configured
 differently from your average tower/rack mounted system so as to boot
 from CF with no HD?

Doesn't look like you chose to set the default console to your serial
port.  You'll need to re-install and make sure to choose that option
during setup.

 
 Regards
 -Lars
 
 ___
 Soekris-tech mailing list
 Soekris-tech@lists.soekris.com
 http://lists.soekris.com/mailman/listinfo/soekris-tech
 


signature.asc
Description: PGP signature
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] PXE Installation of OpenBSD 4.2 on Soekris 4801

2007-12-20 Thread Chris Cappuccio
at the boot prompt, you need to use the following commands to enable
the serial terminal:

set tty com0
stty com0 19200

and in /etc/ttys, tty00 should look like this:

tty00   /usr/libexec/getty std.19200  vt100   on  secure

Lars Nood??n [EMAIL PROTECTED] wrote:
 I'm working with a new Soekris 4801 w/256MB RAM and wonder about getting
 OpenBSD installed so that the system boots.  Once I can get to SSH, I'm
 home free.
 
 Netboot using PXE and tfptd goes well: I've gotten things set up so I
 can do the net boot + install and that whole installation procedure
 appears to run flawlessly.
 
 However, when I get to booting the installed system, things just appear
 to hang.  Here is the output from the serial connection just before that
 happens:
 
   http://www-personal.umich.edu/~lars/net4801.txt
 
 Where can I find info about how OpenBSD needs to be configured
 differently from your average tower/rack mounted system so as to boot
 from CF with no HD?
 
 Regards
 -Lars
 
 ___
 Soekris-tech mailing list
 Soekris-tech@lists.soekris.com
 http://lists.soekris.com/mailman/listinfo/soekris-tech

-- 
You were about to change the channel when God healed you -- Benny Hinn
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] PXE Installation of OpenBSD 4.2 on Soekris 4801

2007-12-20 Thread Maurice Janssen
On Thursday, December 20, 2007 at 15:56:05 -0600, Preston Kutzner wrote:
Doesn't look like you chose to set the default console to your serial
port.  You'll need to re-install and make sure to choose that option
during setup.

That's not necessary if sshd is running.  The machine will boot fine, it
justs takes a while to calculate the ssh-keys at the first boot.
Wait a couple of minutes, ssh into the machine as root and put something
like this into your /etc/boot.conf:
stty com0 9600
set tty com0

Maurice
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech