From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Ku8On-00086k-9o for mharc-grub-devel@gnu.org; Sun, 26 Oct 2008 12:23:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ku8Ok-00086E-BM for grub-devel@gnu.org; Sun, 26 Oct 2008 12:23:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ku8Oj-000861-Gz for grub-devel@gnu.org; Sun, 26 Oct 2008 12:23:25 -0400 Received: from [199.232.76.173] (port=43814 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ku8Oj-00085y-B5 for grub-devel@gnu.org; Sun, 26 Oct 2008 12:23:25 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:58056) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ku8Oj-0000gE-1f for grub-devel@gnu.org; Sun, 26 Oct 2008 12:23:25 -0400 Received: from [85.180.20.91] (e180020091.adsl.alicedsl.de [85.180.20.91]) by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis) id 0ML2xA-1Ku8OW1gXi-0006oS; Sun, 26 Oct 2008 17:23:12 +0100 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: References: <33A9D2741DB24A5A90897DF26C83C3F9@who8> Content-Type: text/plain Date: Sun, 26 Oct 2008 17:23:11 +0100 Message-Id: <1225038191.4216.5.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX19ZG8m8qb7y6d8w4H9oTGlv/Ua9Y8FgjGAODMw vUP0OR5/MlZk069pDPVBuCF8MQzKb4csjKqDDP5mfnzDVzvUF2 jZg1tQa/dsY1RIqqRJ2WvYT90iaBbRi X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6? (barebone, rare!) Subject: Re: GRUB 2 release? 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: Sun, 26 Oct 2008 16:23:26 -0000 Am Samstag, den 25.10.2008, 18:03 +0100 schrieb Matt Sturgeon: > How is GRUB 2 installed at the moment? > > could you tell me in basic and detail if you know both. > svn co svn://svn.sv.gnu.org/grub/trunk/grub2 cd grub2 ./configure && make && make install `grub-install /dev/sda' if you want grub2 to have in MBR of disk sda. and then `grub-mkconfig -o /boot/grub/grub.cfg' to have a generated grub.cfg. -- Felix Zielcke