altering bios

BIOS Questions that don't belong in the other forums. Read them!
Post Reply
spyke01
New visitors - please read the rules.
Posts: 5
Joined: Tue Sep 27, 2005 1:57 am

is it possible to alter the code of the bios so that on post along with the text that says "press del to enter setup" it can say press f2 to redo hard drive" and have it run a bat command?
KachiWachi
The New Guy
Posts: 1451
Joined: Fri Mar 29, 2002 10:32 pm
Location: Pennsylvania, USA

If you know how to write code, and there is room in the BIOS file, you can do almost anything (I guess).

Why would you want to add this command?
spyke01
New visitors - please read the rules.
Posts: 5
Joined: Tue Sep 27, 2005 1:57 am

the company i work for wants to alter the bios to allow customers to press a button and recover their entire drive, how would i go about decompressing and decrypting the bios?
KachiWachi
The New Guy
Posts: 1451
Joined: Fri Mar 29, 2002 10:32 pm
Location: Pennsylvania, USA

Where would this "batch command" be located?
spyke01
New visitors - please read the rules.
Posts: 5
Joined: Tue Sep 27, 2005 1:57 am

like c:\restore.bat

which would hold
echo y | format c:
copy *.* d: c:
KachiWachi
The New Guy
Posts: 1451
Joined: Fri Mar 29, 2002 10:32 pm
Location: Pennsylvania, USA

Why not just do that as a "menu" command after POST?
spyke01
New visitors - please read the rules.
Posts: 5
Joined: Tue Sep 27, 2005 1:57 am

how would i go about doing that?
NickS
BIOS Bodhisattva
Posts: 3145
Joined: Fri May 03, 2002 10:34 am
Location: Thames Valley, UK

Tested patched BIOSes. Untested patched BIOSes.
Emails *will* be ignored unless the subject line starts "Wim's BIOS forum"
KachiWachi
The New Guy
Posts: 1451
Joined: Fri Mar 29, 2002 10:32 pm
Location: Pennsylvania, USA

Nice link NickS! ;)
spyke01
New visitors - please read the rules.
Posts: 5
Joined: Tue Sep 27, 2005 1:57 am

ok, thanx alot ^^
Post Reply