Gentoo Archives: gentoo-user

From: Tanstaafl <tanstaafl@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Does updating grub require mounting /boot first?
Date: Sat, 09 Oct 2010 18:07:07
Message-Id: 4CB0AF2B.2030107@libertytrek.org
In Reply to: Re: [gentoo-user] Does updating grub require mounting /boot first? by Andrea Conti
1 On 2010-10-09 1:48 PM, Andrea Conti wrote:
2 > On 09/10/2010 18:30, Tanstaafl wrote:
3 >> I'm ready to update grub, but just realized I'm not sure if I need to
4 >> mount /boot before I emerge update it or not...
5
6 > /boot must be mounted, but the ebuild will mount it for you if it is not.
7
8 Thanks - I thought that was the case but couldn't remember (since grub
9 isn't updated very often)...
10
11 > Note however that the ebuild will *not* update the stages installed in
12 > the MBR and/or boot sector: after you're done emerging you have to do
13 > that either manually or by re-running grub-install.
14 >
15 > Depending on what changed between the two releases, failure to update
16 > the stages might result in an unbootable system.
17
18 Right... thanks...