From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YNmB4-0001pj-11 for mharc-grub-devel@gnu.org; Tue, 17 Feb 2015 12:43:18 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNmB2-0001pd-1S for grub-devel@gnu.org; Tue, 17 Feb 2015 12:43:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNmAw-0006GY-W8 for grub-devel@gnu.org; Tue, 17 Feb 2015 12:43:15 -0500 Received: from mail-la0-f43.google.com ([209.85.215.43]:46622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNmAw-0006GM-PN for grub-devel@gnu.org; Tue, 17 Feb 2015 12:43:10 -0500 Received: by lams18 with SMTP id s18so37290705lam.13 for ; Tue, 17 Feb 2015 09:43:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=y4XGdfbPOa5o6CNwqJPkgsl/bbdhYhc5ANbTcesdwoU=; b=Q8VrgMyXItwAgXaw0FkHu14G9BidvZDLOOuYSsSGUatB2L9d/DhHsffUojEB7NDAfz yGXOVFXnLQ4e0r6F4Vs02K4fss95XgFFRD+XkWqPsZpTDZVMNXLq7ZC5lz5NJNXcvoLx utxTWsC4DdlK7Rad9k3XUooQLiAsU1uhxv4tsgKP/QzCokDYYjpQXBVeLco61UZjwlSX C7ybLN+IRJyOe9EwGWHC3prsRJSmqEEvHG5Nz+xrjhj8U7ZW+S8fiEfOhDOC49jWYR2D Bg0hvnUeBwviJT1nUfDgOCKVe1yLfuEl1ZpEI5uA+VTRCTHyKvWuKKJs53TvOsbMTZu4 u5Fw== X-Received: by 10.152.21.72 with SMTP id t8mr19730803lae.49.1424194989930; Tue, 17 Feb 2015 09:43:09 -0800 (PST) Received: from opensuse.site (ppp91-76-14-38.pppoe.mtu-net.ru. [91.76.14.38]) by mx.google.com with ESMTPSA id fb5sm3700462lbc.34.2015.02.17.09.43.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Feb 2015 09:43:08 -0800 (PST) Date: Tue, 17 Feb 2015 20:43:06 +0300 From: Andrei Borzenkov To: Alan Perry Subject: Re: Multiboot2 and IPv6 Message-ID: <20150217204306.4fbe7157@opensuse.site> In-Reply-To: <54E26ED7.4050404@snowmoose.com> References: <54E26ED7.4050404@snowmoose.com> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.25; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.215.43 Cc: grub-devel@gnu.org 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: Tue, 17 Feb 2015 17:43:16 -0000 =D0=92 Mon, 16 Feb 2015 14:27:35 -0800 Alan Perry =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >=20 > Is there a way to pass IPv6 network configuration info through=20 > multiboot2? The network tag won't work because it is based on DHCPv4=20 > ACK, right? >=20 Probably not. What information do you mean? From netboot6 or DHCPv6? On EFI the we just need to get information from firmware for the former. The latter is not currently implemented in grub. In any case it will likely mean new MB2 tag.