LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-07-2016, 03:03 PM   #1
sayhello_to_the_world
Member
 
Registered: May 2013
Posts: 229

Rep: Reputation: Disabled
how to replace a BIOS on a Linux-Notebook?


hello dear linux-experts


run opensuse linux version leap 42.1 on a notebook (HP 14-r103ng) with an old BIOS


Vendor: Insyde
Version: F.21


the new one

a new one Bios F.39A
http://ftp.hp.com/pub/softpaq/sp71001-71500/sp71487.exe

question: how to install that?

love to hear from you
 
Old 01-07-2016, 03:27 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi :

When I clicked on the link it downloaded a file to my tablet that looked like this:

Code:
xxx##$$ ffffxx ###$$$ 
###@xxx ###3 xxxx ###
Do you have more information on the news BIOS aside from that link?

The extension on that file is .exe which is an indication of a Windows operating system file.
AFAIK you won't be able to install that on a Linux system.

Do you have Windows installed alongside your Open Suse?
 
Old 01-07-2016, 03:28 PM   #3
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,510

Rep: Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491
The file you refer to in the link "sp71487.exe" is a windows executable file so use windows.
 
Old 01-07-2016, 03:55 PM   #4
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
sttw,

Feeling brave or lucky?

How to flash your motherboard BIOS from Linux:

http://www.linuxinsight.com/how-to-f...ppy-drive.html
 
1 members found this post helpful.
Old 01-07-2016, 04:44 PM   #5
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by sayhello_to_the_world View Post
hello dear linux-experts


run opensuse linux version leap 42.1 on a notebook (HP 14-r103ng) with an old BIOS


Vendor: Insyde
Version: F.21


the new one

a new one Bios F.39A
http://ftp.hp.com/pub/softpaq/sp71001-71500/sp71487.exe

question: how to install that?

love to hear from you
do you mean flashing the BIOS and not replacing the chip?

I've always looked for a dos flash then put it on a usb or sd card then flashed it off that.


HP 14-r103ng - Flashbin.exe - DOS utility to update and/or restore BIOS

Update BIOS from DOS
 
Old 01-08-2016, 06:19 AM   #6
sayhello_to_the_world
Member
 
Registered: May 2013
Posts: 229

Original Poster
Rep: Reputation: Disabled
hello dear Ztcoracat, yancek, beachboy, BW-userx;


first of all - many many thanks for all your postings - and the hints. I am happy to see this great great community - allways very supportive.


Ztcoracat - you write:
Quote:
AFAIK you won't be able to install that on a Linux system.
Do you have Windows installed alongside your Open Suse?
...unfortuntly i do not have Windows installed alongside - if all other steps and trials will fail - then i will install Windows. But if i am able to do an BIOS update on the Linux-machine (openSuse) then i would prefer this way.


beachboy2 - you write:
Quote:
Feeling brave or lucky? How to flash your motherboard BIOS from Linux:
http://www.linuxinsight.com/how-to-f...ppy-drive.html
...i will read all your explanations - i will learn and hopefully be able to do the flashing (updating)

BW-userx: you write
Quote:
do you mean flashing the BIOS and not replacing the chip?
I've always looked for a dos flash then put it on a usb or sd card then flashed it off that.
...yes i mean flashing the BIOS - or updating it. From a old version to a new one; from Version F.21 to F.39A


love to hear from you again.;-)

now i try to get it done - and will report all the findings...

Last edited by sayhello_to_the_world; 01-08-2016 at 06:20 AM.
 
Old 01-08-2016, 01:07 PM   #7
/dev/random
Member
 
Registered: Aug 2012
Location: Ontario, Canada
Distribution: Slackware 14.2, LFS-current, NetBSD 6.1.3, OpenIndiana
Posts: 319

Rep: Reputation: 112Reputation: 112
Why not do this,

1) Install wine, .net libs in wine.
2) run the exe, select the last option (copy image files)
3) make a usb bootable drive with a fat32 filesystem on it.
4) place files on the usb drive (key)
5) go in to your bios with it plugged in and select upgrade bios?
 
Old 01-08-2016, 01:34 PM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by sayhello_to_the_world View Post
hello dear linux-experts
run opensuse linux version leap 42.1 on a notebook (HP 14-r103ng) with an old BIOS

Vendor: Insyde
Version: F.21

the new one a new one Bios F.39A
http://ftp.hp.com/pub/softpaq/sp71001-71500/sp71487.exe

question: how to install that?

love to hear from you
As in MANY of your other threads over the years, DID YOU TRY READING THE INSTRUCTIONS??? There is an ENTIRE PAGE of step-by-step instructions on that same HP website, that TELLS YOU how to do this. Since you apparently can't look it up yourself:
http://support.hp.com/us-en/product/...ent/c00042629/

This thread is similar to these, isn't it???
http://www.linuxquestions.org/questi...ly-4175555773/
http://www.linuxquestions.org/questi...db-4175553319/
http://www.linuxquestions.org/questi...ly-4175530008/
http://www.linuxquestions.org/questi...rt-4175526479/
http://www.linuxquestions.org/questi...at-4175529081/

