Skip to content

Fix bootloader setup with custom partitions#2978

Merged
Conan-Kudo merged 1 commit intomainfrom
fix_bootloader_setup_with_custom_partitions
Mar 26, 2026
Merged

Fix bootloader setup with custom partitions#2978
Conan-Kudo merged 1 commit intomainfrom
fix_bootloader_setup_with_custom_partitions

Conversation

@schaefi
Copy link
Copy Markdown
Collaborator

@schaefi schaefi commented Mar 26, 2026

If there is a custom partitions setup which provides bootloader tools e.g. grub2-mkconfig at a path that is now in a custom partition e.g /usr, those tools will not be found because the respective bootloader code providing the system environment did not mount them. This commit makes sure also custom partitions are taken into account for all bootloader actions. This Fixes #2160

If there is a custom partitions setup which provides bootloader
tools e.g. grub2-mkconfig at a path that is now in a custom
partition e.g /usr, those tools will not be found because the
respective bootloader code providing the system environment
did not mount them. This commit makes sure also custom partitions
are taken into account for all bootloader actions.
This Fixes #2160
@schaefi schaefi self-assigned this Mar 26, 2026
@schaefi
Copy link
Copy Markdown
Collaborator Author

schaefi commented Mar 26, 2026

@Conan-Kudo Conan-Kudo merged commit 5e67665 into main Mar 26, 2026
12 checks passed
@Conan-Kudo Conan-Kudo deleted the fix_bootloader_setup_with_custom_partitions branch March 26, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Handle /usr as a partition properly

2 participants