Re: PXE boot loader

2003-09-11 Thread Alex Dupre
I found the issue. I was doing: cd /usr/src/sys/boot make depend make cp /usr/src/sys/boot/i386/pxeldr/pxeboot /tftpboot This works os -stable, but not on -current (dunno why)...the pxeboot is created without problems, but doesn't work. However, building world as usual creates a working pxeboot

PXE boot loader

2003-09-10 Thread Alex Dupre
I was trying to boot my net4501 board with PXE. This worked like a charm with pxeboot compiled on -STABLE, but using -CURRENT to build it my net4501 continuously reboot just after the DHCP/TFTP phase (it appears something like POST12345 and then reboots). Any hint? -- Alex Dupre

Re: PXE boot loader

2003-09-10 Thread Alex Dupre
This is the exact output: CLIENT MAC ADDR: 00 00 24 C1 2D F0 CLIENT IP: 10.0.0.36 MASK: 255.255.255.0 DHCP IP: 10.0.0.1 GATEWAY IP: 10.0.0.4 PXE Loader 1.00 Building the boot loader arguments Relocating the loader and the BTX Starting the BTX loader POST: 012345... rebooting...the pxeboot