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

AMT: Fix One Click Recovery support #6301

Merged
merged 3 commits into from
Aug 13, 2024
Merged

AMT: Fix One Click Recovery support #6301

merged 3 commits into from
Aug 13, 2024

Conversation

wow0000
Copy link
Contributor

@wow0000 wow0000 commented Aug 2, 2024

Hello !
This PR fixes Intel AMT: One Click Recovery that is currently unusable due to an impossible condition. It also replace .iso (which is an unsupported format) to .efi to allow BIOS to load the file

You may need to squash commits included in this PR to keep it clean

It has been tested on a Dell Optiplex 7400 AIO (Intel AMT v16) and with iPXE(.efi) that can be found here: http://boot.ipxe.org/ipxe.efi

Interestingly enough, I came across Intel EMA code that do something similar, and there is a bug in its implementation of makeUefiBootParam() where the len argument is ignored, in the case of a number it'll always be 4 bytes. I'm asking myself if this difference would be volontary and better compatibility with more BIOS software

Feel free to ask any questions or modifications 👐

@wow0000
Copy link
Contributor Author

wow0000 commented Aug 2, 2024

For the curious and documentation, the boot UI looks like this on a Dell AIO
uefi_http

@si458
Copy link
Collaborator

si458 commented Aug 13, 2024

@si458 si458 merged commit 92385e3 into Ylianst:master Aug 13, 2024
3 checks passed
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.

2 participants