From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WtVZx-0001Gu-VV for mharc-grub-devel@gnu.org; Sun, 08 Jun 2014 01:23:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtVZq-0001GV-Vt for grub-devel@gnu.org; Sun, 08 Jun 2014 01:23:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtVZl-0004hh-0T for grub-devel@gnu.org; Sun, 08 Jun 2014 01:23:30 -0400 Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:38744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtVZk-0004hb-Om for grub-devel@gnu.org; Sun, 08 Jun 2014 01:23:24 -0400 Received: by mail-la0-f50.google.com with SMTP id b8so2383189lan.37 for ; Sat, 07 Jun 2014 22:23:23 -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=aCdE6o1tbfzH/mWBrauP1GhrQaCVS0AEARGd5v91rJw=; b=NCN3ZtHnaW4uheo5rZwYkKFUByYWxDx9ASmNoJONGxUZf0xKO/Fh86u5yAxaML34sZ be+gNfV8zBEb0qFBJ3/bwlsLZEFjvmj+j0B6EQItm5yD9HHCjeTzfvLDTn821Xyb9e2C qUBDynfbk9OYHwfbC0hSXXsGY2RNzaJQkKZqlWG3txEw5Tgylrqk6R/PYWto3Ya7i2Kz Wmtm6f5DEUTeWc2mmv65dQ0DXVEYakmh8nAJoTv44LQatp9Q/A7eO7+Fysoa205tkiiy I4ZK6mFecVMgINiqhPBKm1JlS4Hwb6GW4egXx1m9c117BeJM85qpOh+bKPlTQb0GHc1O fPaw== X-Received: by 10.152.6.37 with SMTP id x5mr11517941lax.15.1402205003745; Sat, 07 Jun 2014 22:23:23 -0700 (PDT) Received: from opensuse.site (ppp37-190-15-130.pppoe.spdop.ru. [37.190.15.130]) by mx.google.com with ESMTPSA id lc3sm12060560lab.7.2014.06.07.22.23.22 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 07 Jun 2014 22:23:23 -0700 (PDT) Date: Sun, 8 Jun 2014 09:23:22 +0400 From: Andrey Borzenkov To: zaphod@berentweb.com Subject: Re: PXE boot over NFS please Message-ID: <20140608092322.047a6c3e@opensuse.site> In-Reply-To: References: <20140602091519.11933ca5@opensuse.site> <20140602195031.5cdd6497@opensuse.site> <20140607085931.6e540749@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::232 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: Sun, 08 Jun 2014 05:23:37 -0000 В Sat, 7 Jun 2014 10:33:29 +0300 Beeblebrox пишет: > I was just preparing this email when yours arrived. > The example below does not work either - client just reboots. > The module in my grub/i386-pc folder is named pxechain, so I have corrected > the insmod to that. > > menuentry 'FreeBSD amd64' --class freebsd --class bsd --class os { > insmod pxechain > pxechainloader (pxeboot NOR loader) } > > Same result from grub command line: > grub> pxechainloader pxeboot > grub> boot > Yes, somebody reported this as well (January may be). Care to open bug report for this? > My TFTP root is /boot, so pxeboot file and grub folder reside in the TFTP > root. > Regards.