coderobe / VBiosFinder

Extract embedded VBIOS from (almost) any BIOS Update
GNU Affero General Public License v3.0
129 stars 21 forks source link

Terrapin #23

Closed phillw closed 3 years ago

phillw commented 4 years ago

Hello,

Unsure what i'm doing wrong here

./vbiosfinder extract '/home/phill/E1771IMS.70G' output will be stored in '/home/phill/VBiosFinder/tmp-vbiosfinder' checking for ruby... yes

checking for innoextract... yes checking for upx... yes checking for 7z... yes trying to extract ./E1771IMS.70G extracting uefi data trying to extract ./E1771IMS.70G Cleaning up garbage Traceback (most recent call last): 12: from _init.rb:7:in <main>' 11: from /home/phill/VBiosFinder/vendor/bundle/ruby/2.5.0/gems/thor-0.20.0/lib/thor/base.rb:466:instart' 10: from /home/phill/VBiosFinder/vendor/bundle/ruby/2.5.0/gems/thor-0.20.0/lib/thor.rb:387:in dispatch' 9: from /home/phill/VBiosFinder/vendor/bundle/ruby/2.5.0/gems/thor-0.20.0/lib/thor/invocation.rb:126:ininvoke_command' 8: from /home/phill/VBiosFinder/vendor/bundle/ruby/2.5.0/gems/thor-0.20.0/lib/thor/command.rb:27:in run' 7: from /home/phill/VBiosFinder/src/cli.rb:36:inextract' 6: from /home/phill/VBiosFinder/src/methods.rb:43:in run' 5: from /home/phill/VBiosFinder/src/methods.rb:43:ineach' 4: from /home/phill/VBiosFinder/src/methods.rb:45:in block in run' 3: from /home/phill/VBiosFinder/src/extraction.rb:8:inattempt' 2: from /home/phill/VBiosFinder/src/extraction.rb:8:in call' 1: from /home/phill/VBiosFinder/src/extract-uefi.rb:20:inuefi' /home/phill/VBiosFinder/vendor/bundle/ruby/2.5.0/gems/terrapin-0.6.0/lib/terrapin/command_line.rb:82:in `run': Terrapin::CommandNotFoundError (Terrapin::CommandNotFoundError)

coderobe commented 4 years ago

You do not have UEFIExtract in your PATH, which is a requirement

coderobe commented 3 years ago

closing as effective duplicate of https://github.com/coderobe/VBiosFinder/issues/11