-
Notifications
You must be signed in to change notification settings - Fork 3
DLPX-84430 Boot fails with grub error: "Free Magic is Broken at..." #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
prakashsurya
wants to merge
3,671
commits into
develop
Choose a base branch
from
dlpx/pr/prakashsurya/e618a589-ee7c-496d-b18e-ba0d00265cda
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
DLPX-84430 Boot fails with grub error: "Free Magic is Broken at..." #32
prakashsurya
wants to merge
3,671
commits into
develop
from
dlpx/pr/prakashsurya/e618a589-ee7c-496d-b18e-ba0d00265cda
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Imported using git-ubuntu import.
…ing upgrade of kdump-tools package (#27)
Gbp-Pq: olpc-prefix-hack.patch.
Gbp-Pq: core-in-fs.patch.
Gbp-Pq: dpkg-version-comparison.patch.
Gbp-Pq: grub-legacy-0-based-partitions.patch.
Gbp-Pq: disable-floppies.patch.
Gbp-Pq: grub.cfg-400.patch.
Gbp-Pq: ubuntu-zfs-enhance-support.patch.
Gbp-Pq: gfxpayload-keep-default.patch.
Gbp-Pq: install-stage2-confusion.patch.
Gbp-Pq: mkrescue-efi-modules.patch.
Gbp-Pq: mkconfig-loopback.patch.
Gbp-Pq: restore-mkdevicemap.patch.
Gbp-Pq: gettext-quiet.patch.
Gbp-Pq: mkconfig-mid-upgrade.patch.
Gbp-Pq: install-efi-fallback.patch.
Gbp-Pq: mkconfig-ubuntu-recovery.patch.
Gbp-Pq: install-locale-langpack.patch.
Gbp-Pq: mkconfig-nonexistent-loopback.patch.
Gbp-Pq: no-insmod-on-sb.patch.
Gbp-Pq: default-grub-d.patch.
Gbp-Pq: blacklist-1440x900x32.patch.
Gbp-Pq: uefi-firmware-setup.patch.
Gbp-Pq: mkconfig-ubuntu-distributor.patch.
Gbp-Pq: mkconfig-signed-kernel.patch.
Gbp-Pq: ubuntu-install-signed.patch.
Gbp-Pq: 0096-linuxefi-fail-kernel-validation-without-shim-protoco.patch.
Gbp-Pq: 0097-Fix-a-regression-caused-by-efi-fix-some-malformed-de.patch.
Gbp-Pq: 0098-efi-Fix-use-after-free-in-halt-reboot-path.patch.
Gbp-Pq: 0099-chainloader-Avoid-a-double-free-when-validation-fail.patch.
Gbp-Pq: 0100-relocator-Protect-grub_relocator_alloc_chunk_addr-in.patch.
Gbp-Pq: 0101-relocator-Protect-grub_relocator_alloc_chunk_align-m.patch.
Gbp-Pq: 0102-relocator-Fix-grub_relocator_alloc_chunk_align-top-m.patch.
Gbp-Pq: 0103-linux-loader-avoid-overflow-on-initrd-size-calculati.patch.
Gbp-Pq: 0104-linux-Fix-integer-overflows-in-initrd-size-handling.patch.
Gbp-Pq: 0105-efilinux-Fix-integer-overflows-in-grub_cmd_initrd.patch.
Gbp-Pq: ubuntu-flavour-order.patch.
Gbp-Pq: ubuntu-dont-verify-loopback-images.patch.
Gbp-Pq: ubuntu-recovery-dis_ucode_ldr.patch.
Gbp-Pq: grub-install-backup-and-restore.patch.
Gbp-Pq: ubuntu-linuxefi-arm64.patch.
Gbp-Pq: ubuntu-linuxefi-arm64-set-base-addr.patch.
Gbp-Pq: tftp-rollover-block-counter.patch.
Gbp-Pq: rhboot-f34-make-exit-take-a-return-code.patch.
Gbp-Pq: rhboot-f34-dont-use-int-for-efi-status.patch.
Gbp-Pq: rhboot-f34-make-pmtimer-tsc-calibration-fast.patch.
Gbp-Pq: cherry-fix-crash-on-http.patch.
Gbp-Pq: ubuntu-add-initrd-less-boot-messages.patch.
Gbp-Pq: 0241-Call-hwmatch-only-on-the-grub-pc-platform.patch.
Gbp-Pq: linux_xen-Properly-load-multiple-initrd-files.patch.
Gbp-Pq: linux_xen-Properly-order-multiple-initrd-files.patch.
Imported using git-ubuntu import.
7d39ad1
to
59c3773
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
Provide a clear description of the high-level problem you are trying to
solve. The problem statement should be written in terms of a specific
symptom that affects users or the business. The problem statement should
not be written in terms of the solution. If possible, include a minimal
reproducible example (MRE) with steps to reproduce, expected results,
and actual results.
Solution
Provide a clear description of the high-level solution you have chosen.
If there were other possible solutions that you considered and rejected,
mention those along with the corresponding reasoning. Do not describe
implementation details when writing about the solution; these should go
into the implementation section instead.
Testing Done
Provide a clear description of how this change was tested. At minimum
this should include proof that a computer has executed the changed
lines. Ideally this should include an automated test or an explanation
as to why this pull request has no tests.