From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OEqIT-0001YB-Cs for mharc-grub-devel@gnu.org; Wed, 19 May 2010 16:55:21 -0400 Received: from [140.186.70.92] (port=38586 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEqIQ-0001Ws-GM for grub-devel@gnu.org; Wed, 19 May 2010 16:55:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEqIN-0004ta-40 for grub-devel@gnu.org; Wed, 19 May 2010 16:55:18 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:36086) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEqIM-0004tO-UD for grub-devel@gnu.org; Wed, 19 May 2010 16:55:15 -0400 Received: by wwb34 with SMTP id 34so66178wwb.0 for ; Wed, 19 May 2010 13:55:13 -0700 (PDT) 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=HpTJUAUAtdNK7NuEOsEV0Ed0Zgt12xfS5ZBOusFum2M=; b=cHsjQcwkCj0U+Qoow70gt1WqY56narX/ex06V57zkdWX9SJD+cZQpP6Mkxk5dF6Ih/ LrjbvxRL02kkU8o5N7f+Eh5dRSzqKAJgSAUEHT3PmLK81nViBvVTgIVQ2HgiawhoNDir 2jr0YTzgqB3fTzQNKUk++14GDp9y312SrOcNQ= 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=F//Eczr/nqkBJ5rhTfOvP7u/+iD68cPesZbGbEjJi59Dj86msclV3c8j5kqMgpnDmV aPxDK0LIZQChGWSgUxGn9T9MxacwPau09yaVsYegUZ8o1+SR/OBOs2oE59NGKIncPupA hFLRBwXUQGfk7vp1WGQLVs+9PCnny91zG+p5A= Received: by 10.227.137.68 with SMTP id v4mr218556wbt.17.1274302512842; Wed, 19 May 2010 13:55:12 -0700 (PDT) Received: from debian.bg45.phnet (gprs35.swisscom-mobile.ch [193.247.250.35]) by mx.google.com with ESMTPS id i34sm21045542gve.9.2010.05.19.13.55.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 19 May 2010 13:55:12 -0700 (PDT) Message-ID: <4BF45024.9000004@gmail.com> Date: Wed, 19 May 2010 22:55:00 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GNU GRUB References: <20100518161343.GB7759@martini.nu> <4BF2C17E.1070408@gmail.com> <20100518174546.GC7759@martini.nu> <20100519204755.GE7759@martini.nu> In-Reply-To: <20100519204755.GE7759@martini.nu> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigE56A0CA9DBA53DEF3E4C555E" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: grub2, pxe, and default boot 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: Wed, 19 May 2010 20:55:19 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE56A0CA9DBA53DEF3E4C555E Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Mahlon E. Smith wrote: > On Tue, May 18, 2010, Vladimir '??-coder/phcoder' Serbinenko wrote: > =20 >> Mahlon E. Smith wrote: >> =20 >>> sh:grub> ls -lh >>> Device hd0: Filesystem type pxefs <---- uh oh >>> >>> =20 >> Upgrade >> =20 > > > Bumped up to 1.98. Closer, but still not quite working. > > grub> ls > (pxe) > > grub> insmod ext2 > grub> insmod biosdisk > grub> ls -lh > Device hd0: Partition table > Device fd0: Unknown filesystem > Device pxe: Filesystem type pxefs > > grub> ls (hd0,1)/ > error: no such partition. > grub> chainloader (hd0,1)+1 > error: no such partition. > > > I'm pretty sure I've got the right partition numbering. (This is a > VirtualBox tester.) > > # fdisk -l > Disk /dev/hda: 32.2 GB, 32212254720 bytes > 255 heads, 63 sectors/track, 3916 cylinders > Units =3D cylinders of 16065 * 512 =3D 8225280 bytes > > Device Boot Start End Blocks Id System > /dev/hda1 * 1 16 128488+ 83 Linux > /dev/hda2 17 3916 31326750 8e Linux LVM > > > > Are my expectations correct with what I'm trying to do here? Are there= > other modules I should be loading via insmod first? > > =20 You forgot to insmod part_msdos This mailing list isn't for tech support. Use help-grub or IRC channel > I can't find any info out there on this specific PXE stuff with grub2. > I humbly offer writing up some wiki content in trade for getting this > working. :) > > -- > Mahlon E. Smith =20 > http://www.martini.nu/contact.html > > _______________________________________________ > 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 --------------enigE56A0CA9DBA53DEF3E4C555E 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 iF4EAREKAAYFAkv0UCoACgkQNak7dOguQgmPYgD/b5Mcd0tHAy6G3gne6xNNQM3H xzG5PSBnbwbSxTqNrVEBAJ5ZnxF82QGZRTWfxnj98NtO4fWpku1JeRp1QM4DuiWj =P6F1 -----END PGP SIGNATURE----- --------------enigE56A0CA9DBA53DEF3E4C555E--