From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LThiY-0006Hx-H3 for mharc-grub-devel@gnu.org; Sun, 01 Feb 2009 14:10:54 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LThiX-0006HK-3L for grub-devel@gnu.org; Sun, 01 Feb 2009 14:10:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LThiW-0006Gh-9L for grub-devel@gnu.org; Sun, 01 Feb 2009 14:10:52 -0500 Received: from [199.232.76.173] (port=54009 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LThiW-0006GZ-4K for grub-devel@gnu.org; Sun, 01 Feb 2009 14:10:52 -0500 Received: from moutng.kundenserver.de ([212.227.126.187]:55389) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LThiV-000791-KE for grub-devel@gnu.org; Sun, 01 Feb 2009 14:10:51 -0500 Received: from [85.180.18.72] (e180018072.adsl.alicedsl.de [85.180.18.72]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis) id 0MKxQS-1LThiT2Q5m-00067k; Sun, 01 Feb 2009 20:10:50 +0100 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <4985F37C.6040809@earthlink.net> References: <498525F5.7060609@earthlink.net> <498561A1.4090407@nic.fi> <4985BA25.4080506@earthlink.net> <1233501790.3440.1.camel@fz.local> <4985C9B9.3040100@earthlink.net> <1233504820.3440.4.camel@fz.local> <4985E340.2050207@earthlink.net> <1233512198.3440.11.camel@fz.local> <4985F37C.6040809@earthlink.net> Content-Type: text/plain Date: Sun, 01 Feb 2009 20:10:51 +0100 Message-Id: <1233515451.3440.16.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/LMTJyMJlL5DvmkEirZKMjOGNnKXxHrm7WZ/X xVhuYFkYFfcPBMR82kyhvQB2yV6tAhOhQbXuM2lft+ZAzELurf 4wFL/5+bcYQA0PfeOIYo/0YujL9zCHU X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: Help with 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: Sun, 01 Feb 2009 19:10:53 -0000 Am Sonntag, den 01.02.2009, 14:09 -0500 schrieb BandiPat: > Yes, I saw that grub-mkconfig replaced update-grub for that. A question > about that though. When I ran grub-mkconfig /dev/sda, I looked for the > file in /boot/grub directory, but none was there. What I did get was > the complete file shown in the shell I was using. I just copied that > into a new grub.cfg then copied it over to /boot/grub. Is that normal > behavior or did I do something wrong or did it put the file somewhere else? You called it wrong. You should have typed `grub-mkconfig -o /boot/grub/grub.cfg' -- Felix Zielcke