From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Lq7Nl-00026u-VB for mharc-grub-devel@gnu.org; Sat, 04 Apr 2009 11:02:06 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lq7Nk-00026p-Pu for grub-devel@gnu.org; Sat, 04 Apr 2009 11:02:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lq7Ng-00026Z-9y for grub-devel@gnu.org; Sat, 04 Apr 2009 11:02:04 -0400 Received: from [199.232.76.173] (port=56897 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lq7Ng-00026W-3o for grub-devel@gnu.org; Sat, 04 Apr 2009 11:02:00 -0400 Received: from mail-bw0-f167.google.com ([209.85.218.167]:50703) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lq7Nf-0003hV-HI for grub-devel@gnu.org; Sat, 04 Apr 2009 11:01:59 -0400 Received: by bwz11 with SMTP id 11so1377631bwz.42 for ; Sat, 04 Apr 2009 08:01:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=8Y+lJPcOkT65XBufwh6jtFBmeBCoblZv2c9Nlzms2BQ=; b=LJTssw2GnLMA5KuPtpDymqJhE3tEB9TY+YR8MGL9wRJfUJxhlGG2iXlFRllpbMa79V wglhtGna/QxlrBffJpjCnNHaucml4NUDnCUwNSBz8lNb1s8Iy8pBYN28IS6wewb9BDWb L7SioDjt9Jdr4zuRNSPExfJYY+xrQwKH9PZZM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=uVItYBa+CyV/xcRt/k36RckUf9t1q/iCQA3FTu/MewgKHL6S5+vkJgKHbiHMb6KdwT S0sAUAtWOKGRb3MDmD4JHmYE6m0Zo2OUi+1P31LLVlj4IMbgVc/rZB3hrdGK7Io7kRIN vk/Og6G0+AV1TH7MPiFuO9mdg/Gz2ocbcdo9o= Received: by 10.223.105.75 with SMTP id s11mr2059588fao.4.1238857318414; Sat, 04 Apr 2009 08:01:58 -0700 (PDT) Received: from ?192.168.178.42? (p5B0CF778.dip.t-dialin.net [91.12.247.120]) by mx.google.com with ESMTPS id 24sm2640781fxm.95.2009.04.04.08.01.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 04 Apr 2009 08:01:58 -0700 (PDT) Message-ID: <49D77664.5000409@googlemail.com> Date: Sat, 04 Apr 2009 17:01:56 +0200 From: Andreas Born User-Agent: Thunderbird 2.0.0.21 (X11/20090325) MIME-Version: 1.0 To: grub-devel@gnu.org References: <49D7744B.4040708@googlemail.com> In-Reply-To: <49D7744B.4040708@googlemail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: Grub2 svn2059 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: Sat, 04 Apr 2009 15:02:05 -0000 BandiPat wrote: > phcoder wrote: > > Have you re-run grub-setup? > > > ------ > No, I've never run grub-setup after an install, only grub-install & > grub-mkconfig. What will that program do? I tried to read the man > page, but it gave me an error. It's invoked by grub-install to do the actual installation of the bootloader. Basically it installs an image generated by grub-mkimage. grub-install just tries to automate all this stuff. So in fact you run grub-setup. Andreas