Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Feb 2012 17:45:05 +0100
From:      =?ISO-8859-1?Q?Erik_N=F8rgaard?= <norgaard@locolomo.org>
To:        Rick Miller <vmiller@hostileadmin.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: pxeboot.bs and vlan tagging
Message-ID:  <4F300391.2020002@locolomo.org>
In-Reply-To: <CAHzLAVGYbbhyeCQCf6_KE=P_EuSFni2zOZb76XwFwYYC8-MpPw@mail.gmail.com>
References:  <CAHzLAVEKavBHqz4atdqys6KDJXqGpinCcEPg7--Nqn9ZZCTH4Q@mail.gmail.com> <4F2FF7D3.2030707@locolomo.org> <CAHzLAVHxpWyvcb-ioaEXOLkentujUbT6Fd7eEois4SHQa-MVAQ@mail.gmail.com> <CAHzLAVGYbbhyeCQCf6_KE=P_EuSFni2zOZb76XwFwYYC8-MpPw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 06/02/2012 17:33, Rick Miller wrote:
>>> 2) do you fetch the kernel successfully?
>>>
>>> When using tftp, The kernel and kernel modules are fetched before the memory
>>> file system, so do pxeboot fetch the kernel but not the mfsroot?
>>>
>>> The reason for these questions is that your problem may be with the kernel
>>> and kernel modules and not pxeboot. Just to be sure.
>>
>> I see what you are saying.  We will have to look at the packet
>> captures to make that determination.
>
> The target system loads pxeboot.bs and consequently requests the
> following files:
>
> /boot/boot.4th (which it does not find)
> /boot/loader.rc
> /boot/loader.4th
> /boot/support.4th
> /boot/defaults/loader.conf
> /boot/device.hints
> /boot/loader.conf
>
> It is at this point where the failure occurs.  The contents of loader.conf are:
>
> mfsroot_load="YES"
> mfsroot_type="mfs_root"
> mfsroot_name="/boot/mfsroot"
>
> Does this seem consistent with what you were theorizing that it's the
> kernel that has the problem with vlan tagging and not pxeboot.bs?

See the other mail, the way pxeboot works IIRC, is that first the 
pxeboot is fetched using tftp, the pxeboot is given the next server and 
will fetch the kernel, modules and other files from /boot/ on that 
server, (path respective to the root of the tftp dir).

The kernel loads and will then fetch the mfsroot file. As mentioned, by 
default this is done using nfs, and nfs is assumed if the kernel 
supports nfs, even if it only fetches one file. This I understand has to 
be this way since the network configuration set with dhcp does not 
specify the protocol.

So, if your kernel supports nfs it will not use tftp and hence fail.

The details are somewhat distant to me, it's been some time since I 
messsed arround with this.

hope this helps.
BR, Erik
-- 
M: +34 666 334 818
T: +34 915 211 157



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F300391.2020002>