From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Mut20-000076-42 for mharc-grub-devel@gnu.org; Mon, 05 Oct 2009 15:15:36 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mut1x-00006i-Ja for grub-devel@gnu.org; Mon, 05 Oct 2009 15:15:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mut1t-00006N-86 for grub-devel@gnu.org; Mon, 05 Oct 2009 15:15:33 -0400 Received: from [199.232.76.173] (port=45041 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mut1t-00006K-0V for grub-devel@gnu.org; Mon, 05 Oct 2009 15:15:29 -0400 Received: from mail-bw0-f220.google.com ([209.85.218.220]:61482) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mut1s-00025C-ND for grub-devel@gnu.org; Mon, 05 Oct 2009 15:15:28 -0400 Received: by bwz20 with SMTP id 20so2835584bwz.42 for ; Mon, 05 Oct 2009 12:15:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=ZOCfcK3DAsyvWdVCkD5Z9YSGanK4J6NEWOI7oDAQf3A=; b=QHjQvC27K7ig6MJHlygdaKpMci+AaSSg4nr537bEAXEWUVS4GHAl95EYp9/xdR/LCK O0BPK+0E1AuwgeBX4F6nViHvlkMavFdSITSJEwxDYUyt10wQWHdqMDYwvsw6dVgoXvAL D1Rri7HKge9hj7tKHjnG7C75mxC0+g6KHNmx0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=jW3EdETmacM9tLzyT50VSB++zHfqIUBMK2vZxcKg5yrr/Ymly2oMSZz8zAdHaGgq1P GI/Zw6THBytOb95TdTraUqvh4fBdjq8Iunp0RO2rQEGHvBhLgFaQm+QrGvdNJSAnv9cK B+p01YT/i+Vp17P+eTercsgSBTmjUaneBdnE8= Received: by 10.204.162.143 with SMTP id v15mr4322999bkx.50.1254770127356; Mon, 05 Oct 2009 12:15:27 -0700 (PDT) Received: from ?10.160.31.10? (ppp091138215095.dsl.hol.gr [91.138.215.95]) by mx.google.com with ESMTPS id k29sm41378fkk.25.2009.10.05.12.15.25 (version=SSLv3 cipher=RC4-MD5); Mon, 05 Oct 2009 12:15:25 -0700 (PDT) From: Alkis Georgopoulos To: grub-devel@gnu.org Content-Type: text/plain Date: Mon, 05 Oct 2009 22:15:24 +0300 Message-Id: <1254770124.3767.8.camel@alkis> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: PXE booting: no such disk X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 19:15:34 -0000 I'm trying to follow the instructions on this wiki page: http://grub.enbug.org/PXEBOOT and I'm getting "error: no such disk", followed by the "grub rescue>" prompt. If I try `pxe --info` on that prompt, I get: "error: no pxe environment" I'm using "grub-pc 1.97~beta3-1ubuntu7" from Ubuntu Karmic 9.10, and the latest gpxe boot disk as the PXE stack. If I try with my laptop's PXE stack instead, it hangs *before* the "grub rescue>" prompt. I've seen in moddep.lst that pxe depends on bufio, and pxecmd depends on extcmd, so I *also* tried with grub-mkimage --output=core.img --prefix="(pxe)/boot/grub" bufio pxe extcmd pxecmd bug again, to no avail. Any ideas? Thank you, Alkis Georgopoulos