From owner-freebsd-questions@FreeBSD.ORG Thu Feb 7 19:50:33 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 2740016A421 for ; Thu, 7 Feb 2008 19:50:33 +0000 (UTC) (envelope-from link@ngc.net.ua) Received: from ex.volia.net (ex.volia.net [82.144.192.10]) by mx1.freebsd.org (Postfix) with ESMTP id CC11913C467 for ; Thu, 7 Feb 2008 19:50:32 +0000 (UTC) (envelope-from link@ngc.net.ua) Received: from em.volia.net ([82.144.192.9]) by ex.volia.net with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1JNClS-000L9u-Bq for freebsd-questions@freebsd.org; Thu, 07 Feb 2008 21:50:30 +0200 Received: from intentionness-instrument.volia.net ([77.122.125.228] helo=[192.168.200.202]) by em.volia.net with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1JNClS-00063l-4x for freebsd-questions@freebsd.org; Thu, 07 Feb 2008 21:50:30 +0200 Message-ID: <47AB6107.2070002@ngc.net.ua> Date: Thu, 07 Feb 2008 21:50:31 +0200 From: Zinevich Denis User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <47AB4F00.1080307@gmail.com> In-Reply-To: <47AB4F00.1080307@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Volia-Original-IP: 77.122.125.228 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2008 19:50:33 -0000 I confirm it. Seems to be loader bug. I`ve tried to compile it without nfs support at all... but it didn`t help. I`ve been searching for solution for about a week and found nothing. > Hey, > > 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? > > This is how I build the boot loader: > > cd /usr/src/sys/boot > sudo make clean > sudo make LOADER_TFTP_SUPPORT=YES > sudo cp i386/pxeldr/pxeboot /jumpstart/tftpd/boot/pxeboot.0 > sudo cp i386/boot0/boot0 /jumpstart/tftpd/boot/ > sudo cp i386/boot2/boot1 /jumpstart/tftpd/boot/ > sudo cp i386/boot2/boot2 /jumpstart/tftpd/boot/ > sudo cp i386/mbr/mbr /jumpstart/tftpd/boot/ > > This is my loader.conf: > > # loader.conf > init_path="/stand/sysinstall" > rootfs_load="YES" > rootfs_name="/boot/mfsroot" > rootfs_type="mfs_root" > vfs.root.mountfrom="ufs:/dev/md0c" > autoboot_delay=0 > > And loader.rc: > > #loader.rc > echo hopping the kernel... > include /boot/loader.4th > start > > > Many thanks, > > > Jedrek > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >