From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NN5TY-0003zu-Rh for mharc-grub-devel@gnu.org; Tue, 22 Dec 2009 09:12:36 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NN5TW-0003xo-1q for grub-devel@gnu.org; Tue, 22 Dec 2009 09:12:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NN5TR-0003sv-5D for grub-devel@gnu.org; Tue, 22 Dec 2009 09:12:33 -0500 Received: from [199.232.76.173] (port=35214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NN5TQ-0003sk-Qh for grub-devel@gnu.org; Tue, 22 Dec 2009 09:12:28 -0500 Received: from mail-fx0-f213.google.com ([209.85.220.213]:56479) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NN5TQ-0004WS-ED for grub-devel@gnu.org; Tue, 22 Dec 2009 09:12:28 -0500 Received: by fxm5 with SMTP id 5so6275018fxm.8 for ; Tue, 22 Dec 2009 06:12:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=ejjfoHVVk73+iO0nxzYXZXWrdhJh2/baCYnRUHxNlRk=; b=loMoKM+lrmrvQF9JwOSWUKjHFvmEf5XRF25n3OGMNNBi8yW9WxwNwaNuydaEETSNmi JhqcbRhOWzeBhQlMWN1BY8J3+BfruCadBObCaGbaHAR51rE9JeF4U5dKaAcWJRDfXw18 irSfpM+92YRcoMyJ6v2bt/ipr0Wn1iNFYkF9E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=vRsKFTsUFR7gkH/HESqIxj/YyOXKehVDKvCPpWPseKmxMU5C40zxpSSN1VriHFL9HY lAIFKups+0zEVYHvI6nD2eRVeKXGsGiFoJdSDrccT0uDZLPWNUvjPLErIdzKR2t653XA EpSmxsPqhE6mkXjugU1Jh/v1HPEtbaSMglE+8= Received: by 10.87.15.12 with SMTP id s12mr11369383fgi.0.1261491147520; Tue, 22 Dec 2009 06:12:27 -0800 (PST) Received: from debian.bg45.phnet (27.65.202.62.cust.bluewin.ch [62.202.65.27]) by mx.google.com with ESMTPS id d8sm15041095fga.13.2009.12.22.06.12.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 22 Dec 2009 06:12:25 -0800 (PST) Message-ID: <4B30D001.1070407@gmail.com> Date: Tue, 22 Dec 2009 14:56:17 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GRUB 2 , alkisg@gmail.com References: <1254770124.3767.8.camel@alkis> In-Reply-To: <1254770124.3767.8.camel@alkis> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigA3A61B9317FB0DBC9EE22FF4" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: Subject: Re: PXE booting: no such disk X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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, 22 Dec 2009 14:12:34 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA3A61B9317FB0DBC9EE22FF4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Alkis Georgopoulos wrote: > 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" > > =20 gpxe detects grub as multiboot payload and boots it as such. Your options= : 1) add .0 to pxe filename 2) compile gpxe w/o multiboot support 3) Replace 02 B0 AD 1B in core.img with something else 4) Wait till I import gpxe into grub-extras > I'm using "grub-pc 1.97~beta3-1ubuntu7" from Ubuntu Karmic 9.10, and th= e > 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. > =20 Where exactly does it hang. What kind of network card is it? What kind of laptop is it? > I've seen in moddep.lst that pxe depends on bufio, and pxecmd depends o= n > extcmd, so I *also* tried with=20 > grub-mkimage --output=3Dcore.img --prefix=3D"(pxe)/boot/grub" bufio p= xe extcmd pxecmd > bug again, to no avail. > > Any ideas? > > Thank you, > Alkis Georgopoulos=20 > > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enigA3A61B9317FB0DBC9EE22FF4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iF4EAREKAAYFAksw0AEACgkQNak7dOguQgkGQwD7B44O3TnZdnP33LAgszQHeXTm ITfhmz0T3r6CCaZMmXQBAIWM7KrhzcM80oialm5ik1VtYXhxzaNGT07C4qJ3PgEZ =8Xaf -----END PGP SIGNATURE----- --------------enigA3A61B9317FB0DBC9EE22FF4--