From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XiTLu-0003RF-OM for mharc-grub-devel@gnu.org; Sun, 26 Oct 2014 15:19:46 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiTLm-0003PK-Tu for grub-devel@gnu.org; Sun, 26 Oct 2014 15:19:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiTLg-0000oM-V0 for grub-devel@gnu.org; Sun, 26 Oct 2014 15:19:38 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:56692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiTLg-0000oB-Ne for grub-devel@gnu.org; Sun, 26 Oct 2014 15:19:32 -0400 Received: by mail-wi0-f170.google.com with SMTP id n3so4507423wiv.1 for ; Sun, 26 Oct 2014 12:19:31 -0700 (PDT) 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=5YjDh5+IH18mJXpr1cecXknn7TMCeFmWdfeU+4v9hns=; b=fg/+IKPRY/MMZjW0gadaC/5DzECTEQe7xRaphtnRzM7p7tCvVp66vcCloCNFU7r7Of P/HeHI1VuY/S10WGRSJ+PDpgtmuCW8iqKllvyrzT9bJ9FfEHdsBYSLxDoZKRquPBW8fR WkP8PDxryrFjOaaeHhDRVZ6zy1ngHsMT2qGUU= 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=5YjDh5+IH18mJXpr1cecXknn7TMCeFmWdfeU+4v9hns=; b=gDmkq1/yEd8JzO5wUQnegYnV1D0RbPGZqpzBHmF+5DuOTTY0kK/btt+/2w7GI3z5zR YdTw7078AvycqaA/kUoPWk06p26Qd01NJQ/91ceXtyy1Tfw9P7b8Ka5G2ZS8Ofnz4LSv KQ/ypmCh4lP84b29/k5hUgAQVuFtfiMjFdg/FtMG8bNBu+lDaLzNVVlWopVcAZUIN+oT Ggmg3J9VtDH5+HtkR1v/qoPbM9XqQW6vQOBwGwlasWpPxZhoDVbjq4XJbaBGB9Eg2J7B 5cfLfgPD71c3c/XrOO0WnsPh6lv1+raGA61pvFA2jzAHT1X7BtFCBENl0LMrn+csDsXG F8Gg== X-Gm-Message-State: ALoCoQl357oGNQ2PTOqj4c7Iw375B1eZoIT6+cNewtXAQB9bDBsJEE0impwIvD6dnQwmaXWT/BXM X-Received: by 10.180.10.231 with SMTP id l7mr16596820wib.1.1414351171698; Sun, 26 Oct 2014 12:19:31 -0700 (PDT) Received: from rsbsd.rsb ([83.66.215.232]) by mx.google.com with ESMTPSA id w13sm13002220wjq.29.2014.10.26.12.19.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Oct 2014 12:19:30 -0700 (PDT) Date: Sun, 26 Oct 2014 21:19:38 +0200 From: Beeblebrox To: Andrei Borzenkov Subject: Re: Grub kfreebsd with pxe & nfs Message-ID: <20141026211938.4a709655@rsbsd.rsb> In-Reply-To: <20141026212444.79c1757e@opensuse.site> References: <20141026200300.70fc4099@rsbsd.rsb> <20141026212444.79c1757e@opensuse.site> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22a Cc: grub-devel X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2014 19:19:45 -0000 > > * First is, code snippet to get mount_root to use NFS V3 instead of > > V2. grub.cfg code should be as below, but does not work > This should be kFreeBSD....=20 Still does not work with=20 {set kFreeBSD.boot.nfsroot.options=3D"nfsv3"} mount_root this time does not hang, but resulting mounted root is still V2 * grub.cfg does not accept kFreeBSD for all parameters, and needs mixed syn= tax. Example: menuentry 'FreeBSD 11_amd64' { kfreebsd kernel/kernel # NOT kFreeBSD kernel/kernel set FreeBSD.acpi_load=3DYES kfreebsd_loadenv device.hints # NOT kFreeBSD_loadenv device.hints kfreebsd_module kernel/if_sis.ko # NOT kFreeBSD_module kernel/if_sis.ko * I disabled these 3 params: # set kFreeBSD.vfs.root.mountfrom=3D"nfs:192.168.2.1:/data/amd64" # set kFreeBSD.vfs.root.mountfrom.options=3D"ro" # set kFreeBSD.boot.nfsroot.options=3D"nfsv3" And saw that FreeBSD boots normally through grub. This means that the {set = kFreeBSD.*} settings are very likely being ignored as boot settings. The mo= unt_root is successful because FreeBSD executes what is passed from dhcp. Regards.