Change log for grub2 package in Ubuntu

301356 of 506 results
Superseded in lucid-release
grub2 (1.98~20100101-1ubuntu2) lucid; urgency=low

  * Renumber Ubuntu patches to start from 950 with no gaps.
  * Don't record failed boots when using grub-reboot, as that can leave
    remote users stranded at a timeout=-1 menu (thanks, Jordan Uggla).
 -- Colin Watson <email address hidden>   Fri, 15 Jan 2010 12:29:50 +0000
Superseded in lucid-release
grub2 (1.98~20100101-1ubuntu1) lucid; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Adjust for default Ubuntu boot options ("quiet splash").
    - Default to hiding the menu; holding down Shift at boot will show it.
    - Set a monochromatic theme for Ubuntu.
    - Apply Ubuntu GRUB Legacy changes to legacy update-grub script: title,
      recovery mode, quiet option, tweak how memtest86+ is displayed, and
      use UUIDs where appropriate.
    - Conflict with grub (<< 0.97-54) as well as grub-legacy.
    - Fix backslash-escaping in merge_debconf_into_conf.
    - Remove "GNU/Linux" from default distributor string.
    - Add crashkernel= options if kdump and makedumpfile are available.
    - If other operating systems are installed, then automatically unhide
      the menu. Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus
      if available to check whether Shift is pressed. If it is, show the
      menu, otherwise boot immediately. If keystatus is not available, then
      fall back to a short delay interruptible with Escape.
    - Allow Shift to interrupt 'sleep --interruptible'.
    - Don't display introductory message about line editing unless we're
      actually offering a shell prompt. Don't clear the screen just before
      booting if we never drew the menu in the first place.
    - Remove some verbose messages printed before reading the configuration
      file.
    - If the environment variable "quiet" is set to something other than 0,
      suppress progress messages as the kernel and initrd load. Set this for
      non-recovery kernel menu entries.
    - Add GRUB_DEFAULT=saved, as well as grub-set-default and grub-reboot
      utilities. Provides functionality essentially equivalent to GRUB
      Legacy's savedefault.
    - Keep the loopback file open so that subsequent changes to the "root"
      environment variable don't affect it.
    - Change prepare_grub_to_access_device to handle filesystems
      loop-mounted on file images.
    - Ignore devices loop-mounted from files in 10_linux.
    - Show the boot menu if the previous boot failed, that is if it failed
      to get to the end of one of the normal runlevels.
    - Handle RAID devices containing virtio components.
  * Update savedefault patch from current Bazaar branch, fixing grub-reboot
    to have distinct behaviour from grub-set-default (LP: #497326).
  * Fix grub-mkisofs compilation error with FORTIFY_SOURCE.
  * Convert recordfail boilerplate in each menu entry to use a function.

Deleted in karmic-proposed (Reason: unverified SRU)
grub2 (1.97~beta4-1ubuntu5) karmic-proposed; urgency=low

  * 971_eliminate_ntfs_4g_barrier.diff: Backport upstream patch (r1927):
    Eliminate NTFS 4Gib barrier (LP: #477104).
 -- Agostino Russo <email address hidden>   Thu, 31 Dec 2009 10:35:29 +0100
Obsolete in karmic-updates
Obsolete in karmic-security
grub2 (1.97~beta4-1ubuntu4.1) karmic-security; urgency=low

  * SECURITY UPDATE: fix password validation when using password-based
    authentication
    - debian/patches/970_security_fix_password_validation.diff: update
      grub_auth_strcmp() to use grub_strcmp() and add a small added delay.
      Also update grub_auth_check_authentication() to add a delay if
      authentication does not succeed.
    - CVE-2009-4128
 -- Jamie Strandboge <email address hidden>   Mon, 07 Dec 2009 14:15:58 -0600
Superseded in lucid-release
grub2 (1.97+20091130-1ubuntu1) lucid; urgency=low

  * Resynchronise with Debian (LP: #485457). Remaining changes:
    + debian/default/grub:
      - Adjust for default Ubuntu boot options.
      - Use GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
        default items only.  These options won't be set in single user mode.
      - Default to hiding the menu; holding down Shift at boot will show it.
    + debian/templates.in:
      - Change default value of grub2/linux_cmdline_default to "quiet
        splash".
    + debian/config.in, debian/postinst.in, debian/grub-pc.templates.in:
      - Migrate timeout settings from menu.lst.
    + debian/grub.d/05_debian_theme:
      - Set a monochromatic theme for Ubuntu.
    + debian/legacy/update-grub:
      - Apply Ubuntu branding: title, recovery mode, quiet option, and tweak
        how memtest86+ is displayed.
      - Use UUIDs where appropriate.
    + debian/control:
      - Conflict with grub (<< 0.97-54) as well as grub-legacy.
    + debian/postinst.in:
      - Fix backslash-escaping in merge_debconf_into_conf.
    + debian/patches/03_ubuntu_grub_standards:
      - Remove GNU/Linux from default string.
    + debian/patches/10_crashkernel.patch:
      - Add crashkernel= options if kdump and makedumpfile are available.
    + debian/patches/951_quick_boot.diff:
      - If other operating systems are installed, then automatically unhide
        the menu.
      - Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus if
        available to check whether Shift is pressed. If it is, show the
        menu, otherwise boot immediately. If keystatus is not available,
        then fall back to a short delay interruptible with Escape.
    + debian/patches/952_sleep_shift.diff:
      - Allow Shift to interrupt 'sleep --interruptible'.
    + debian/patches/954_normal_quiet.diff:
      - Don't display introductory message about line editing unless we're
        actually offering a shell prompt. Don't clear the screen just before
        booting if we never drew the menu in the first place.
    + debian/patches/955_really_quiet.diff:
      - Remove some verbose messages printed before reading the
        configuration file.
    + debian/patches/956_linux_quiet.diff:
      - If the environment variable "quiet" is set to something other than
        0, suppress progress messages as the kernel and initrd load. Set
        this for non-recovery kernel menu entries.
    + debian/patches/957_savedefault.diff, debian/rules:
      - Add GRUB_DEFAULT=saved, as well as grub-set-default and grub-reboot
        utilities. Provides functionality essentially equivalent to GRUB
        Legacy's savedefault.
    + debian/patches/959_loopback_root.diff:
      - Keep the loopback file open so that subsequent changes to the "root"
        environment variable don't affect it.
    + debian/patches/961_handle_loopback.diff:
      - Change prepare_grub_to_access_device to handle filesystems
        loop-mounted on file images.
    + debian/patches/963_linux_no_loopmount.diff:
      - Ignore devices loop-mounted from files in 10_linux.
    + debian/patches/965_failed_boot_menu.diff, debian/grub-common.init,
      debian/grub-common.pm-sleep, debian/grub-common.dirs, debian/rules:
      - Show the boot menu if the previous boot failed, that is if it failed
        to get to the end of one of the normal runlevels.
    + debian/patches/968_raid_virtio.diff:
      - Handle RAID devices containing virtio components.
  * debian/patches/957_savedefault.diff: Fix --version output from
    grub-reboot and grub-set-default (see LP #480571).
  * debian/patches/957_savedefault.diff: Cope with /boot being on a separate
    filesystem (LP: #478035).
  * debian/patches/957_savedefault.diff, 965_failed_boot_menu.diff: Use 'set
    var=val' rather than plain 'var=val'.
  * debian/patches/969_format_errors.diff: Fix compilation errors due to
    gettext work.

Superseded in karmic-updates
Superseded in lucid-release
Deleted in karmic-proposed (Reason: moved to -updates)
grub2 (1.97~beta4-1ubuntu4) karmic-proposed; urgency=low

  * New patch, 969_os_prober_separate_boot, fixes wrong kernel/initrd
    pathnames and wrong partition UUID/GRUB path when generating menuentries
    from os-prober output of a detected system with a separate /boot; thanks
    Colin Watson; LP: #462961.

 -- Loic Minier <email address hidden>   Thu, 29 Oct 2009 02:30:35 +0000
Superseded in lucid-release
Obsolete in karmic-release
grub2 (1.97~beta4-1ubuntu3) karmic; urgency=low

  * Backport from Debian (Felix Zielcke):
    - Add a build dependency on texinfo (LP: #453442).
  * debian/patches/968_raid_virtio.diff: Handle RAID devices containing
    virtio components (LP: #457687).

 -- Colin Watson <email address hidden>   Fri, 23 Oct 2009 21:58:13 +0100
Superseded in karmic-release
grub2 (1.97~beta4-1ubuntu2) karmic; urgency=low

  * debian/patches/967_no_mmx_sse.diff: Build with -mno-mmx -mno-sse
    -mno-sse2 on i386/lpia, since otherwise lpia is unbootable (LP:
    #444562).

 -- Colin Watson <email address hidden>   Fri, 16 Oct 2009 16:31:12 +0100
Superseded in karmic-release
grub2 (1.97~beta4-1ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. Remaining changes:
    + debian/default/grub:
      - Adjust for default Ubuntu boot options.
      - Use GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
        default items only.  These options won't be set in single user mode.
      - Default to hiding the menu; holding down Shift at boot will show it.
    + debian/templates.in:
      - Change default value of grub2/linux_cmdline_default to "quiet
        splash".
    + debian/config.in, debian/postinst.in, debian/grub-pc.templates.in:
      - Migrate timeout settings from menu.lst.
    + debian/grub.d/05_debian_theme:
      - Set a monochromatic theme for Ubuntu.
    + debian/legacy/update-grub:
      - Apply Ubuntu branding: title, recovery mode, quiet option, and tweak
        how memtest86+ is displayed.
      - Use UUIDs where appropriate.
    + debian/control:
      - Conflict with grub (<< 0.97-54) as well as grub-legacy.
    + debian/patches/03_ubuntu_grub_standards:
      - Remove GNU/Linux from default string.
    + debian/patches/10_crashkernel.patch:
      - Add crashkernel= options if kdump and makedumpfile are available.
    + debian/patches/951_quick_boot.diff:
      - If other operating systems are installed, then automatically unhide
        the menu.
      - Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus if
        available to check whether Shift is pressed. If it is, show the
        menu, otherwise boot immediately. If keystatus is not available,
        then fall back to a short delay interruptible with Escape.
    + debian/patches/952_sleep_shift.diff:
      - Allow Shift to interrupt 'sleep --interruptible'.
    + debian/patches/954_normal_quiet.diff:
      - Don't display introductory message about line editing unless we're
        actually offering a shell prompt. Don't clear the screen just before
        booting if we never drew the menu in the first place.
    + debian/patches/955_really_quiet.diff:
      - Remove some verbose messages printed before reading the
        configuration file.
    + debian/patches/956_linux_quiet.diff:
      - If the environment variable "quiet" is set to something other than
        0, suppress progress messages as the kernel and initrd load. Set
        this for non-recovery kernel menu entries.
    + debian/patches/957_savedefault.diff, debian/rules:
      - Add GRUB_DEFAULT=saved, as well as grub-set-default and grub-reboot
        utilities. Provides functionality essentially equivalent to GRUB
        Legacy's savedefault.
    + debian/patches/959_loopback_root.diff:
      - Keep the loopback file open so that subsequent changes to the "root"
        environment variable don't affect it.
    + debian/patches/961_handle_loopback.diff:
      - Change prepare_grub_to_access_device to handle filesystems
        loop-mounted on file images.
    + debian/patches/963_linux_no_loopmount.diff:
      - Ignore devices loop-mounted from files in 10_linux.
    + debian/patches/965_failed_boot_menu.diff, debian/grub-common.init,
      debian/rules:
      - Show the boot menu if the previous boot failed, that is if it failed
        to get to the end of one of the normal runlevels.
  * debian/patches/957_savedefault.diff,
    debian/patches/965_failed_boot_menu.diff: Silently ignore zero-sized
    environment blocks (thanks, Felix Zielcke; LP: #439784).
  * debian/grub-common.pm-sleep, debian/grub-common.dirs, debian/rules:
    Record a successful boot on resume from hibernate (thanks, Maxim
    Levitsky; LP: #447725).
  * debian/postinst.in: Fix backslash-escaping in merge_debconf_into_conf
    (LP: #448413).
  * debian/patches/966_mkconfig_probe_option.diff: Backport upstream patch
    to make the grub-install --grub-probe option work, which is useful for
    vm-builder.

Superseded in karmic-release
grub2 (1.97~beta3-1ubuntu8) karmic; urgency=low

  [ Colin Watson ]
  * debian/control: Conflict with grub (<< 0.97-54) as well as grub-legacy
    (see LP #410886).
  * debian/grub-common.init: Create /boot/grub if it doesn't exist, to avoid
    noise on fresh installations.

  [ Tormod Volden ]
  * debian/grub-common.init: do not call log_end_msg if not VERBOSE
    (LP: #440879)

 -- Colin Watson <email address hidden>   Tue, 06 Oct 2009 23:32:54 +0100
Superseded in karmic-release
grub2 (1.97~beta3-1ubuntu7) karmic; urgency=low

  * 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).

 -- Colin Watson <email address hidden>   Sun, 04 Oct 2009 21:52:10 +0100
Superseded in karmic-release
grub2 (1.97~beta3-1ubuntu6) karmic; urgency=low

  * debian/patches/965_failed_boot_menu.diff, debian/grub-common.init,
    debian/rules: Show the boot menu if the previous boot failed, that is if
    it failed to get to the end of one of the normal runlevels.

 -- Colin Watson <email address hidden>   Mon, 28 Sep 2009 09:29:34 +0100
Superseded in karmic-release
grub2 (1.97~beta3-1ubuntu5) karmic; urgency=low

  * debian/patches/957_savedefault.diff: Quote the value assigned to
    'default', in case it contains spaces (LP: #431179).
  * debian/patches/964_os-prober_errors.diff: Don't throw away errors from
    os-prober; it makes things hard to debug.

 -- Colin Watson <email address hidden>   Fri, 18 Sep 2009 18:47:06 +0100
Superseded in karmic-release
grub2 (1.97~beta3-1ubuntu4) karmic; urgency=low

  * debian/patches/963_linux_no_loopmount.diff: Ignore devices loop-mounted
    from files in 10_linux.

 -- Colin Watson <email address hidden>   Wed, 16 Sep 2009 17:46:10 +0100
Superseded in karmic-release
grub2 (1.97~beta3-1ubuntu3) karmic; urgency=low

  * debian/patches/962_os-prober_windows_7.diff: Cope with Windows 7 in
    os-prober output.

 -- Colin Watson <email address hidden>   Tue, 15 Sep 2009 06:48:13 +0100
Superseded in karmic-release
grub2 (1.97~beta3-1ubuntu2) karmic; urgency=low

  * debian/config.in: Fix logic if GRUB_HIDDEN_TIMEOUT is entirely missing
    from /etc/default/grub.
  * debian/patches/961_handle_loopback.diff: Change
    prepare_grub_to_access_device to handle filesystems loop-mounted on file
    images.

 -- Colin Watson <email address hidden>   Tue, 15 Sep 2009 00:34:11 +0100
Superseded in karmic-release
grub2 (1.97~beta3-1ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. Remaining changes:
    + debian/default/grub:
      - Adjust for default Ubuntu boot options.
      - Use GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
        default items only.  These options won't be set in single user mode.
      - Default to hiding the menu; holding down Shift at boot will show it.
    + debian/templates.in:
      - Change default value of grub2/linux_cmdline_default to "quiet
        splash".
    + debian/config.in, debian/postinst.in, debian/grub-pc.templates.in:
      - Migrate timeout settings from menu.lst.
    + debian/grub.d/05_debian_theme:
      - Set a monochromatic theme for Ubuntu.
    + debian/legacy/update-grub:
      - Apply Ubuntu branding: title, recovery mode, quiet option, and tweak
        how memtest86+ is displayed.
      - Use UUIDs where appropriate.
    + debian/patches/03_ubuntu_grub_standards:
      - Remove GNU/Linux from default string.
    + debian/patches/10_crashkernel.patch:
      - Add crashkernel= options if kdump and makedumpfile are available.
    + debian/patches/951_quick_boot.diff:
      - If other operating systems are installed, then automatically unhide
        the menu.
      - Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus if
        available to check whether Shift is pressed. If it is, show the
        menu, otherwise boot immediately. If keystatus is not available,
        then fall back to a short delay interruptible with Escape.
    + debian/patches/952_sleep_shift.diff:
      - Allow Shift to interrupt 'sleep --interruptible'.
    + debian/patches/954_normal_quiet.diff:
      - Don't display introductory message about line editing unless we're
        actually offering a shell prompt. Don't clear the screen just before
        booting if we never drew the menu in the first place.
    + debian/patches/955_really_quiet.diff:
      - Remove some verbose messages printed before reading the
        configuration file.
    + debian/patches/956_linux_quiet.diff:
      - If the environment variable "quiet" is set to something other than
        1, suppress progress messages as the kernel and initrd load. Set
        this for non-recovery kernel menu entries.
    + debian/patches/957_savedefault.diff, debian/rules:
      - Add GRUB_DEFAULT=saved, as well as grub-set-default and grub-reboot
        utilities. Provides functionality essentially equivalent to GRUB
        Legacy's savedefault.
    + debian/patches/959_loopback_root.diff:
      - Keep the loopback file open so that subsequent changes to the "root"
        environment variable don't affect it.
  * debian/patches/960_test_invalid_fs.diff: Fix test crash if loopback
    device does not contain a filesystem.

Superseded in karmic-release
grub2 (1.97~beta2-2ubuntu2) karmic; urgency=low

  * debian/patches/951_quick_boot.diff: Only do the hidden-timeout checks if
    timeout is not already set to -1 (i.e. show menu, no timeout).
  * debian/patches/954_normal_quiet.diff: Don't clear the screen just before
    booting if we never drew the menu in the first place.
  * debian/patches/955_really_quiet.diff: Remove "Booting" message; it turns
    out to be hard to suppress any other way.
  * debian/patches/956_linux_quiet.diff: Don't try to suppress "Booting"
    based on the value of "quiet", as the menu entry commands aren't run
    until after this message.
  * debian/patches/958_ntfs_64bit.diff: Handle 64-bit file sizes in NTFS.
  * debian/patches/959_loopback_root.diff: Keep the loopback file open so
    that subsequent changes to the "root" environment variable don't affect
    it.
  * debian/config.in, debian/postinst.in, debian/grub-pc.templates.in:
    Migrate timeout settings from menu.lst (LP: #386789).
  * debian/grub-pc.templates.in: Add grub-pc/kopt_extracted template.

 -- Colin Watson <email address hidden>   Fri, 11 Sep 2009 15:40:38 +0100
Superseded in karmic-release
grub2 (1.97~beta2-2ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. Remaining changes:
    + debian/control:
      - Recommend rather than Suggest os-prober.
    + debian/default/grub:
      - Adjust for default Ubuntu boot options.
      - Use GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
        default items only.  These options won't be set in single user mode.
      - Default to hiding the menu; holding down Shift at boot will show it.
    + debian/templates.in:
      - Change default value of grub2/linux_cmdline_default to "quiet
        splash".
    + debian/grub.d/05_debian_theme:
      - Set a monochromatic theme for Ubuntu.
    + debian/legacy/update-grub:
      - Apply Ubuntu branding: title, recovery mode, quiet option, and tweak
        how memtest86+ is displayed.
      - Use UUIDs where appropriate.
    + debian/patches/03_ubuntu_grub_standards:
      - Remove GNU/Linux from default string.
    + debian/patches/10_crashkernel.patch:
      - Add crashkernel= options if kdump and makedumpfile are available.
    + debian/patches/951_quick_boot.diff:
      - If other operating systems are installed, then automatically unhide
        the menu.
      - Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus if
        available to check whether Shift is pressed. If it is, show the
        menu, otherwise boot immediately. If keystatus is not available,
        then fall back to a short delay interruptible with Escape.
    + debian/patches/952_sleep_shift.diff:
      - Allow Shift to interrupt 'sleep --interruptible'.
    + debian/patches/954_normal_quiet.diff:
      - Don't display introductory message about line editing unless we're
        actually offering a shell prompt.
    + debian/patches/955_really_quiet.diff:
      - Remove some verbose messages printed before reading the
        configuration file.
    + debian/patches/956_linux_quiet.diff:
      - If the environment variable "quiet" is set to something other than
        1, suppress progress messages as the kernel and initrd load. Set
        this for non-recovery kernel menu entries.
    + debian/patches/957_savedefault.diff, debian/rules:
      - Add GRUB_DEFAULT=saved, as well as grub-set-default and grub-reboot
        utilities. Provides functionality essentially equivalent to GRUB
        Legacy's savedefault.
  * Drop 953_no_eh_frame.diff, merged upstream.

Superseded in karmic-release
grub2 (1.97~beta1-1ubuntu4) karmic; urgency=low

  * Move grub-reboot and grub-set-default to grub-$platform, since
    grub-common is also used by GRUB Legacy (LP: #424425).

 -- Colin Watson <email address hidden>   Fri, 04 Sep 2009 17:54:10 +0100
Superseded in karmic-release
grub2 (1.97~beta1-1ubuntu3) karmic; urgency=low

  * Restore legacy version of grub-set-default, now moved to
    /usr/lib/grub-legacy.

 -- Colin Watson <email address hidden>   Fri, 04 Sep 2009 15:35:19 +0100
Superseded in karmic-release
grub2 (1.97~beta1-1ubuntu2) karmic; urgency=low

  * debian/patches/953_no_eh_frame.diff: Build with -fno-dwarf2-cfi-asm to
    stop gcc-4.4 generating .eh_frame sections that cause core.img to be too
    big to embed in some common cases (LP: #423412).
  * debian/patches/954_normal_quiet.diff: Don't display introductory message
    about line editing unless we're actually offering a shell prompt.
  * debian/patches/955_really_quiet.diff: Remove some verbose messages
    printed before reading the configuration file. In some ways this is
    awkward because it makes debugging harder, but it's a requirement for a
    smooth-looking boot process; we may be able to do better in future (LP:
    #386922).
  * debian/patches/956_linux_quiet.diff: If the environment variable "quiet"
    is set to something other than 1, suppress progress messages as the
    kernel and initrd load. Set this for non-recovery kernel menu entries
    (LP: #386922).
  * debian/patches/957_savedefault.diff: Add GRUB_DEFAULT=saved, as well as
    grub-set-default and grub-reboot utilities. Provides functionality
    essentially equivalent to GRUB Legacy's savedefault (LP: #216178).
  * debian/rules, debian/grub-pc.install.in: Install grub-reboot and
    grub-set-default only in grub-common.
  * Add tag information to old Ubuntu patches.

 -- Colin Watson <email address hidden>   Fri, 04 Sep 2009 15:02:36 +0100
Superseded in karmic-release
grub2 (1.97~beta1-1ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. Remaining changes:
    + debian/control:
      - Recommend rather than Suggest os-prober.
    + debian/default/grub:
      - Adjust for default Ubuntu boot options.
      - Use GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
        default items only.  These options won't be set in single user mode.
      - Default to hiding the menu; holding down Shift at boot will show it.
    + debian/templates.in:
      - Change default value of grub2/linux_cmdline_default to "quiet
        splash".
    + debian/grub.d/05_debian_theme:
      - Set a monochromatic theme for Ubuntu.
    + debian/legacy/update-grub:
      - Apply Ubuntu branding: title, recovery mode, quiet option, and tweak
        how memtest86+ is displayed.
      - Use UUIDs where appropriate.
    + debian/patches/03_ubuntu_grub_standards:
      - Remove GNU/Linux from default string.
    + debian/patches/10_crashkernel.patch:
      - Add crashkernel= options if kdump and makedumpfile are available.
    + debian/patches/951_quick_boot.diff:
      - If other operating systems are installed, then automatically unhide
        the menu.
      - Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus if
        available to check whether Shift is pressed. If it is, show the
        menu, otherwise boot immediately. If keystatus is not available,
        then fall back to a short delay interruptible with Escape.
    + debian/patches/952_sleep_shift.diff:
      - Allow Shift to interrupt 'sleep --interruptible'.
  * Drop 950_getkeystatus.diff, merged upstream.

Superseded in karmic-release
grub2 (1.96+20090826-3ubuntu3) karmic; urgency=low

  * 951_quick_boot.diff: Always initialise timeout from GRUB_TIMEOUT,
    otherwise there'll be no timeout when other operating systems are
    installed.

 -- Colin Watson <email address hidden>   Thu, 27 Aug 2009 14:13:03 +0100
Superseded in karmic-release
grub2 (1.96+20090826-3ubuntu2) karmic; urgency=low

  * 952_sleep_shift.patch: New patch. Allow Shift to interrupt 'sleep
    --interruptible', for consistency with the quick-boot scheme.
  * debian/*.templates: Change default value of grub2/linux_cmdline_default
    to 'quiet splash', to match debian/default/grub.

 -- Colin Watson <email address hidden>   Thu, 27 Aug 2009 11:29:24 +0100
Superseded in karmic-release
grub2 (1.96+20090826-3ubuntu1) karmic; urgency=low

  * Resynchronise with Debian (LP: #413151). Remaining changes:
    + debian/control:
      - Recommend rather than Suggest os-prober.
    + debian/default/grub:
      - Adjust for default Ubuntu boot options.
      - Use GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
        default items only.  These options won't be set in single user mode.
      - Default to hiding the menu with a three-second timeout. Pressing
        Escape during this time will show the menu.
    + debian/grub.d/05_debian_theme:
      - Set a monochromatic theme for Ubuntu.
    + debian/legacy/update-grub:
      - Apply Ubuntu branding: title, recovery mode, quiet option, and tweak
        how memtest86+ is displayed.
      - Use UUIDs where appropriate.
    + debian/patches/03_ubuntu_grub_standards:
      - Remove GNU/Linux from default string.
    + debian/patches/10_crashkernel.patch:
      - add crashkernel= options if kdump and makedumpfile
        is available (part of the kernel-crashdump spec)
  * Drop 950_hidden_timeout.diff, merged upstream.
  * Drop 951_gfxpayload_keep.diff. It doesn't make as much sense as I
    thought, and it needs better kernel support anyway.
  * 950_getkeystatus.diff: New patch. Add getkeystatus terminal method, and
    add a new keystatus command to query it.
  * 951_quick_boot.diff: New patch:
    - If other operating systems are installed, then automatically unhide
      the menu (LP: #411584).
    - Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus if
      available to check whether Shift is pressed. If it is, show the menu,
      otherwise boot immediately. If keystatus is not available, then fall
      back to a short delay interruptible with Escape.
  * debian/default/grub: Adjust defaults to match new quick-boot code.

Superseded in karmic-release
grub2 (1.96+20090725-1ubuntu2) karmic; urgency=low

  * 950_hidden_timeout.diff: New patch. Add GRUB_HIDDEN_TIMEOUT support.
    Move the timeout setting to the end so that the sleep comes after
    terminal setup.
  * debian/default/grub: Default to hiding the menu with a three-second
    timeout. Pressing Escape during this time will show the menu.
    grub-installer will unhide it if other operating systems are installed.
  * debian/grub.d/05_debian_theme: Set a monochromatic theme for Ubuntu.
  * 951_gfxpayload_keep.diff: New patch. If gfxpayload starts with "keep" or
    if GRUB_ASSUME_LINUX_HAS_FB_SUPPORT is defined, then tell Linux to use
    the current video mode.

 -- Colin Watson <email address hidden>   Mon, 10 Aug 2009 13:08:21 +0100
Superseded in karmic-release
grub2 (1.96+20090725-1ubuntu1) karmic; urgency=low

  * New upstream version.
    + Fixes offering Windows (LP: #402795)
    + Fixes Vista/Win7 fails to boot (LP: #402154)
    + Fixes installation onto VFAT (LP: #401971)
  * Merge from debian unstable, remaining changes:
    + debian/control:
      - Depend on rather than Suggest os-prober; Ubuntu version does not
        suffer from the mount problem that prevents Debian from marking this
        Depends.
    + debian/default/grub:
      - Adjust for default Ubuntu boot options.
      - Use new GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
        default items only.  These options won't be set in single user mode.
    + debian/legacy/update-grub:
      - Apply Ubuntu branding: title, recovery mode, quiet option, and tweak
        how memtest86+ is displayed.
      - Use UUIDs where appropriate.
    + debian/patches/03_ubuntu_grub_standards:
      - Remove GNU/Linux from default string.
    + debian/patches/10_crashkernel.patch:
      - add crashkernel= options if kdump and makedumpfile
        is available (part of the kernel-crashdump spec)
  * Update 10_crashkernel.patch for changes upstream.
  * Drop 999_os-prober_drivemap_root.diff, upstream.

 -- Mario Limonciello <email address hidden>   Thu, 30 Jul 2009 12:41:19 -0500
Superseded in karmic-release
grub2 (1.96+20090611-1ubuntu4) karmic; urgency=low

  * debian/patches/10_crashkernel.diff:
    - make crashkernel= commandline appear before the other options
      to workaround a bug in the crashkernel parser
      (http://lists.infradead.org/pipermail/kexec/2009-July/003444.html)

 -- Michael Vogt <email address hidden>   Thu, 16 Jul 2009 11:37:05 +0200
Superseded in karmic-release
grub2 (1.96+20090611-1ubuntu3) karmic; urgency=low

  * Drop os-prober to a Recommends at Felix Zielcke's suggestion.
  * Don't build grub-efi-amd64 on lpia for the moment, since we don't seem
    to have sufficient compiler support.

 -- Colin Watson <email address hidden>   Wed, 08 Jul 2009 16:25:58 +0100
Superseded in karmic-release
grub2 (1.96+20090611-1ubuntu2) karmic; urgency=low

  * 10_crashkernel.patch:
    - add crashkernel= options if kdump and makedumpfile
      is available (part of the kernel-crashdump spec)

 -- Michael Vogt <email address hidden>   Wed, 24 Jun 2009 10:19:57 +0200
Superseded in karmic-release
grub2 (1.96+20090611-1ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. Remaining changes:
    + debian/control:
      - Depend on rather than Suggest os-prober; Ubuntu version does not
        suffer from the mount problem that prevents Debian from marking this
        Depends.
    + debian/default/grub:
      - Adjust for default Ubuntu boot options.
      - Use new GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
        default items only.  These options won't be set in single user mode.
    + debian/legacy/update-grub:
      - Apply Ubuntu branding: title, recovery mode, quiet option, and tweak
        how memtest86+ is displayed.
      - Use UUIDs where appropriate.
    + debian/patches/03_ubuntu_grub_standards:
      - Remove GNU/Linux from default string.
  * debian/patches/999_os-prober_drivemap_root.diff:
    - Backport r2333 from upstream to fix chain-loading of operating systems
      detected by os-prober.

Superseded in karmic-release
grub2 (1.96+20090523-1ubuntu1) karmic; urgency=low

  [ Colin Watson ]
  * Resynchronise with Debian. Remaining changes:
    + debian/control:
      - Depend on rather than Suggest os-prober; Ubuntu version does not
        suffer from the mount problem that prevents Debian from marking this
      	Depends.
    + debian/default/grub
      - Adjust for default Ubuntu boot options.
      - Use new GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
        default items only.  These options won't be set in single user mode.
    + debian/patches/03_ubuntu_grub_standards
      - Remove GNU/Linux from default string.
  * debian/legacy/update-grub: Apply Ubuntu branding: title, recovery mode,
    quiet option, and tweak how memtest86+ is displayed.

  [ Andy Whitcroft ]
  * debian/legacy/update-grub: fix generation to use the uuid command for
    the root specifier when the groot is a UUID.  Use the same test as is
    used in the 'grub' package.  LP: #376879

Superseded in karmic-release
Obsolete in jaunty-release
grub2 (1.96+20080724-12ubuntu2) jaunty; urgency=low

  * Build for lpia.

 -- Colin Watson <email address hidden>   Wed, 25 Feb 2009 18:28:37 +0000
Superseded in jaunty-release
Superseded in jaunty-release
grub2 (1.96+20080724-12ubuntu1) jaunty; urgency=low

  * Merge from Debian Unstable (LP: #298872, LP: #256578).
    Remaining Ubuntu changes:
    + debian/control:
      - Depend on rather than Suggest os-prober; Ubuntu version does not
        suffer from the mount problem that prevents Debian from marking this
      	Depends.
    + debian/default/grub
      - Adjust for default Ubuntu boot options.
      - Use new GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
        default items only.  These options won't be set in single user mode.
    + debian/patches/03_ubuntu_grub_standards
      - Remove GNU/Linux from default string.
  * New upstream snapshot includes ext4 extents support (LP: #294763)
  * Debian patch 02_dpkg_version_comparison.diff fixes kernel ordering
    (LP: #215513)
  * debian/patches/04_uuids_and_abstraction_dont_play_along_nicely:
    + Drop.  Ubuntu's mdadm and lvm properly populate /dev/disk/by-uuid, so
      this workaround is unnecessary.
  * debian/changelog:
    + Drop duplicated 1.96+20080203-1ubuntu2 and 1.96+20080203-1ubuntu1
      entries.  We only really need them in there once!
  * Drop debian/patches/04_convert_root_uuid:
    - GRUB2 upstream now uses UUIDs when possible.

Superseded in jaunty-release
Obsolete in intrepid-release
grub2 (1.96+20080512-1ubuntu2) intrepid; urgency=low

  [ Onkar Shinde ]
  * debian/patches:
    - Add 03_ubuntu_grub_standards to remove GNU/Linux from the
      default string. (LP: #192955) Don't show splash screen or quiet mode
      in single user mode.
    - Add 04_convert_root_uuid.diff to default to using UUIDs
      on new GRUB2 installations.  (LP: #192956)
  * debian/control:
    - Move os-prober to 'Depends' since Ubuntu version does not suffer from
      the mount problem in Debian version. 'os-prober' is needed for probing
      other operating systems. (LP: #214642)
  * Other bugs fixed - LP: #219580

  [ Mario Limonciello ]
  * Add items from missed merge bug (LP: #234288)

 -- Onkar Shinde <email address hidden>   Fri, 23 May 2008 14:28:36 +0530
Superseded in intrepid-release
grub2 (1.96+20080512-1ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - Adjust debian/default/grub for default Ubuntu boot options.

 -- Mario Limonciello <email address hidden>   Tue, 27 May 2008 11:32:41 -0500
Superseded in intrepid-release
Obsolete in hardy-release
grub2 (1.96+20080203-1ubuntu2) hardy; urgency=low

  * Update 03_ubuntu_grub_standards.
    - Don't show splash screen or quiet mode in single user mode.

 -- Mario Limonciello <email address hidden>   Wed, 05 Mar 2008 19:05:04 -0600
Superseded in hardy-release
grub2 (1.96+20080203-1ubuntu1) hardy; urgency=low

  * debian/default/grub
    - Show lsb_release rather than statically displaying "Debian" (LP: #192955)
    - Include Ubuntu specific "quiet splash" on default grub command line.
      (LP: #193024)
  * debian/patches:
    - Add 03_ubuntu_grub_standards to remove GNU/Linux from the
      default string. (LP: #192955)
    - Add 04_convert_root_uuid.diff to default to using UUIDs
      on new GRUB2 installations.  (LP: #192956)
  * debian/control:
    - Update maintainer per XSBC-Original-Maintainer spec.

 -- Mario Limonciello <email address hidden>   Mon, 18 Feb 2008 14:05:06 -0600
Superseded in hardy-release
grub2 (1.96+20080203-1) unstable; urgency=low

  * New CVS snapshot (and release, but we skipped that ;-))
    - patches/01_regparm.diff: Delete.
    - Improved XFS support.
    - util/grub.d/00_header.in: Add runtime error detection (for gfxterm).
    - Fixes problem when chainloading to Vista.
  * Fix po-debconf errors.  Thanks Thomas Huriaux.  (Closes: #402972)
  * grub.d/05_debian_theme:
    - Add runtime error detection.
    - Detect/Enable PNG background when it is present.
  * control (grub-ieee1275): Remove versioned dependency on powerpc-ibm-utils.

Superseded in hardy-release
grub2 (1.95+20080128-1) unstable; urgency=low

  * New CVS snapshot.
    - Fixes bogus CLAIM problems on Apple firmware.  (Closes: #449135, #422729)
    - grub-probe performs sanity checks to make sure our filesystem drivers
      are usable.  (Closes: #462449)
    - patches/disable_ata.diff: Remove.  ATA module isn't auto-loaded in
      rescue floppies now.
    - patches/disable_xfs.diff: Remove.  See above (about grub-probe).
  * Bring back grub-emu; it can help a lot with debugging feedback.
    - control
    - rules

Superseded in hardy-release
grub2 (1.95+20071101-1) unstable; urgency=low

  * New CVS snapshot.
    - patches/linuxbios.diff: Remove (supported in upstream now).

Superseded in hardy-release
Obsolete in gutsy-release
grub2 (1.95+20070604-1ubuntu1) gutsy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    - Disable stack protector.
    - Modify Maintainer value to match Debian-Maintainer-Field Spec

Superseded in gutsy-release
grub2 (1.95+20070520-1ubuntu1) gutsy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    - Disable stack protector.
    - Modify Maintainer value to match Debian-Maintainer-Field Spec

 -- Albin Tonnerre <email address hidden>   Mon, 21 May 2007 19:54:10 +0200
Superseded in gutsy-release
grub2 (1.95-5ubuntu1) gutsy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    -> Update to some CVS snapshot.
    -> Disable stack protector.

Superseded in gutsy-release
Obsolete in feisty-release
grub2 (1.95-2ubuntu1) feisty; urgency=low

  * Merge from Debian unstable. Remaining changes:
    -> Update to some CVS snapshot.
    -> Disable stack protector.
  * Maintainer field set to Ubuntu MOTU.

Superseded in feisty-release
grub2 (1.95-1ubuntu3) feisty; urgency=low

  * Disable stack protector on powerpc.

 -- Jeff Bailey <email address hidden>   Sun, 10 Dec 2006 23:46:45 -0500
Superseded in feisty-release
grub2 (1.95-1ubuntu2) feisty; urgency=low

  * Update to current CVS snapshot

  * Disable stack protector.

 -- Jeff Bailey <email address hidden>   Sun, 10 Dec 2006 20:42:47 -0500
Superseded in feisty-release
grub2 (1.95-1ubuntu1) feisty; urgency=low

  * s/any-// in debian/control -- Soyuz doesn't support it.

 -- Scott James Remnant <email address hidden>   Wed, 29 Nov 2006 14:02:55 +0000
Superseded in feisty-release
grub2 (1.95-1) unstable; urgency=low

  * New upstream release.
    - patches/03_revert_partition_numbering.diff: Delete (obsoleted).

Superseded in feisty-release
Obsolete in edgy-release
grub2 (1.94-3) unstable; urgency=low

  * Fix FTBFS in amd64. Closes: 372548

Superseded in edgy-release
Obsolete in dapper-release
Superseded in dapper-release
grub2 (1.92-2) unstable; urgency=low


  * Add bison on build-depends field. Closes: #346178
  * Add more fixes in 01_fix_grub-install.patch. Closes: #346177

 -- Otavio Salvador <email address hidden>  Fri,  6 Jan 2006 09:48:08 -0200
Superseded in dapper-release
grub2 (1.92-1) unstable; urgency=low


  * New upstream release.
    - Add support for GPT partition table format.
    - Add a new command "play" to play an audio file on PC.
    - Add support for Linux/ADFS partition table format.
    - Add support for BASH-like scripting.
    - Add support for Apple HFS+ filesystems.
  * 01_fix_grub-install.patch: Added. Fix grub-install to use
    /bin/grub-mkimage instead of /sbin/grub-mkimage. Closes: #338824
  * Do not use CDBS tarball mode anymore. Closes: #344272  
  
 -- Otavio Salvador <email address hidden>  Thu,  5 Jan 2006 15:20:40 -0200
Superseded in dapper-release
grub2 (1.91-0) unstable; urgency=low


  * New upstream release. Closes: #331211
  * debian/watch: added.
  * debian/control.in, debian/control: Add libncurses5-dev in
    Build-Depends. Closes: #304638
  * Remove Robert Millan as uploader;
  * Add myself as uploader;

 -- Otavio Salvador <email address hidden>  Sat, 12 Nov 2005 16:35:18 -0200
Obsolete in breezy-release
grub2 (0.6+20050203-2) unstable; urgency=low


  * Disable for powerpc.  Reportedly it fails to boot.

 -- Robert Millan <email address hidden>  Fri,  4 Feb 2005 01:52:09 +0100
Obsolete in hoary-release
grub2 (0.6+20040805-2) unstable; urgency=low


  * control.in (Build-Depends): Add libncurses5-dev (Closes: #250348).

 -- Robert Millan <email address hidden>  Fri,  6 Aug 2004 00:02:22 +0200
301356 of 506 results