Skip to content
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

[Bug] Objcopy fails for some systemd boot images #43

Open
dilucide opened this issue Dec 18, 2024 · 0 comments
Open

[Bug] Objcopy fails for some systemd boot images #43

dilucide opened this issue Dec 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dilucide
Copy link

Description

Due to some EFI stubs being located at a VM address greater than zero, the current boot-loader install process fails with an objcopy error message stating that the section address is located below the image base. To remedy this, pull request #42 was created calculating the VMA offsets dynamically.

Reproduction steps

Perform a build and installation according to the README on Ubuntu 24.10 Desktop.

Current Behavior

On Ubuntu 24.10 Desktop, installation fails with a multiple objcopy [...]: section below image base errors.

Expected Behavior

The sectpmctl-boot script handles any EFI stub and does not rely on hard-coded values.

Additional information

No response

@dilucide dilucide added the bug Something isn't working label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant