From owner-freebsd-questions@FreeBSD.ORG Tue Apr 27 20:58:59 2010 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 80DC71065677 for ; Tue, 27 Apr 2010 20:58:59 +0000 (UTC) (envelope-from seklecki@noc.cfi.pgh.pa.us) Received: from mx04.pub.collaborativefusion.com (mx04.pub.collaborativefusion.com [206.210.72.84]) by mx1.freebsd.org (Postfix) with ESMTP id 4752E8FC0C for ; Tue, 27 Apr 2010 20:58:59 +0000 (UTC) Received: from [127.0.0.1] ([206.210.89.202]) by mx04.pub.collaborativefusion.com (StrongMail Enterprise 4.1.1.4(4.1.1.4-47689)); Tue, 27 Apr 2010 17:07:06 -0400 X-VirtualServerGroup: Default X-MailingID: 00000::00000::00000::00000::::1138 X-SMHeaderMap: mid="X-MailingID" X-Destination-ID: freebsd-questions@freebsd.org X-SMFBL: ZnJlZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5vcmc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=noc.cfi.pgh.pa.us; s=noc_cfi_pgh_pa_us_key_dkim; l=716; t=1272402426; i=@noc.cfi.pgh.pa.us; h=Message-ID:Date:From: Reply-To:Organization:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; bh=cFTPToSiHoYyHuRVv+FgM TPD4VY=; b=FPneqNHwm0EbVTYF1ArINRYSjorX5bju/qPSqeNisVb6f7OGPbs+4 5lK3u/ee2jzq0Jks0naPQfFyriCLPMTr5nccPfZw0ClGJ/NGL9fpGVsLPFdA7USQ JiG9hVWmUVi Message-ID: <4BD75011.5090408@noc.cfi.pgh.pa.us> Date: Tue, 27 Apr 2010 16:58:57 -0400 From: "Brian A. Seklecki (CFI NOC)" Organization: Collaborative Fusion, Inc. (DRP NOC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Free BSD Questions list Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 8.0-R failing to parse DHCP root-path or loader.conf/rc vars (Diskless NFS/PXE) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bseklecki@noc.cfi.pgh.pa.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2010 20:58:59 -0000 All: DHCP: option root-path "192.168.224.67:/export/tftpboot/root-db"; loader.rc: set vfs.root.mountfrom="nfs" set vfs.root.mountfrom.options="rw" set boot.nfsroot.path="/export/tftpboot/root-web" set boot.nfsroot.server="192.168.224.67" loader.conf: mfsroot_load="NO" nfsclient_load="YES" init_path=/stand/sysinstall autoboot_delay=2 The kernel fails to mount / as RW with: "mount option is unknown" Then some mysterious file system that isnt' MFS and isn't NFS show up. I don't think any of the docs out there are up to date, and from mailing list discussion, the syntax appears to have changed in 8.0 Anyone out there running a diskless config? ~BAS