-
Notifications
You must be signed in to change notification settings - Fork 4
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
Installation guide - usage #1
Comments
Thank you for the feedback @armync! On a general note, these instructions are intended to be more like a fishing rod than a fish. But if they can be improved, I'm all for it. I hope more people can become aware these hidden settings can actually be changed, and also to make it easier for everyone to do so.
HP makes it particularly cumbersome to get these files out, from my experience more so than other vendors. But it should still be doable. I just tried on the
Result of:
|
I can see the taken direction. I don't think it would be the most efficient thing to have every step documented or explained, and neither is necessary. In such a case, my intention is to have this issue archived in git, and those who will ever need help will surely seek out this discussion. But now that you mention it, I'm thinking that maybe some heavier steps can be explained in such a way the user community can use, not just the very passionate and experienced. The difficulty of breaking things may induce fear. Also, from my experience, it could be better categorized in a linear way, e.g. the first step could show perhaps the data extraction from UEFI image then the installation and use, whereas the documentation could be near 'footer'. Or... maybe I'm wrong all-in-all, but I feel like I've been jumping around the guide 😆
That's exactly where I got stuck. Nice to know about AMI_UCP_Extract.py.
I tried it again, and it is working. That's funny, I don't know how I did it wrong. I'm hoping that after looking at it, I didn't forget to press it. 🤨
Thanks for the explanation. I haven't really researched the firmware-OS side of things.
I understand. It makes sense. Anyway shouldn't be hard enough to get it running but for day-to-day users this Issue will do it. |
Yeah, if it were a tutorial or walkthrough. But these are primarily the instructions for using UEFI Variable Tool. Some people who read them will already know what data they want to read or write, they just want to see the how part quickly. So the idea is to start with a brief overview, and then get into more detail eventually, first about the application itself, and then also give some context in the Background section, as that's where these instructions are.
Good you found it. I realized I must have actually deleted a bit of my original post where it gave the link to the repository. Fixed it now. The missing part was:
And I've updated the instructions following your feedback. Thanks! |
For HP UEFI extraction, in my case, none of the extraction options worked. The first two extractors gave me an error about the fact that the installer was not the required one and 7zip only gave me an .efi file not .bin.
Made it by launching the setup and extracting required files. Interesting stuff.
Secondly, I was unable to find SetupUtility EFI by GUID. I somehow found it trough manual keyword search, such as "Utility". There was Setup folder, with P32 image section. Worth noting for inexperienced users that there are in fact, more P32 sections in the whole image, so searching by that keyword is just a waste of time. As reference, the UEFI is F45 rev A, on OMEN 17 2021.
Finally, on node, I made it by copying all the files in the node.js root folder, launching cmd (on Windows) via Run as Administrator, giving the directory command (cd) and launching node.exe with its parameters.
The text was updated successfully, but these errors were encountered: