From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WzSV7-0004sJ-SD for mharc-grub-devel@gnu.org; Tue, 24 Jun 2014 11:19:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzSV0-0004of-2d for grub-devel@gnu.org; Tue, 24 Jun 2014 11:19:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzSUt-000286-FX for grub-devel@gnu.org; Tue, 24 Jun 2014 11:19:06 -0400 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:58572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzSUt-00027m-6h for grub-devel@gnu.org; Tue, 24 Jun 2014 11:18:59 -0400 Received: by mail-wg0-f48.google.com with SMTP id n12so509228wgh.19 for ; Tue, 24 Jun 2014 08:18:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=1DmhuzaSQ9UZV89uCMkAOwDcANVzvHrDl+tare9ivHY=; b=J+5Jgy3rRHgj6Rd6HVbk6bjr4Y7HH0xgw98VCz5A/74bQJSDnjM6sQ/SkmCpOOfAeU /BWsuWZ+d1RWUMqXKSsV25Kuc1kViO6Wdxg3KQiyG41/htyjm15LwUGvLq8+7D/HH60s CJnqe0g/mAN8pCUjzx4C7rzsY/OgRK5bJsi3E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=1DmhuzaSQ9UZV89uCMkAOwDcANVzvHrDl+tare9ivHY=; b=KACCDEdNk3W0rnXcsg62wHTjqVF1sVUeuMSfYtTHlJbPmYKGWLQ8ZKrKQqcU+Dw1i/ MDfI7fWbshUmm5Ws4Oj5RiUtdjicwQzd7ES3WPapH4Kuj8te1NgUKKl+5NLoBDuoozvl XHzpIQdWer9R083rInB/XOvYxovPXSEiG7bZHC17TCxCxiz8keHFOiY2nJms73jucXmM CYpxQlAOkineLxF+DdrQbczM465PZwXrpb38EwJD1uoNwNpQHs+yFADvKX+t8Ip927/S //FPc4zoI+hHNCP2bdLolx5luV5yuZSvH+t7yrMXCrmMo+Tan/W+rgJrEtOpGpDd/rIP Achw== X-Gm-Message-State: ALoCoQlG8AFPIhZzskcMmPjVgnqYU5CMBIJL1fYC7ZDQsWXuerrJ0iLs4hvNs6NkPBEFtKfud7r9 X-Received: by 10.194.60.110 with SMTP id g14mr2047166wjr.101.1403623136102; Tue, 24 Jun 2014 08:18:56 -0700 (PDT) Received: from rsbsd.rsb ([83.66.223.12]) by mx.google.com with ESMTPSA id do5sm44039286wib.16.2014.06.24.08.18.54 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 24 Jun 2014 08:18:55 -0700 (PDT) Date: Tue, 24 Jun 2014 18:19:00 +0300 From: Beeblebrox To: The development of GNU GRUB Subject: Re: PXE-Grub has no menu - File not found Message-ID: <20140624181900.10517d67@rsbsd.rsb> In-Reply-To: <20140623223943.15d2a963@rsbsd.rsb> References: <20140608092200.55f3c290@opensuse.site> <20140623223943.15d2a963@rsbsd.rsb> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::230 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: Tue, 24 Jun 2014 15:19:12 -0000 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" =3D>=20 file downloads without problem. Also, any other file in the (-s) path of tf= tp 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. --=20 FreeBSD_amd64_11-Current_RadeonKMS