From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P4dp5-0002Zu-QR for garchives@archives.gentoo.org; Sat, 09 Oct 2010 18:07:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E248FE0462; Sat, 9 Oct 2010 18:06:37 +0000 (UTC) Received: from homiemail-a42.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id C4676E0462 for ; Sat, 9 Oct 2010 18:06:37 +0000 (UTC) Received: from homiemail-a42.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a42.g.dreamhost.com (Postfix) with ESMTP id 34D5868C065 for ; Sat, 9 Oct 2010 11:06:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=libertytrek.org; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s= libertytrek.org; b=FRn3JDTlvpcLujjZoxUqrMFHMcZebvpmjIQxRhUahA7ZH uzLIeP18vdsk+5vjoHRnntSfmvCQgdxfboQba8VmyBVxEbdhBwq43WyMGJPwLZ/P fCNeew6EK9aeC17QzAmvM8LuYg6vf+zmae6+WUxYZeTYO6LI5FkPnvK+JRzLa8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=libertytrek.org; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s= libertytrek.org; bh=ts9v+Eu7DS3k50ECodPlp1CsvAo=; b=L2ohKHMt6WRd arRBpsS+zNmNnBogu5QSg2Un2AfO7tAlAUz6TOafg9esSWwtlWpeyQ11iJpouXfF GfQeDscIiiiech8+P9WQmkX5rxqb5vz6dSxQCVjln6N7dPeWsN2tDDsldz2jWeCE C3YyQQ4cZ6ybMl8gkXJPkiWQdHId3nE= Received: from [192.168.1.110] (smtp.media-brokers.com [70.43.81.99]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanstaafl@libertytrek.org) by homiemail-a42.g.dreamhost.com (Postfix) with ESMTPSA id CE41A68C05F for ; Sat, 9 Oct 2010 11:06:36 -0700 (PDT) Message-ID: <4CB0AF2B.2030107@libertytrek.org> Date: Sat, 09 Oct 2010 14:06:35 -0400 From: Tanstaafl User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Does updating grub require mounting /boot first? References: <4CB098C1.4090905@libertytrek.org> <4CB0AAE8.3060104@alyf.net> In-Reply-To: <4CB0AAE8.3060104@alyf.net> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: f137bd9a-a1f9-470c-8a87-bc94a4ac7e22 X-Archives-Hash: 25e4b7edde14db8d92ca6ea8389eae06 On 2010-10-09 1:48 PM, Andrea Conti wrote: > On 09/10/2010 18:30, Tanstaafl wrote: >> I'm ready to update grub, but just realized I'm not sure if I need to >> mount /boot before I emerge update it or not... > /boot must be mounted, but the ebuild will mount it for you if it is not. Thanks - I thought that was the case but couldn't remember (since grub isn't updated very often)... > Note however that the ebuild will *not* update the stages installed in > the MBR and/or boot sector: after you're done emerging you have to do > that either manually or by re-running grub-install. > > Depending on what changed between the two releases, failure to update > the stages might result in an unbootable system. Right... thanks...