From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Wt8jP-0005Hc-Ly for mharc-grub-devel@gnu.org; Sat, 07 Jun 2014 00:59:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wt8jI-00056m-Hg for grub-devel@gnu.org; Sat, 07 Jun 2014 00:59:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wt8j9-0006sf-0J for grub-devel@gnu.org; Sat, 07 Jun 2014 00:59:44 -0400 Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:49185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wt8j8-0006s0-OY for grub-devel@gnu.org; Sat, 07 Jun 2014 00:59:34 -0400 Received: by mail-la0-f46.google.com with SMTP id hz20so1863047lab.19 for ; Fri, 06 Jun 2014 21:59:33 -0700 (PDT) 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=kEEhzz71nq3RzFSThAlwS2uBsWd0Feimzvd3dAffsFA=; b=SWLvznheLPCndXSJWnO9OL2NL6UnIE00FU5kmOrzKAo1J8SxD6gc7174OsGoDgNr6F ONMgH1bzvrl1TIPEsCyCwGolxoimVzq9bo1N6Qq9ojU1TiLUYOyyHYPmJ7X3b4llmXZx UoJFU9aUwjCUSI+Tgf2M5f8lAoR0SGg5Ud3cuVhbVict2G3Rk7nnMPM3LFxoh671wL6/ Rr/E92rfoQoqeEkV8/eet9HjgfGb8KPARWQDjuglW4H1TWGEipZl4OV851XhRQbGxl6I 8vZR4a6wFpHXnYflxDUpe/V9HpcvdmmFOvaPwOfnDvYrhcXV7nNliK0rgrMOZeNorO9A ppfw== X-Received: by 10.112.40.101 with SMTP id w5mr6514269lbk.19.1402117172893; Fri, 06 Jun 2014 21:59:32 -0700 (PDT) Received: from opensuse.site (ppp37-190-15-130.pppoe.spdop.ru. [37.190.15.130]) by mx.google.com with ESMTPSA id wm10sm10905275lbb.29.2014.06.06.21.59.31 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 06 Jun 2014 21:59:32 -0700 (PDT) Date: Sat, 7 Jun 2014 08:59:31 +0400 From: Andrey Borzenkov To: zaphod@berentweb.com Subject: Re: PXE boot over NFS please Message-ID: <20140607085931.6e540749@opensuse.site> In-Reply-To: References: <20140602091519.11933ca5@opensuse.site> <20140602195031.5cdd6497@opensuse.site> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.22; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22e Cc: The development of GNU GRUB 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: Sat, 07 Jun 2014 04:59:50 -0000 В Fri, 6 Jun 2014 15:11:22 +0300 Beeblebrox пишет: > > > > I must also boot FreeBSD on NFS via TFTP (not HTTP), but this won't work: > > menuentry 'FreeBSD chainload BTX' { > > kfreebsd boot/loader > > > or kfreebsd boot/pxeboot } > > > > This is because the BTX loader has not been booted in PXE mode and has no > record of available PXE devices. Booting into boot/pxeboot also does not > work. > > I would prefer to be able to chainload into BTX for the BSD items, because > there are too many settings under boot/loader.conf of BSD that may cause > difficulties or incompatibility for direct-boot from grub.cfg. > > Any idea how to do this? Did you try pxechainloader instead? It should leave working PXE environment.