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
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
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
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
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
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