From owner-freebsd-stable Thu Aug 9 7:54:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id E5C2037B403; Thu, 9 Aug 2001 07:54:09 -0700 (PDT) (envelope-from mark@whistle.com) Received: from [207.76.207.129] (PBG4.whistle.com [207.76.207.129]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id HAA95405; Thu, 9 Aug 2001 07:53:56 -0700 (PDT) Mime-Version: 1.0 X-Sender: mark-ml@207.76.206.1 Message-Id: In-Reply-To: <20010809154449.H1839-100000@klima.physik.uni-mainz.de> References: <20010809154449.H1839-100000@klima.physik.uni-mainz.de> Date: Thu, 9 Aug 2001 07:54:28 -0700 To: "Hartmann, O." From: Mark Peek Subject: Re: PXE boot image defective! Cc: , Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 3:49 PM +0200 8/9/01, Hartmann, O. wrote: >Well, sorry to say this, but I feel better that someone has also revealed >this problem because I suspect my self watching white mice ... >I watched the code changes in /usr/src/sys/boot and found that >src/sys/boot/i386/boot2/boot2.c and src/sys/boot/i386/boot2/boot1.s >has been changed also 8 days ago. I will remove the newer ones and then >see if they involves pxeboot ... Those files cannot be the cause of your problem. pxeboot is loaded directly into memory by the NIC boot rom and emulates the boot[12] environment for the loader (/boot/loader), thus it doesn't need to load or use the other bootstrap pieces (boot[012]). Besides, you reported the problem with 4.4-PRERELEASE but the changes to boot[12] have not been MFC'd (yet). Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message