-
Notifications
You must be signed in to change notification settings - Fork 21
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
solution for Terrapin::CommandNotFoundError (Terrapin::CommandNotFoundError) #50
Comments
* auto-fix formatting where acceptable * adjust regexps * fix issues with uppercase names * correct upx path to output file
Funny thing, I got my hands on the code only yesterday and spent all that time looking for the problem instead of reading your issue. Anyway, see #51 |
Ran into this today. Thanks for the fix and tool! Seems to work OK with lenovo bios update for IdeaPad Gaming 3 15ACH6. |
the name of tool UEFIExtract needs to be case-sensitive!
i was using arch linux with uefitool.. but i always run into this error:
solution: copy
/usr/bin/uefiextract
to folder3rdparty
and rename it toUEFIExtract
and yes..
/usr/bin
is in pathand no, it's not working by just copy into
3rdparty
, you HAVE TO rename it.p.s. thx for creating this tool..
The text was updated successfully, but these errors were encountered: