From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LK062-0007B9-2F for mharc-grub-devel@gnu.org; Mon, 05 Jan 2009 19:47:02 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LK060-00077N-BR for grub-devel@gnu.org; Mon, 05 Jan 2009 19:47:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LK05y-00075e-VF for grub-devel@gnu.org; Mon, 05 Jan 2009 19:47:00 -0500 Received: from [199.232.76.173] (port=42161 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LK05y-00075U-Pv for grub-devel@gnu.org; Mon, 05 Jan 2009 19:46:58 -0500 Received: from c60.cesmail.net ([216.154.195.49]:34384) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1LK05y-0003sH-Bs for grub-devel@gnu.org; Mon, 05 Jan 2009 19:46:58 -0500 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 05 Jan 2009 19:46:58 -0500 Received: from [192.168.0.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id D16E034C6A; Mon, 5 Jan 2009 19:58:19 -0500 (EST) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <20090104190734.42cbb1d9@gibibit.com> References: <42f2dd0b0901041802m36573ae2md0501649d2450252@mail.gmail.com> <20090104190734.42cbb1d9@gibibit.com> Content-Type: text/plain Date: Mon, 05 Jan 2009 19:46:55 -0500 Message-Id: <1231202815.3049.3.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 (2.24.2-3.fc10) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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: Tue, 06 Jan 2009 00:47:01 -0000 On Sun, 2009-01-04 at 19:07 -0800, Colin D Bennett wrote: > 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 > > > > > > after that when i run grub --version i got old version > > grub (GNU GRUB 0.97) > > > > 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. Also, there is no "grub" command in GRUB 2. So, if you run "grub" and you have GRUB 0.97 installed, that's what you get. -- Regards, Pavel Roskin