From owner-freebsd-net@FreeBSD.ORG Tue Feb 17 02:59:59 2015 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E60AB8E for ; Tue, 17 Feb 2015 02:59:59 +0000 (UTC) Received: from esa-annu.net.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id 35B30AC5 for ; Tue, 17 Feb 2015 02:59:58 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2C7BAAJruJU/95baINbhDaCf8UxgVkBAQEBAQF8hA4oVhsYAgINGQJfiEC3GZcYAQEBAQYBAQEBAQEcgSGJa4Q5NIJvgUIFijqPTYk6hH2DPiKEDCCBdX8BAQE X-IronPort-AV: E=Sophos;i="5.09,591,1418101200"; d="scan'208";a="192985978" Received: from muskoka.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.222]) by esa-annu.net.uoguelph.ca with ESMTP; 16 Feb 2015 21:59:51 -0500 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 8983FB3FE4; Mon, 16 Feb 2015 21:59:51 -0500 (EST) Date: Mon, 16 Feb 2015 21:59:51 -0500 (EST) From: Rick Macklem To: Beeblebrox Message-ID: <1571544718.4405548.1424141991551.JavaMail.root@uoguelph.ca> Subject: Re: NFS and diskless: some questions re nfs_diskless.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.95.12] X-Mailer: Zimbra 7.2.6_GA_2926 (ZimbraWebClient - FF3.0 (Win)/7.2.6_GA_2926) Cc: freebsd-net X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 02:59:59 -0000 I wrote: > > * When trying to use Grub, boot stops at the "mountroot>" prompt, > > wich was the original problem as far as I recall. The grub.cfg file > > already passes these params to the FreeBSD kernel to no avail: > > vfs.root.mountfrom="nfs:192.168.2.1:/data/amd64" > I believe the syntax for this is: > vfs.root.mountfrom=nfs:/data/amd64 > but I'm not sure. Oops, I think your syntax is correct, but vfs.root.mountfrom only works for the BOOTP + BOOTP_NFSROOT case. rick