Hi am setting a pxeboot to play with wrap/soekris ls /tftpboot/ =>
boot etc pxeboot stand bsd home pxeboot.org tmp altroot bsd.rd mnt root usr bin dev pxe.rom sbin var /tftpboot/etc/boot.conf boot bsd.rd #stty com0 9660 and without the # set tty com0 inetd.conf => tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot dhcpd.conf => shared-network LOCAL-NET { option domain-name "my.domain"; option domain-name-servers 192.168.10.3, 192.168.10.5; subnet 192.168.10.0 netmask 255.255.255.0 { option routers 192.168.10.1; filename "pxeboot"; range 192.168.10.32 192.168.10.127; allow booting; } subnet 192.168.1.0 netmask 255.255.255.0 { } } on wrap: # tip -9660 tty00 connected PC Engines WRAP.2B/2C v1.11 640 KB Base Memory 130048 KB Extended Memory 01F0 Master 848A DELKIN DEVICES INC. CFPRO-512 Phys C/H/S 993/16/63 Log C/H/S 993/16/63 ROM segment 0xe000 length 0x8000 reloc 0x00020000 Etherboot 5.3.12 (GPL) http://etherboot.org Drivers: NATSEMI Images: NBI PXE Exports: PXE Relocating _text from: [00089370,0009b230) to [07eee140,07f00000) Boot from (N)etwork (D)isk or (Q)uit? N Probing pci nic... [dp83815] natsemi_probe: MAC addr 00:0D:B9:05:4B:4C at ioaddr 0X1000 natsemi_probe: Vendor:0X100B Device:0X0020 dp83815: Transceiver default autoneg. enabled, advertise 100 full duplex. 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> on soekris: comBIOS ver. 1.28 20050527 Copyright (C) 2000-2005 Soekris Engineering. net45xx 0064 Mbyte Memory CPU 80486 133 Mhz Pri Mas SanDisk SDCFH-64 LBA 490-8-32 62 Mbyte Slot Vend Dev ClassRev Cmd Stat CL LT HT Base1 Base2 Int ------------------------------------------------------------------- 0:00:0 1022 3000 06000000 0006 2280 00 00 00 00000000 00000000 0:18:0 100B 0020 02000000 0107 0290 00 3F 00 0000E001 A0000000 10 0:19:0 100B 0020 02000000 0107 0290 00 3F 00 0000E101 A0001000 11 0:20:0 100B 0020 02000000 0107 0290 00 3F 00 0000E201 A0002000 05 2 Seconds to automatic boot. Press Ctrl-P for entering Monitor. comBIOS Monitor. Press ? for help. > boot f0 NSC DP83815/DP83816 Fast Ethernet UNDI, v1.03 Copyright (C) 2002, 2003 National Semiconductor Corporation All rights reserved. Pre-boot eXecution Environment PXE-2.0 (build 082) Copyright (C) 1997-2000 Intel Corporation CLIENT MAC ADDR: 00 00 24 C5 59 8C CLIENT IP: 192.168.10.34 MASK: 255.255.255.0 DHCP IP: 192.168.10.1 GATEWAY IP: 192.168.10.1 probing: pc0 com0 com1 pci pxe![2.1] mem[639K 63M a20=on] 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> Is there know error on pxeboot in 3.9 ( kernel is default) kind regards, Marten