Solved: PXE boot with TFTP

2004-11-23 Thread Erik Norgaard
I have solved the first boot-stage following the instructions on m0n0wall: http://www.m0n0.ch/wall/hack/#loader Erik -- Ph: +34.666334818 web: www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt Subject ID: A9:76:7A:ED:06:95:2B:8D:48:9

Re: PXE boot with TFTP

2004-11-23 Thread Erik Norgaard
I updated loader.rc to this: == loader.rc = echo Loading Kernel... load boot/kernel/kernel echo Loading memory file system... load -t mfs_root boot/mfsroot set vfs.root.mountfrom="ufs:/dev/md0c" echo Booting... echo \007\007 boot == However, this fails to launch

Re: PXE boot with TFTP

2004-11-23 Thread Kees Plonsz
Erik Norgaard wrote: > Ruben de Groot wrote: > >> I'm successfully doing the same thing you are trying here. How do you >> start tftpd? I have it launched from inetd with option "-s /var/tftp". > > Thanks, I had no -s. I inserted -l -s /var/tftp, -l to get log in > /var/log/messages > > Now I g

Re: PXE boot with TFTP

2004-11-23 Thread Kees Plonsz
Erik Norgaard wrote: > Ruben de Groot wrote: > >> I'm successfully doing the same thing you are trying here. How do you >> start tftpd? I have it launched from inetd with option "-s /var/tftp". > > Thanks, I had no -s. I inserted -l -s /var/tftp, -l to get log in > /var/log/messages > > Now I g

Re: PXE boot with TFTP

2004-11-23 Thread Erik Norgaard
Ruben de Groot wrote: I'm successfully doing the same thing you are trying here. How do you start tftpd? I have it launched from inetd with option "-s /var/tftp". Thanks, I had no -s. I inserted -l -s /var/tftp, -l to get log in /var/log/messages Now I get:== pxe_open: gateway ip: 19

PXE boot with TFTP

2004-11-23 Thread Erik Norgaard
Hi, I am trying to set up a jumpstart server using only dhcp/tftp/ftp to install. My tftp root is /var/tftp where I have created the boot directory containing: -rwxr-xr-x 1 root wheel 512 Nov 21 23:37 boot0 -rwxr-xr-x 1 root wheel 512 Nov 21 23:38 boot1 -rw-r--r-- 1 root wheel