What is the type of OEM bios logo *.bmp?

Only for programmers and BIOS gurus with technical questions.
Post Reply
DHT
BIOS Newbie
Posts: 17
Joined: Wed Apr 17, 2002 4:46 pm

When I extracted OEM bios logo with default extention .bmp I could not view it (it is not a bmp type). What type is it and how to change/view it?
soupy
Absentee administrator
Posts: 1086
Joined: Thu Mar 21, 2002 1:06 am
Location: Ontario, Canada
Contact:

Try an EPA to BMP converter program.
Flash your BIOS at your own risk.
Rainbow
The UniFlasher
Posts: 3122
Joined: Wed Mar 20, 2002 4:16 pm
Location: Slovakia
Contact:

Rename the .BMP file to .EPA. Get EPACoder to convert between EPA files (two versions) and real BMP. http://www.biosmods.com/download.php
Patched and tested BIOSes are at http://wims.rainbow-software.org
UniFlash - Flash anything anywhere
tomuf
BIOS Newbie
Posts: 18
Joined: Fri Aug 16, 2002 3:35 pm
Contact:

I think that 256 color logos are saved as normal BMP with 2 differences: first 2 bytes are 00,00 instead of 'BM' and order of lines / columns (one of them) is inverse... So edit the first 2 bytes with some hex editor and flip the image in Photoshop. 16 color logos are stored in different format (AWBM) and utility must be used to convert it.
DHT
BIOS Newbie
Posts: 17
Joined: Wed Apr 17, 2002 4:46 pm

I already tried to rename it to .epa but the picture chagned to an unrecornizable mess in EPAcoder.
I think Tomuf's comment makes sense.
How to convert to AWBM format and vice versa?
tomuf
BIOS Newbie
Posts: 18
Joined: Fri Aug 16, 2002 3:35 pm
Contact:

Maybe you can try to look if there isn't any program that converts AWBM to BMP. There is a description of AWBM format somewhere on the internet. Some people call it EPA version 2.0... There should be something like AWBMREAD which accepts only files with EPA extension, so maybe Rainbow was right that you must rename it. If it is 256 color LOGO just change it to BM and flip it and your're ready.
DHT
BIOS Newbie
Posts: 17
Joined: Wed Apr 17, 2002 4:46 pm

Yes, Rainbow is right.
I managed to load into EPAcoder only small 16color logos.
I could not load big (301Kb bmp) logo into EPAcoder after renaming it from .bmp to .epa
I could not follow Tomuf's advice: changing only 'BM" did not help.
Rainbow, do you have any advice on how to load big logos into EPAcoder?
tomuf
BIOS Newbie
Posts: 18
Joined: Fri Aug 16, 2002 3:35 pm
Contact:

can you send me that file ?
DHT
BIOS Newbie
Posts: 17
Joined: Wed Apr 17, 2002 4:46 pm

The file has already been sent to you
soupy
Absentee administrator
Posts: 1086
Joined: Thu Mar 21, 2002 1:06 am
Location: Ontario, Canada
Contact:

DHT wrote:Yes, Rainbow is right.
I managed to load into EPAcoder only small 16color logos.
I could not load big (301Kb bmp) logo into EPAcoder after renaming it from .bmp to .epa
I could not follow Tomuf's advice: changing only 'BM" did not help.
Rainbow, do you have any advice on how to load big logos into EPAcoder?
How are you going to fit 300KB into a BIOS?
Flash your BIOS at your own risk.
DHT
BIOS Newbie
Posts: 17
Joined: Wed Apr 17, 2002 4:46 pm

Good question.
The extracted logo from original 228kb bios is 301kb. Strange? Maybe the logo was compressed into the bios. As I said before, I could not load the logo into the EPAcoder.
Compaq DeskproSB has 512kb bios, and the 16-color compaq.bmp logo is 146kb.
Anyone can help me how to deal with large bios logo?
tomuf
BIOS Newbie
Posts: 18
Joined: Fri Aug 16, 2002 3:35 pm
Contact:

Sorry for not answering you, I've been out for 3 days. The file you sent me is AWBM format, which can't be 'converted' to BMP just by editing it - you must use some utility. If there isn't any, I'll try to write one when I have time... But try looking for some utility that converts EPA logo ver 2. (AWBM) you sent me to plain BMP.
DHT
BIOS Newbie
Posts: 17
Joined: Wed Apr 17, 2002 4:46 pm

I could view it with Awbmread.exe in DOS mode, but could not convert it into bmp
Post Reply