SM8250: add 'gpt' to EXTRA_CMDLINE - #3217
Merged
porschemad911 merged 1 commit intoAug 20, 2026
Merged
Conversation
This works around a situation discovered after flashing Retroid recovery images for the Retroid Pocket Mini V2 and then attempting to install the ROCKNIX ABL. The primary GPT partition table for the block device containing the ABL partitions is corrupt, and so they cannot be found. Adding 'gpt' to the kernel cmdline resolves this. After flashing the ROCKNIX ABL the primary partition table is no longer corrupt.
porschemad911
force-pushed
the
sm8250-kernel-cmdline-gpt
branch
from
August 20, 2026 13:29
ddb7c7c to
0878019
Compare
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
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.
Summary
SM8250: add 'gpt' to EXTRA_CMDLINE
Testing
Tested on my RP Mini V2
Additional Context
Parameter doco, from: https://www.kernel.org/doc/html/v7.1/admin-guide/kernel-parameters.html
This works around a situation discovered after flashing Retroid recovery images for the Retroid Pocket Mini V2 and then attempting to install the ROCKNIX ABL. The primary GPT partition table for the block device containing the ABL partitions is corrupt, and so they cannot be found. Adding 'gpt' to the kernel cmdline resolves this since the backup GPT partition table is fine. After flashing the ROCKNIX ABL the primary partition table is no longer corrupt.
Details of Retroid recovery image flashing and partition table corruption can be found on this PR: #3127
AI Usage
Did you use AI tools to help write this code? NO