From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LJfoj-0002Qg-OI for mharc-grub-devel@gnu.org; Sun, 04 Jan 2009 22:07:49 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJfoi-0002Oz-JO for grub-devel@gnu.org; Sun, 04 Jan 2009 22:07:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJfof-0002Jj-QK for grub-devel@gnu.org; Sun, 04 Jan 2009 22:07:48 -0500 Received: from [199.232.76.173] (port=53321 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJfof-0002Jb-OD for grub-devel@gnu.org; Sun, 04 Jan 2009 22:07:45 -0500 Received: from gateway15.websitewelcome.com ([67.18.68.12]:53926) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LJfof-00046I-9I for grub-devel@gnu.org; Sun, 04 Jan 2009 22:07:45 -0500 Received: (qmail 2679 invoked from network); 5 Jan 2009 03:22:38 -0000 Received: from gator297.hostgator.com (74.53.228.114) by gateway15.websitewelcome.com with SMTP; 5 Jan 2009 03:22:38 -0000 Received: from [67.185.177.95] (port=33912 helo=localhost) by gator297.hostgator.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1LJfoU-0004Zo-Ud; Sun, 04 Jan 2009 21:07:35 -0600 Date: Sun, 4 Jan 2009 19:07:34 -0800 From: Colin D Bennett To: The development of GRUB 2 Message-ID: <20090104190734.42cbb1d9@gibibit.com> In-Reply-To: <42f2dd0b0901041802m36573ae2md0501649d2450252@mail.gmail.com> References: <42f2dd0b0901041802m36573ae2md0501649d2450252@mail.gmail.com> X-Mailer: Claws Mail 3.7.0 (GTK+ 2.14.5; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/5I_ySPJ1/YBD3eFuRjinDYJ"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: deshpande.varun@gmail.com Subject: Re: Unable to use grub2 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 Jan 2009 03:07:48 -0000 --Sig_/5I_ySPJ1/YBD3eFuRjinDYJ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 5 Jan 2009 07:32:36 +0530 "Varun Deshpande" wrote: > hi > i am very new here. > i want to contribute for grub. so first step to compile grub code & > install it. i complied code with normal way i.e. > ./configure > make > make install >=20 >=20 > after that when i run grub --version i got old version > grub (GNU GRUB 0.97) >=20 > i am unable to solve what happened actually > plz help me?? When you run './configure', the default prefix under which the programs are installed is '/usr/local'. So, to run the GRUB 2 programs, run /usr/local/bin/grub-install, etc. You can also change the prefix with './configure --prefix=3D/opt/grub2' for instance. I would recommend you do NOT use '/usr' as the prefix for hand-compiled installations when you have GRUB legacy (or even an instance of GRUB 2) installed with your OS distribution's package management system. Regards, Colin --Sig_/5I_ySPJ1/YBD3eFuRjinDYJ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAklheXoACgkQokx8fzcGbYdkpgCgkhMrseDGWp/+uzg2F1mNnNIT ceUAoJEXIAjDfYSa20XAgxW5elsR8nGp =vorH -----END PGP SIGNATURE----- --Sig_/5I_ySPJ1/YBD3eFuRjinDYJ--