grub2 1.99-21ubuntu3 source package in Ubuntu

Changelog

grub2 (1.99-21ubuntu3) precise; urgency=low

  * Backport several upstream EFI device discovery patches to fix boot
    failures (LP: #975061).
 -- Colin Watson <email address hidden>   Tue, 17 Apr 2012 16:11:45 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any-i386 any-amd64 any-powerpc any-ppc64 any-sparc any-mipsel i386 kopensolaris-i386 amd64 powerpc ppc64 sparc mipsel kfreebsd-i386 kfreebsd-amd64
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main admin

Downloads

File Size SHA-256 Checksum
grub2_1.99.orig.tar.gz 4.4 MiB b91f420f2c51f6155e088e34ff99bea09cc1fb89585cf7c0179644e57abd28ff
grub2_1.99-21ubuntu3.diff.gz 428.1 KiB 12a7121f46e42f2b953cee7ff007caa208b8b50306f4b3e2e161a096733d6763
grub2_1.99-21ubuntu3.dsc 3.9 KiB e85bcfe10d8d6f318dcf7148ccf4f555ee4cc910afe962a7518b4816d1cb28ae

Available diffs

View changes file

Binary packages built by this source

grub-common: GRand Unified Bootloader (common files)

 This package contains common files shared by the distinct flavours of GRUB.
 It is shared between GRUB Legacy and GRUB 2, although a number of files
 specific to GRUB 2 are here as long as they do not break GRUB Legacy.

grub-coreboot: GRand Unified Bootloader, version 2 (Coreboot version)

 GRUB is a portable, powerful bootloader. This version of GRUB is based on a
 cleaner design than its predecessors, and provides the following new features:
 .
  - Scripting in grub.cfg using BASH-like syntax.
  - Support for modern partition maps such as GPT.
  - Modular generation of grub.cfg via update-grub. Packages providing GRUB
    add-ons can plug in their own script rules and trigger updates by invoking
    update-grub2.
 .
 This package contains a version of GRUB that has been built for use with
 platforms running the Coreboot firmware.

grub-coreboot-bin: GRand Unified Bootloader, version 2 (Coreboot binaries)

 GRUB is a portable, powerful bootloader. This version of GRUB is based on a
 cleaner design than its predecessors, and provides the following new features:
 .
  - Scripting in grub.cfg using BASH-like syntax.
  - Support for modern partition maps such as GPT.
  - Modular generation of grub.cfg via update-grub. Packages providing GRUB
    add-ons can plug in their own script rules and trigger updates by invoking
    update-grub2.
 .
 This package contains a version of GRUB that has been built for use with
 platforms running the Coreboot firmware. It will not automatically install
 GRUB as the active boot loader, nor will it automatically update grub.cfg
 on upgrade, so most people should install grub-coreboot instead.

grub-efi: GRand Unified Bootloader, version 2 (dummy package)

 This is a dummy transitional package that depends on either grub-efi-ia32 or
 grub-efi-amd64, depending on the architecture.

grub-efi-amd64: No summary available for grub-efi-amd64 in ubuntu quantal.

No description available for grub-efi-amd64 in ubuntu quantal.

grub-efi-amd64-bin: GRand Unified Bootloader, version 2 (EFI-AMD64 binaries)

 GRUB is a portable, powerful bootloader. This version of GRUB is based on a
 cleaner design than its predecessors, and provides the following new features:
 .
  - Scripting in grub.cfg using BASH-like syntax.
  - Support for modern partition maps such as GPT.
  - Modular generation of grub.cfg via update-grub. Packages providing GRUB
    add-ons can plug in their own script rules and trigger updates by invoking
    update-grub2.
 .
 This package contains a version of GRUB that has been built for use with
 EFI-AMD64 architecture, such as the one provided by Intel Macs (that is, unless
 a BIOS interface has been activated). It will not automatically install
 GRUB as the active boot loader, nor will it automatically update grub.cfg
 on upgrade, so most people should install grub-efi-amd64 instead.

grub-efi-ia32: No summary available for grub-efi-ia32 in ubuntu quantal.

No description available for grub-efi-ia32 in ubuntu quantal.

grub-efi-ia32-bin: No summary available for grub-efi-ia32-bin in ubuntu quantal.

No description available for grub-efi-ia32-bin in ubuntu quantal.

grub-emu: No summary available for grub-emu in ubuntu quantal.

No description available for grub-emu in ubuntu quantal.

grub-firmware-qemu: GRUB firmware image for QEMU

 This package contains a binary of GRUB that has been built for use as
 firmware for QEMU. It can be used as a replacement for the standard
 PC BIOS provided by the bochsbios package (bios.bin).
 .
 In order to make QEMU use this firmware, simply add `-bios grub.bin' when
 invoking it.
 .
 This package behaves in the same way as GRUB for coreboot, but doesn't
 contain any code from coreboot itself, and is only suitable for QEMU. If
 you want to install GRUB as firmware on real hardware, you need to use the
 grub-coreboot package, and manually combine that with coreboot.

grub-ieee1275: No summary available for grub-ieee1275 in ubuntu quantal.

No description available for grub-ieee1275 in ubuntu quantal.

grub-ieee1275-bin: GRand Unified Bootloader, version 2 (Open Firmware binaries)

 GRUB is a portable, powerful bootloader. This version of GRUB is based on a
 cleaner design than its predecessors, and provides the following new features:
 .
  - Scripting in grub.cfg using BASH-like syntax.
  - Support for modern partition maps such as GPT.
  - Modular generation of grub.cfg via update-grub. Packages providing GRUB
    add-ons can plug in their own script rules and trigger updates by invoking
    update-grub2.
 .
 This package contains a version of GRUB that has been built for use with
 Open Firmware implementations. It will not automatically install GRUB as
 the active boot loader, nor will it automatically update grub.cfg on
 upgrade, so most people should install grub-ieee1275 instead.

grub-linuxbios: No summary available for grub-linuxbios in ubuntu quantal.

No description available for grub-linuxbios in ubuntu quantal.

grub-mount-udeb: export GRUB filesystems using FUSE
grub-pc: GRand Unified Bootloader, version 2 (PC/BIOS version)

 GRUB is a portable, powerful bootloader. This version of GRUB is based on a
 cleaner design than its predecessors, and provides the following new features:
 .
  - Scripting in grub.cfg using BASH-like syntax.
  - Support for modern partition maps such as GPT.
  - Modular generation of grub.cfg via update-grub. Packages providing GRUB
    add-ons can plug in their own script rules and trigger updates by invoking
    update-grub2.
  - VESA-based graphical mode with background image support and complete 24-bit
    color set.
  - Support for extended charsets. Users can write UTF-8 text to their menu
    entries.
 .
 This package contains a version of GRUB that has been built for use with
 traditional PC/BIOS architecture.

grub-pc-bin: No summary available for grub-pc-bin in ubuntu quantal.

No description available for grub-pc-bin in ubuntu quantal.

grub-rescue-pc: GRUB bootable rescue images, version 2 (PC/BIOS version)

 This package contains three GRUB rescue images that have been built for use
 with the traditional PC/BIOS architecture:
 .
  - grub-rescue-floppy.img: floppy image.
  - grub-rescue-cdrom.iso: El Torito CDROM image.
  - grub-rescue-usb.img: USB image.

grub2: No summary available for grub2 in ubuntu quantal.

No description available for grub2 in ubuntu quantal.

grub2-common: GRand Unified Bootloader (common files for version 2)

 This package contains common files shared by the distinct flavours of GRUB.
 The files in this package are specific to GRUB 2, and would break GRUB
 Legacy if installed on the same system.