From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1X0C4r-0008JC-7b for mharc-grub-devel@gnu.org; Thu, 26 Jun 2014 11:59:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0C4i-00086y-Q4 for grub-devel@gnu.org; Thu, 26 Jun 2014 11:59:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0C4c-0002i0-Qr for grub-devel@gnu.org; Thu, 26 Jun 2014 11:59:00 -0400 Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:38112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0C4c-0002ht-Jm for grub-devel@gnu.org; Thu, 26 Jun 2014 11:58:54 -0400 Received: by mail-lb0-f174.google.com with SMTP id u10so3127409lbd.33 for ; Thu, 26 Jun 2014 08:58:53 -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=qclbfSYBh/ljz4YxPS+09DaDozzWqiRSaYV2yvfQhGM=; b=sEpkZ/5XX3l5TkIh2LOffnRssYvF/VrL6+8t/JtVkhg8CYqUA+6R45HDbnY4evif4x UsgUU079ZM6gSR9XW66xcCnRuqcjxVO1/ZqNHaimy9qNyXRuT2hh+IWQwzC386ciazNq bae4RQpcUb7KI02OUzZVgAQB4osKMNb/Wzs+xaklta8vCTZM4xwojbU5u3PjAeEFIr7C iDNdMEcEbMwvF4/CZXIQ96b6XVJf/mBzHaBhSs52gywG6cNxDSoREpK/c9ywz14z4cus 3yem7IDi85p/U0cxRmIr9teBKLO/pdoUIEQKy35AQ1zLXpT752A7LLQ9Z3Xfo71IHBvN abFg== X-Received: by 10.152.5.194 with SMTP id u2mr11806290lau.1.1403798333378; Thu, 26 Jun 2014 08:58:53 -0700 (PDT) Received: from opensuse.site (ppp94-29-76-101.pppoe.spdop.ru. [94.29.76.101]) by mx.google.com with ESMTPSA id at2sm8021369lbc.7.2014.06.26.08.58.52 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Jun 2014 08:58:52 -0700 (PDT) Date: Thu, 26 Jun 2014 19:58:51 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: PXE-Grub has no menu - File not found Message-ID: <20140626195851.70df3c79@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::22e 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: Thu, 26 Jun 2014 15:59:06 -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. How did you create your netboot directory and grub image? Your grub requests /boot/grub/i386-pc/normal.mod, *NOT* grub/i386-pc/normal.mod. It has wrong prefix. > 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. >