From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Wzr88-00015S-PR for mharc-grub-devel@gnu.org; Wed, 25 Jun 2014 13:37:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzr81-00014v-9q for grub-devel@gnu.org; Wed, 25 Jun 2014 13:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wzr7t-0000IH-BW for grub-devel@gnu.org; Wed, 25 Jun 2014 13:37:01 -0400 Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:47221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzr7t-0000F6-3E for grub-devel@gnu.org; Wed, 25 Jun 2014 13:36:53 -0400 Received: by mail-lb0-f172.google.com with SMTP id c11so2136345lbj.3 for ; Wed, 25 Jun 2014 10:36:51 -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=ZReuQ5OEsi8FgEnRcfUXlZ99YqOkjmaGVCCaMdbxPx4=; b=re/1/bJLU3XW1oXvW9yNvDNhPFcAZ0c2Ghk/CjgpCY01QDkDkjQNaDCtd4caxPRK26 /9HaXWjs0CmPnOTm2VDNemLkOQHMRjoIBiq3gi3aKZJ/m+/Trb6vuF9LUSKVg7X9z295 rE2dFL7BfwzOMxX0QpsmLJiPAXW8SiJ7vL6ddJ1JjMQeEwPu2GJH5QVz77JJKp1cE3jY WqyBmys3kSmxXFMP6qG9zfsZf66Ph7oRU7vnsYFoiIjxx483oPfn2XhaZBBvilF9YQ4g RmaRKhbUL0aWp1YQlF8S3qqCvESrdu2ehSxyUQyQhpmMQlj4gNTnIJSA7kJZjhLd6YgI fwNA== X-Received: by 10.152.5.194 with SMTP id u2mr6846248lau.1.1403717811787; Wed, 25 Jun 2014 10:36:51 -0700 (PDT) Received: from opensuse.site (ppp94-29-76-101.pppoe.spdop.ru. [94.29.76.101]) by mx.google.com with ESMTPSA id d8sm1834018lah.12.2014.06.25.10.36.50 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 25 Jun 2014 10:36:51 -0700 (PDT) Date: Wed, 25 Jun 2014 21:36:50 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: PXE-Grub has no menu - File not found Message-ID: <20140625213650.10731668@opensuse.site> In-Reply-To: <20140624181900.10517d67@rsbsd.rsb> References: <20140608092200.55f3c290@opensuse.site> <20140623223943.15d2a963@rsbsd.rsb> <20140624181900.10517d67@rsbsd.rsb> 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::22c 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: Wed, 25 Jun 2014 17:37:07 -0000 В Tue, 24 Jun 2014 18:19:00 +0300 Beeblebrox пишет: > Is it possible my findings below show that PXE booting on grub2 (trunk) > when compiled and running on FreeBSD is broken? > > * When isc-dhcpd.conf has "grub/i386-pc/core.0" as filename, wireshark > shows abort due to "file not found: grub/i386-pc/normal.mod". > * From linux laptop, "tfpt 192.168.2.1" then > "tftp> get grub/i386-pc/normal.mod" => > file downloads without problem. Also, any other file in the (-s) path of tftp server gets downloaded. > * When isc-dhcpd.conf has "pxeboot" as filename (the BTX equivalent of > core.0), BTX menu gets displayed, allowing next step for boot. > Could you make available full tcpdump/tshark trace of both cases? With capture size 1500 so it captures full packets?