Aptio 4 BIOS Firmware Based on the UEFI Specification Aptio® represents AMI's first evolution from Legacy BIOS firmware solutions, based on the UEFI Specifications and the Intel® Platform Innovation Framework for EFI. AMIUCP is a utility that is used to pre-configure the Aptio Flash Utility (AFU). Users can insert and exchange the default command string and ROM image used in award flash, ami phlash, phoenix flash, uniflash, bios utils, bios utilities, bios flash procedures. I want to replace the logo of my motherboard with a custom one, but have not had any luck so far (tried a lot of tools, googled, read a lot instructions). The motherboard is an Asrock E350M1/USB3, it has an AMI UEFI Aptio Bios. I can use MMTool for Aptio to load the rom, but there is no OEMLOGO in there.
Dear Experts,Follow the steps below to create and update the custom logo into the Intel® BIOS:
Create a temporary folder on your hard drive.
Download the LOGOTOOLS.ZIP file. Put the file in the temporary folder.
Get the BIOS files from respective Software Update Package or BIOS zip file and copy to the temporary folder. The following files must be included:
Create the bootable floppy.
From the temporary folder created in step 1, copy AFUDOS.EXE to the floppy disk.
In the temporary folder created in step 1, extract the files in LOGOTOOLS.ZIP.
Copy lha.exe to the floppy disk.
Copy the custom bitmap file you created into the temporary folder that contains OEMLOGOD.EXE.
From the Windows Taskbar, select Start / Run. Type cmd and press <Enter> to open a DOS window.
Change directories to the temporary folder in which you placed the files.
Run the following command:
OEMLOGOD <RomFileName>.rom <NewOEMImageFileName> [/options]
Where:
Use the following command to compress your custom ROM image file:
lha a <RomFileName>.LZH <RomFileName>.rom
Where:
- <RomFileName>.LZH is the LZH file that will be created. This file is the
same RomFileName used in step 12, but with an extension of .LZH.
- <RomFileName>.rom is the RomFileName used in step 12.
Example command: lha a sxxxxxxx.LZH sxxxxxxx.rom
Copy the new <RomFileName>.LZH file to the floppy disk.
Create/Edit the file install.bat on the floppy disk to replace the contents with the following lines:
@echo Please wait while files are copied to RAMdrive...
@copy a:COMMAND.COM . /y >nul:
@echo Copying AFUDOS.EXE to RAMdrive...
@copy a:AFUDOS.EXE . /y >nul:
@echo Copying LHA.EXE to RAMdrive...
@copy a:LHA.EXE . /y >nul:
@echo Copying BIOS Image to RAMdrive...
@copy a:sxxxxxxx.LZH . /y >nul:
@echo Building 2M BIOS Image...
@lha e rom_image_file.LZH
@echo Flash BIOS Image...
@Echo Flash Main BIOS & Boot Block
@AFUDOS /isxxxxxxx.rom /pb /n /c1
@set comspec=%RAMDRIVE%command.com
Refer to the white paper below for general instruction on how to update the custom logo into the Intel® BIOS.
White Paper for Adding OEM logo to Intel® Server BIOS based on Intel® Server Chipsets (PDF)
File name: White_paper_OEMlogo_Rev1 5.pdf
Size: 197 KB
Date: December 2005
File revision: 1.5