From owner-freebsd-current@FreeBSD.ORG Mon Jan 28 15:48:08 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C8424C39; Mon, 28 Jan 2013 15:48:08 +0000 (UTC) (envelope-from lars@netapp.com) Received: from mx12.netapp.com (mx12.netapp.com [216.240.18.77]) by mx1.freebsd.org (Postfix) with ESMTP id A1DE36DB; Mon, 28 Jan 2013 15:48:08 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.84,551,1355126400"; d="scan'208";a="13032276" Received: from smtp1.corp.netapp.com ([10.57.156.124]) by mx12-out.netapp.com with ESMTP; 28 Jan 2013 07:48:02 -0800 Received: from vmwexceht02-prd.hq.netapp.com (vmwexceht02-prd.hq.netapp.com [10.106.76.240]) by smtp1.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id r0SFm2fW027118; Mon, 28 Jan 2013 07:48:02 -0800 (PST) Received: from VMWEXCEHT06-PRD.hq.netapp.com (10.106.77.104) by vmwexceht02-prd.hq.netapp.com (10.106.76.240) with Microsoft SMTP Server (TLS) id 14.2.328.9; Mon, 28 Jan 2013 07:48:02 -0800 Received: from SACEXCMBX01-PRD.hq.netapp.com ([169.254.2.51]) by vmwexceht06-prd.hq.netapp.com ([10.106.77.104]) with mapi id 14.02.0328.009; Mon, 28 Jan 2013 07:48:02 -0800 From: "Eggert, Lars" To: Ian Lepore Subject: Re: mounting root from NFS via ROOTDEVNAME Thread-Topic: mounting root from NFS via ROOTDEVNAME Thread-Index: AQHN/WoQ3bLz4fhIpUOOqbDPPwYM3JhfYi+AgAAGzYA= Date: Mon, 28 Jan 2013 15:48:01 +0000 Message-ID: References: <1359386621.93359.87.camel@revolution.hippie.lan> In-Reply-To: <1359386621.93359.87.camel@revolution.hippie.lan> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.106.53.51] Content-Type: text/plain; charset="us-ascii" Content-ID: <5C5C6D446995C54489A5D1B3F87B1633@tahoe.netapp.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2013 15:48:08 -0000 Hi, On Jan 28, 2013, at 16:23, Ian Lepore wrote: > Remove the BOOTP_NFSROOT option, it tells the bootp/dhcp code to keep > querying the server until a root path is delivered. Without it, the > ROOTDEVNAME option should get used (and I think even override a path > from the server, if it delivers one). no luck: em4: link state changed to UP Received DHCP Offer packet on em4 from 0.0.0.0 (accepted) (no root path) Sending DHCP Request packet from interface em4 (XX:XX:XX:XX:XX:XX) Received DHCP Ack packet on em4 from 0.0.0.0 (accepted) (no root path) DHCP/BOOTP timeout for server 255.255.255.255 Received DHCP Ack packet on em4 from 0.0.0.0 (accepted) (no root path) DHCP/BOOTP timeout for server 255.255.255.255 ... The only visible difference is that the first "Received DHCP Ack packet" li= ne is now printed only once, instead of twice as in the previous log. Lars=