From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WtVYe-00010J-KN for mharc-grub-devel@gnu.org; Sun, 08 Jun 2014 01:22:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtVYX-0000yN-I9 for grub-devel@gnu.org; Sun, 08 Jun 2014 01:22:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtVYR-0004U3-I7 for grub-devel@gnu.org; Sun, 08 Jun 2014 01:22:09 -0400 Received: from mail-lb0-x229.google.com ([2a00:1450:4010:c04::229]:33351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtVYR-0004Tr-AC for grub-devel@gnu.org; Sun, 08 Jun 2014 01:22:03 -0400 Received: by mail-lb0-f169.google.com with SMTP id s7so2415642lbd.28 for ; Sat, 07 Jun 2014 22:22:01 -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=GThnRzTJ4425QXdAOvXTDRXp4paLCJnTOyptjkQFxNM=; b=fAd/+71NAGZb4aGuGA0c9pIC0vHG7BeuH+qKFggP7lYWhaO4hZ9xQsOdqRJ6XL3m3A aUQ65igkNRzNnBbGlkdsX8nmp/yLSPTuuhRSXVbwtvjXH7X5OCl6+OLGgH13XiyOM8N9 g5lSBcg3wJ4nRYAOFCvsRy5GNvmWOPEHjKPe4Nq2I1JDt2LrFLGOkh1sGATN0I6HliPt w6wny2RDxwMK1LAzRmlpoFzP0t8n+nHVqMndurwx4oH+ZbLtbFNZPyu2M+XmGqKCOZoT bVl5UWHRMPu/AZAcCNc923kdGOFvsxJE/DiePniyv2/m5aucc+hSr2zFoBjyS+gXdYbO WYDQ== X-Received: by 10.152.9.8 with SMTP id v8mr11643154laa.36.1402204921794; Sat, 07 Jun 2014 22:22:01 -0700 (PDT) Received: from opensuse.site (ppp37-190-15-130.pppoe.spdop.ru. [37.190.15.130]) by mx.google.com with ESMTPSA id lc3sm12058121lab.7.2014.06.07.22.22.00 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 07 Jun 2014 22:22:01 -0700 (PDT) Date: Sun, 8 Jun 2014 09:22:00 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: PXE-Grub has no menu - File not found Message-ID: <20140608092200.55f3c290@opensuse.site> In-Reply-To: References: 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:c04::229 Cc: zaphod@berentweb.com 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:22:15 -0000 В Sat, 7 Jun 2014 21:11:04 +0300 Beeblebrox пишет: > I just updated my git repo (git log shows Apr 20 16:12:41), then > re-compiled and reinstalled Grub. I then cd'ed to my TFTP root and ran > "grub-mknetdir --net-directory=./" This completed without problem and > displayed message to "direct TFTP to core.0" with correct path. > > PXE Booting process now fails as: > Client gets IP address, > "Welcome to GRUB" message displayed, then > > "error: file not found. > Entering rescue mode... > grub rescue> " > > TFTP log shows: > tftp: client does not accept options > RRQ from 192.168.2.34 filename grub/i386-pc/core.0 > RRQ from 192.168.2.34 filename /boot/grub/i386-pc/normal.mod > > $tftproot/boot/grub/i386-pc/grub.cfg has > source boot/grub/grub.cfg > > What did this break? Hard to tell without knowing what previous version was. I'm afraid in this case your only possibility is to bisect (man git-bisect) to find commit that broke things.