lp://staging/~psusi/ubuntu/raring/grub2/fix-ldm
- Get this branch:
- bzr branch lp://staging/~psusi/ubuntu/raring/grub2/fix-ldm
Branch merges
- Colin Watson: Pending requested
-
Diff: 2237 lines (+2103/-3)10 files modified.pc/applied-patches (+1/-0)
.pc/ldm-require-sfs-partition.patch/Makefile.util.def (+783/-0)
.pc/ldm-require-sfs-partition.patch/grub-core/disk/ldm.c (+1010/-0)
.pc/ldm-require-sfs-partition.patch/include/grub/msdos_partition.h (+126/-0)
Makefile.util.def (+1/-1)
debian/changelog (+7/-0)
debian/patches/ldm-require-sfs-partition.patch (+136/-0)
debian/patches/series (+1/-0)
grub-core/disk/ldm.c (+37/-2)
include/grub/msdos_partition.h (+1/-0)
Related bugs
Bug #1061255: GRUB recognizes defunct LDM headers | Critical | Fix Released |
Related blueprints
Branch information
- Owner:
- Phillip Susi
- Status:
- Development
Recent revisions
- 163. By Phillip Susi
-
debian/
ldm-require- sfs-partition. patch: Only recognize ldm partition
table if there is an SFS partition listed in the DOS MBR (LP: #1061255) - 160. By Colin Watson
-
* Fix incorrect initrd minimum address calculation (LP: #1055686).
* Add keystatus and loadenv to signed image (LP: #1066399). - 158. By Colin Watson
-
Fix patch to forbid insmod on UEFI secure boot to also forbid other
methods of loading modules (LP: #1065621). - 157. By Colin Watson
-
Add some extra debugging to signed/unsigned kernel logic, to make it
easier to work out why it fails for some people. - 156. By Colin Watson
-
Make embedded FAT filesystem a multiple of 32 blocks so that mtools is
happy with it. - 155. By Colin Watson
-
GRUB's rescue parser doesn't understand 'if', so the embedded
configuration file in gcdx64.efi emitted errors. Add the memdisk
module, embed a tiny FAT filesystem containing the grub.cfg with the
search-and-chain logic, and embed a bootstrap configuration file that
loads that using 'normal'. - 154. By Colin Watson
-
Embed a configuration file in gcdx64.efi which looks for a real boot
disk containing /.disk/info or /.disk/mini-info and chains to
/boot/grub/$platform/ grub.cfg there.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/raring/grub2