From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 15 18:20:52 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 78F09AAD for ; Tue, 15 Jan 2013 18:20:52 +0000 (UTC) (envelope-from bright@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 6955DD6F for ; Tue, 15 Jan 2013 18:20:52 +0000 (UTC) Received: from Alfreds-MacBook-Pro-9.local (c-67-180-208-218.hsd1.ca.comcast.net [67.180.208.218]) by elvis.mu.org (Postfix) with ESMTPSA id 6D0491A3D47; Tue, 15 Jan 2013 10:20:50 -0800 (PST) Message-ID: <50F59E01.2050102@mu.org> Date: Tue, 15 Jan 2013 10:20:49 -0800 From: Alfred Perlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Wojciech Puchar Subject: Re: off topic but no idea where to ask References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2013 18:20:52 -0000 On 1/15/13 10:18 AM, Wojciech Puchar wrote: > does anyone know a PXE image (just like /boot/pxeboot) that can be > placed on tftp server and the only thing it will do would be loading > first sector from first local disk at 0x07c00 and booting as with > normal hard drive. > > what i need is to be able to decide from server side if given computer > boots from NFS or hard disk. > This may not be helpful, but maybe you can have the server just deny the PXE client the infomration needed to boot and set the BIOS to boot order to: 1st: PXE 2nd: local disk ? This way if the server doesn't respond to the pxe option then the client will then try local disk? -Alfred