From owner-freebsd-questions@FreeBSD.ORG Fri Feb 8 20:25:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B24E516A419 for ; Fri, 8 Feb 2008 20:25:32 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from kazon.borderworlds.dk (kazon.borderworlds.dk [213.239.213.48]) by mx1.freebsd.org (Postfix) with ESMTP id 6DDF413C457 for ; Fri, 8 Feb 2008 20:25:32 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from dominion.borderworlds.dk (localhost [127.0.0.1]) by kazon.borderworlds.dk (Postfix) with ESMTP id 3C87B17020; Fri, 8 Feb 2008 21:07:11 +0100 (CET) Received: by dominion.borderworlds.dk (Postfix, from userid 2000) id E9081495; Fri, 8 Feb 2008 21:07:10 +0100 (CET) To: freebsd-questions@freebsd.org References: <47AB4F00.1080307@gmail.com> From: Christian Laursen Date: Fri, 08 Feb 2008 21:07:10 +0100 In-Reply-To: <47AB4F00.1080307@gmail.com> (Rek Jed's message of "Thu\, 07 Feb 2008 18\:33\:36 +0000") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Rek Jed Subject: Re: pxeboot, TFTP only, NFS MOUNT RPC error: 60, timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2008 20:25:32 -0000 Rek Jed writes: > I've been building FreeBSD jumpstart infrastructure and it mostly > works. I'm using tftp to boot off the network in to scripted > sysinstall. I compiled the boot loader with tftp support but every > time I boot it will first try nfs, then timeout after around two > minutes (it cannot find nfs) and finally boot from tftp. Is there any > way that I can make it boot from tftp straight away rather than wait > for nfs to timeout? Try unsetting boot.nfsroot.server and boot.nfsroot.path although I'm not sure that it will avoid the timeout in newer FreeBSD releases. -- Christian Laursen