...along with MANY others.
Quote:
Originally Posted by sayhello_to_the_world
first of all - many many thanks for all your postings - and the hints. I am happy to see this great great community - allways very supportive. now i try to get it done - and will report all the findings...
Sorry, just don't believe you, since you've said this MANY times, and haven't as of yet, in many other threads. Just like we always 'convince' you to read documentation, and to follow advice...then you open another thread, asking the same question, indicating you did NOT do or read anything you were given.

At what point are you going to be able to look things up for yourself, and apply things that you've been told? How many years/posts is it going to take?
 
2 members found this post helpful.
Old 01-08-2016, 02:16 PM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by TB0ne View Post
As in MANY of your other threads over the years, DID YOU TRY READING THE INSTRUCTIONS??? There is an ENTIRE PAGE of step-by-step instructions on that same HP website, that TELLS YOU how to do this. Since you apparently can't look it up yourself:
http://support.hp.com/us-en/product/...ent/c00042629/

This thread is similar to these, isn't it???
http://www.linuxquestions.org/questi...ly-4175555773/
http://www.linuxquestions.org/questi...db-4175553319/
http://www.linuxquestions.org/questi...ly-4175530008/
http://www.linuxquestions.org/questi...rt-4175526479/
http://www.linuxquestions.org/questi...at-4175529081/

...along with MANY others.

Sorry, just don't believe you, since you've said this MANY times, and haven't as of yet, in many other threads. Just like we always 'convince' you to read documentation, and to follow advice...then you open another thread, asking the same question, indicating you did NOT do or read anything you were given.

At what point are you going to be able to look things up for yourself, and apply things that you've been told? How many years/posts is it going to take?
some people just need attenton, neglect is abuse too.
 
1 members found this post helpful.
Old 01-08-2016, 02:36 PM   #10
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by BW-userx View Post
some people just need attenton, neglect is abuse too.
There are many places to go for attention...this isn't one of them. Read the "Question Guidelines" link in my posting signature.

If posters aren't going to show ANY effort of their own, ignore advice time and time again, never follow up, etc., then they're not really contributing to the community; they're spammers. If you want to give the poster 'attention', feel free to email the OP, and enjoy.
 
Old 01-08-2016, 02:51 PM   #11
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Mine simply had an .iso, here is a link: http://support.hp.com/us-en/product/...ent/c00042629/

Edit: whoops TB0ne already put it... :redface:

Last edited by jamison20000e; 01-08-2016 at 02:55 PM.
 
2 members found this post helpful.
Old 01-09-2016, 12:13 AM   #12
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
.unfortuntly i do not have Windows installed alongside - if all other steps and trials will fail - then i will install Windows. But if i am able to do an BIOS update on the Linux-machine (openSuse) then i would prefer this way.
I'm not sure if installing Windows is the answer just to flash your BIOS.
-::-It's really best to read the documentation and links that our Guru TB0ne posted for you.-::-

After skimming through the first link that TB0ne posted for you in post #8 it's looking like you will have to install Windows in order to perform a BIOS flash.
Otherwise read the Open Suse link I posted and see if that will work.

That way you will have knowledge to move forward and you'll have less of a chance of surprises along the way.

Make absolutely sure that the BIOS flash/update that you will be doing is exactly for your machine and exact motherboard. Otherwise it a bad BIOS Flash could render you machine to a non-operative state.

Last edited by Ztcoracat; 01-09-2016 at 12:26 AM.
 
2 members found this post helpful.
Old 01-09-2016, 12:17 AM   #13
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
You might want to read this as well.
https://en.opensuse.org/SDB:How_update_your_bios
 
1 members found this post helpful.
Old 01-09-2016, 12:20 AM   #14
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
If posters aren't going to show ANY effort of their own, ignore advice time and time again, never follow up, etc., then they're not really contributing to the community; they're spammers.
You won't get any friction from me on that TB0ne; I completely agree.
 
1 members found this post helpful.
Old 01-09-2016, 02:51 AM   #15
floppy_stuttgart
Senior Member
 
Registered: Nov 2010
Location: EU mainland
Distribution: Debian like
Posts: 1,153
Blog Entries: 5

Rep: Reputation: 107Reputation: 107
My personal experience.
So far I remember, I updated a BIOS 2 Times the last 5 years via http://www.biosflash.de/bios-update-anleitung.htm
a) first time I ordered a new flashed chip (my AMD K6-III box)
b) second time I got a burned CD with a programm to load automatically the bios at start (my HP7100)
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
replace bios? cliff1m Linux - Newbie 24 08-22-2014 05:46 PM
Problems with notebook Toshiba Satellite L300 with InsydeH2O BIOS sivlad7ax Linux - Laptop and Netbook 3 05-12-2009 11:33 PM
Need a utility decompress and recompress Phoenix BIOS on HP notebook. r00tb33r Linux - Hardware 25 08-05-2008 02:36 PM
System on chip to replace notebook motherboard psychicist Linux - Embedded & Single-board computer 0 10-20-2007 07:54 AM
Question about bios notebook model jamaso Linux - Laptop and Netbook 1 05-22-2004 03:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration