From owner-freebsd-net@FreeBSD.ORG Mon Feb 16 23:33:04 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 335D58F2 for ; Mon, 16 Feb 2015 23:33:04 +0000 (UTC) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5214256 for ; Mon, 16 Feb 2015 23:33:03 +0000 (UTC) Received: by labgq15 with SMTP id gq15so32751703lab.6 for ; Mon, 16 Feb 2015 15:33:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=BN3T3mDC+19/4xWQnL3pBIpu3zSYk+RnebG6PXBF8cs=; b=DhYEfV0ynruBWE0aFJu1b/k3xRuAYLtbiDJuJlZIYa9LuznInUXRNSOlkyA3IjOxTr ErJ/D2FsWJiSGQrzDMS4tD80vE2EhM8qr4HvjHjRslmUVyC/MMgdmE/huJiJveVrKwdU WnStuWIDiumtYOY5/niRiGAK7Nz3MAplBw0JA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=BN3T3mDC+19/4xWQnL3pBIpu3zSYk+RnebG6PXBF8cs=; b=UMJs8rv6frU3qoHi9WiIN28dhA43Bn8ZUOaujT3oh7x1ctNB6uu9r1hNEY/mBocmxZ nDoC/FGtj9kDGaE/Fcc+eXRs0zKGmoT85SbF059NIfKAiJ6nvGOOOC4bCenZIoUtq4pQ rhtjq7u7w/WFnA3fNVOBKvOetLmkThQ5kG3st581ZnWva7eHgzfM2UgU9hITa0GfTcbE tFWFXfGka5mmbTT7VOxpm8X81tj1wsPAh/mkqivEMYRDRNdq7l4b6W08vSIe9112iG6j UjNKcVKxL8Q+wPwWzpusakSkbxaQ8tO4XrpU/6nuLy5fJ66SH/1BYRCFT9Tm8OoIDCVZ 18jA== X-Gm-Message-State: ALoCoQnQZK5oGhzqd/jtocCj3znh99pqcaQuxdWAW7BDF+DC6pZ6KXWr7TI4A86zuwF2QCe23XEE X-Received: by 10.112.72.132 with SMTP id d4mr25896409lbv.70.1424129581171; Mon, 16 Feb 2015 15:33:01 -0800 (PST) Received: from rsbsd.rsb ([31.200.16.157]) by mx.google.com with ESMTPSA id jk7sm1408460lbc.14.2015.02.16.15.32.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Feb 2015 15:33:00 -0800 (PST) Date: Tue, 17 Feb 2015 01:32:56 +0200 From: Beeblebrox To: Rick Macklem Subject: Re: NFS and diskless: some questions re nfs_diskless.c Message-ID: <20150217013256.668aa838@rsbsd.rsb> In-Reply-To: <20150216112951.0b4ff5cd@rsbsd.rsb> References: <20150215174056.34912959@rsbsd.rsb> <424747461.3929611.1424048192500.JavaMail.root@uoguelph.ca> <20150216112951.0b4ff5cd@rsbsd.rsb> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-net@freebsd.org 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: Mon, 16 Feb 2015 23:33:04 -0000 Well, I removed all the BOOTP* items from config and re-built kernel. * With FreeBSD's pxeboot everything works normally and root is mounted as N= FSv3. dhcp.conf has option root-path defined. * 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 t= hese params to the FreeBSD kernel to no avail: vfs.root.mountfrom=3D"nfs:192.168.2.1:/data/amd64" boot.nfsroot.server=3D"192.168.2.1" boot.nfsroot.path=3D"/data/amd64" --=20 FreeBSD_amd64_11-Current_RadeonKMS