On 2006/08/15 23:29, Marten wrote: > /tftpboot/etc/boot.conf > boot bsd.rd > #stty com0 9660 and without the # > set tty com0
boot.conf is read like commands typed at the keyboard - "boot bsd.rd" happens before there's a chance to "set tty com0". hint: unless you really want to avoid the 5-sec delay, try "set image" instead of "boot". Looking at boot.conf(5) I do wonder if the examples could usefully be re-ordered though, to place "boot" last. > Is there know error on pxeboot in 3.9 ( kernel is default) No error, and OpenBSD is honestly one of (if not the) easiest OS to boot via PXE. (try some FreeBSD version since the modular boot loader was introduced...oh joy!) > dp83815: Transceiver status 7869 advertising 05E1 > dp83815: Setting full-duplex based on negotiated link capability. > Searching for server (DHCP)... > Me: 192.168.10.32, Server: 192.168.10.1, Gateway 192.168.10.1 > Loading 192.168.10.1:pxeboot (PXE)done > > <stuck> > disk: hd0+* > net: mac 00:00:24:c5:59:8c, ip 192.168.10.34, server 192.168.10.1 > >> OpenBSD/i386 PXEBOOT 1.07 > booting tftp:bsd.rd: 4435508+740284 [52+155376+141982]=0x538528 > entry point at 0x100120 > > > <stuck> that's exactly what you see when you have serial redirection via BIOS for the boot loader and it then switches off when the kernel starts. The other thing you might see is the end of the single-user startup followed by no login prompt; that means you have no serial console configured in ttys(5).