Update-manager tries to install grub-2 update on system with legacy grub

Bug #443326 reported by Peter Belew
28
This bug affects 6 people
Affects Status Importance Assigned to Milestone
grub2 (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

Binary package hint: update-manager

This system was updated online to Karmic from 9.04, leaving the legacy grub in place (0.97-29ubuntu45).

When I ran Update Manager today, one of the listed upgrades was for grub-common (version 2) - as follows:

Changes for the versions:
1.97~beta3-1ubuntu6
1.97~beta3-1ubuntu7

Version 1.97~beta3-1ubuntu7:

  * debian/grub-common.init: /boot/grub/grubenv sometimes seems to end up
    zero-sized for some reason. If it is, just delete it (LP: #439784).

I'm not sure what files are involved, other than possibly /boot/grub/grubenv, but this seems inappropriate for a system which is using the legacy grub. The upgrade program should detect the fact that the legacy grub is installed, and leave it alone, unless the files being updated are appropriate for the 0.97 grub.

ProblemType: Bug
Architecture: i386
Date: Mon Oct 5 10:37:39 2009
DistroRelease: Ubuntu 9.10
Package: update-manager 1:0.125.6
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
SourcePackage: update-manager
Uname: Linux 2.6.31-11-generic i686

Revision history for this message
Peter Belew (peterbe) wrote :
Revision history for this message
Peter Belew (peterbe) wrote :

This sort of error would especially be a problem for someone updating with apt-get or aptitude, without carefully examining the list of updates.

Revision history for this message
to be removed (liw) wrote :

Yeah, that should happen. I assume that update-manager doesn't have any special code for handling grub in
normal upgrades, and that grub's and grub-pc's dependency fields should take care of not replacing one package with the other.
Thus, I'll reassign this to grub-pc; please reassign back or to a more appropriate package as necessary.

affects: update-manager (Ubuntu) → grub2 (Ubuntu)
Revision history for this message
Felix Zielcke (fzielcke) wrote : Re: [Bug 443326] Re: Update-manager tries to install grub-2 update on system with legacy grub

Am Mittwoch, den 07.10.2009, 15:41 +0000 schrieb Lars Wirzenius:
> Yeah, that should happen. I assume that update-manager doesn't have any special code for handling grub in
> normal upgrades, and that grub's and grub-pc's dependency fields should take care of not replacing one package with the other.
> Thus, I'll reassign this to grub-pc; please reassign back or to a more appropriate package as necessary.

The GRUB Legacy and GRUB 2 packages already conflict against each other.
The only exception is grub-common, which is generated from grub2 but
even grub depends on it because of grub-probe.
It's not at all a bug that it's installed on a system which still uses
GRUB Legacy.

I leave it to Colin to close the bug or reassign it.

>The upgrade program should detect the fact that the legacy grub is
>installed, and leave it alone, unless the files being updated are
>appropriate for the 0.97 grub.

For this to be implemented someone would need to maintain a list if that
grub-common update is needed also for GRUB Legacy users or not.

--
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer

Revision history for this message
Peter Belew (peterbe) wrote : Re: [Bug 443326] Re: Update-manager tries to install grub-2 update on system with legacy grub

What actually happens, is that the update keeps the 0.9x grub, but
updates the format of /boot/grub/menu.lst to a format which seems to
me to be a bit less human-friendly, using hex labels like in recent
installer-created versions of /etc/fstab. So I did let the upgrade
happen, finally.

I would assume that there's a new process for updating the 'old' menu.lst.

On Wed, Oct 7, 2009 at 8:41 AM, Lars Wirzenius <email address hidden> wrote:
> Yeah, that should happen. I assume that update-manager doesn't have any special code for handling grub in
> normal upgrades, and that grub's and grub-pc's dependency fields should take care of not replacing one package with the other.
> Thus, I'll reassign this to grub-pc; please reassign back or to a more appropriate package as necessary.
>
> ** Package changed: update-manager (Ubuntu) => grub2 (Ubuntu)
>
> --
> Update-manager tries to install grub-2 update on system with legacy grub
> https://bugs.launchpad.net/bugs/443326
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Revision history for this message
Peter Belew (peterbe) wrote :

The reason for my concern about this was that I have some systems
which are multiboot, including FreeBSD in particular - while this is
well-documented for legacy Grub, it's not so much so for OSes like
FreeBSD, OpenBSD, NetBSD, etc. I filed a separate bug, Bug #432254:
FreeBSD not detected by os-prober, about this. I did get it working
for FreeBSD, but apparently this is not documented still. Not having
the other two BSD variants, I don't know if they are supported. My
systems with this kind of configuration are test systems for Karmic
etc., so I'm trying to make good use of a limited resource.

On Wed, Oct 7, 2009 at 11:43 AM, Peter Belew <email address hidden> wrote:
> What actually happens, is that the update keeps the 0.9x grub, but
> updates the format of /boot/grub/menu.lst to a format which seems to
> me to be a bit less human-friendly, using hex labels like in recent
> installer-created versions of /etc/fstab. So I did let the upgrade
> happen, finally.
>
> I would assume that there's a new process for updating the 'old' menu.lst.
>
> On Wed, Oct 7, 2009 at 8:41 AM, Lars Wirzenius <email address hidden> wrote:
>> Yeah, that should happen. I assume that update-manager doesn't have any special code for handling grub in
>> normal upgrades, and that grub's and grub-pc's dependency fields should take care of not replacing one package with the other.
>> Thus, I'll reassign this to grub-pc; please reassign back or to a more appropriate package as necessary.
>>
>> ** Package changed: update-manager (Ubuntu) => grub2 (Ubuntu)
>>
>> --
>> Update-manager tries to install grub-2 update on system with legacy grub
>> https://bugs.launchpad.net/bugs/443326
>> You received this bug notification because you are a direct subscriber
>> of the bug.
>>
>

Revision history for this message
Felix Zielcke (fzielcke) wrote : Re: [Bug 443326] Re: Update-manager tries to install grub-2 update on system with legacy grub

Am Freitag, den 09.10.2009, 00:00 +0000 schrieb Peter Belew:
> The reason for my concern about this was that I have some systems
> which are multiboot, including FreeBSD in particular - while this is
> well-documented for legacy Grub, it's not so much so for OSes like
> FreeBSD, OpenBSD, NetBSD, etc. I filed a separate bug, Bug #432254:
> FreeBSD not detected by os-prober, about this. I did get it working
> for FreeBSD, but apparently this is not documented still. Not having
> the other two BSD variants, I don't know if they are supported. My
> systems with this kind of configuration are test systems for Karmic
> etc., so I'm trying to make good use of a limited resource.

All multiboot compatible payloads can be loaded with the multiboot
command.
And for FreeBSD/NetBSD/OpenBSD just
see /usr/share/doc/grub-pc/examples/grub.cfg for example menu entrys.

--
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer

Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

This release of Ubuntu is no longer receiving maintenance updates. If this is still an issue on a maintained version of Ubuntu please let us know.

Changed in grub2 (Ubuntu):
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for grub2 (Ubuntu) because there has been no activity for 60 days.]

Changed in grub2 (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.