From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HqXxU-0007y8-J0 for mharc-grub-devel@gnu.org; Tue, 22 May 2007 13:15:40 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HqXxT-0007y3-7r for grub-devel@gnu.org; Tue, 22 May 2007 13:15:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HqXxS-0007xq-CB for grub-devel@gnu.org; Tue, 22 May 2007 13:15:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqXxS-0007xn-5l for grub-devel@gnu.org; Tue, 22 May 2007 13:15:38 -0400 Received: from smtp.freemail.gr ([81.171.104.107]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HqXxR-0000e0-Ni for grub-devel@gnu.org; Tue, 22 May 2007 13:15:37 -0400 Received: from [192.168.1.35] (athedsl-116295.home.otenet.gr [85.75.29.230]) by smtp.freemail.gr (Postfix) with ESMTP id B0E8EA0843C for ; Tue, 22 May 2007 20:15:36 +0300 (EEST) Message-ID: <465322F0.5020109@freemail.gr> Date: Tue, 22 May 2007 20:05:52 +0300 From: Constantine Kousoulos User-Agent: Icedove 1.5.0.10 (X11/20070329) MIME-Version: 1.0 To: grub-devel@gnu.org Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Subject: installing on x86_64 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, 22 May 2007 17:15:39 -0000 Hello, I fetched the latest sources from cvs and tried to install grub2. I followed the guide at the wiki http://grub.enbug.org/TestingOnX86. 'configure --prefix=/boot/grub2': works ok. 'make': ok 'sudo make install': complaints about missing file utils/grub.d/README. easy to overcome. 'sudo grub-install --grub-setup=/boot/grub/grub.cfg /dev/hda': there is no arg like '--grub-setup'. i used instead 'grub-install --root-directory=/boot/grub2/ /dev/hda' 'sudo grub-setup --directory=/boot/grub --device-map=/boot/grub/device.map /dev/hda': i get this error 'grub-setup: error: cannot stat /boot/grub2/boot.img' so i copy boot.img to /boot/grub2. Then i get the same complaint about core.img which does not exist. Any advice is welcome. Thanks, Constantine