coderobe / VBiosFinder

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

HP Omen 17 - ck0000 #44

Open LostGuyHenry opened 2 years ago

LostGuyHenry commented 2 years ago

Hi I need to extract vbios for omen 17 (ck0000), but i have 0,00001 experience under linux. Is there someone, who can help me little? Give me hand or guide me a little ? :-)

Thank you

LittleGuyHenry

LostGuyHenry commented 2 years ago

Ok people It is shame for me :( , but I must ask You for help. If there is anyone who can help me, then please i really need extract vBios(es) from that update. Thanks a lot to anybody who will be able to extract it.

Link: https://drive.google.com/file/d/1tzqpE3f2pYcFHfsW97PojjN9rj9E0UyM/view

LostGuyHenry commented 2 years ago

always end on this when:

bundle install --path=vendor/bundle
WARN: Unresolved or ambiguous specs during Gem::Specification.reset:
      reline (>= 0)
      Available/installed versions of this gem:
      - 0.1.5
WARN: Clearing out unresolved specs. Try 'gem cleanup <gem>'
Please report a bug if this causes problems.
Fetching gem metadata from https://rubygems.org/......
Using bundler 1.17.3
Using climate_control 0.2.0
Using coderay 1.1.2
Using colorize 0.8.1
Using method_source 0.9.0
Fetching posix-spawn 0.3.13
Installing posix-spawn 0.3.13 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

current directory:
/home/revan/vbios/VBiosFinder-master/vendor/bundle/ruby/2.7.0/gems/posix-spawn-0.3.13/ext
/usr/bin/ruby2.7 -I /usr/lib/ruby/vendor_ruby -r
./siteconf20220303-14469-1xm5bwb.rb extconf.rb
mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h

You might have to install separate package for the ruby development
environment, ruby-dev or ruby-devel for example.

extconf failed, exit code 1

Gem files will remain installed in
/home/revan/vbios/VBiosFinder-master/vendor/bundle/ruby/2.7.0/gems/posix-spawn-0.3.13
for inspection.
Results logged to
/home/revan/vbios/VBiosFinder-master/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/posix-spawn-0.3.13/gem_make.out

An error occurred while installing posix-spawn (0.3.13), and Bundler
cannot continue.
Make sure that `gem install posix-spawn -v '0.3.13' --source
'https://rubygems.org/'` succeeds before bundling.

In Gemfile:
  posix-spawn
raksanyiv commented 2 years ago

Hi!

I'll try to help. No promises:-) Please take a look at the error message:

mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h

You might have to install separate package for the ruby development
environment, ruby-dev or ruby-devel for example.

There can be other problems as well but this clearly states that you do not have installed the ruby development header files, you know, the source code files. Usually distros package the already built and usable binary files and the source codes separately. When you have to compile something from source code, you will need the dependencies' source too.
For me on Fedora 34 (I know I know, I'm planning to update... :-) ) this was the ruby-devel package. # dnf install ruby-devel

Also please be sure all required/optional stuff listed is available on your system or in the 3rd-party dir.

So are the ruby header files on your system?