pxeboot.bs and vlan tagging

2012-02-06 Thread Rick Miller
Hi All, We are PXE booting into FreeBSD 8.2-RELEASE to perform system builds. The pxeboot.bs file was recompiled with TFTP support. 8.2-RELEASE builds were working fine until we attempted a build on bare metal in an environment that utilizes vlan tagging. When the system loaded the pxeboot.bs

Re: pxeboot.bs and vlan tagging

2012-02-06 Thread Erik Nørgaard
On 06/02/2012 16:35, Rick Miller wrote: We are PXE booting into FreeBSD 8.2-RELEASE to perform system builds. The pxeboot.bs file was recompiled with TFTP support. 8.2-RELEASE builds were working fine until we attempted a build on bare metal in an environment that utilizes vlan tagging. When

Re: pxeboot.bs and vlan tagging

2012-02-06 Thread Rick Miller
See my responses inline... On Mon, Feb 6, 2012 at 10:54 AM, Erik Nørgaard norga...@locolomo.org wrote: On 06/02/2012 16:35, Rick Miller wrote: We are PXE booting into FreeBSD 8.2-RELEASE to perform system builds. The pxeboot.bs file was recompiled with TFTP support.  8.2-RELEASE builds were

Re: pxeboot.bs and vlan tagging

2012-02-06 Thread Erik Nørgaard
On 06/02/2012 17:11, Rick Miller wrote: See my responses inline... On Mon, Feb 6, 2012 at 10:54 AM, Erik Nørgaardnorga...@locolomo.org wrote: On 06/02/2012 16:35, Rick Miller wrote: We are PXE booting into FreeBSD 8.2-RELEASE to perform system builds. The pxeboot.bs file was recompiled with

Re: pxeboot.bs and vlan tagging

2012-02-06 Thread Rick Miller
the problem with vlan tagging and not pxeboot.bs? -- Take care Rick Miller ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: pxeboot.bs and vlan tagging

2012-02-06 Thread Erik Nørgaard
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

Re: pxeboot.bs and vlan tagging

2012-02-06 Thread Rick Miller
Thanks for your feedback, Erik! I do have a question below... On Mon, Feb 6, 2012 at 11:45 AM, Erik Nørgaard norga...@locolomo.org wrote: 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

Re: pxeboot.bs and vlan tagging

2012-02-06 Thread Rick Miller
/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

Re: pxeboot.bs and vlan tagging

2012-02-06 Thread Erik Nørgaard
On 06/02/2012 19:34, Rick Miller wrote: Thanks for your feedback, Erik! I do have a question below... The kernel I am using is the kernel from the DVD ISO as it is downloaded from freebsd.org. How do I determine what modules have been enabled and disabled in that kernel? I am under the