H2OLRT™ (Logo Replacement Tool)
The H2OLRT (Logo Replacement Tool) generates a BIOS file that contains the desired Boot Logo instead of the TQ Logo.
Supported Operating Systems
- EFI Shell
- DOS
Supported logo formats
- JPEG
- PCX
- TGA
- BMP
- GIF
Arguments description
Variable | Description |
---|---|
<SrcBIOSImageName> | BIOS file in which the logo should be replaced |
<LogoImagePathName> | Path and name of the replacement picture |
<IndexNum> | Default index, where the picture must be stored. MOD_NAME = LOGO_INDEX |
<ConvertNum> | 0 = keep original image's format and dimension. 1 [default] = auto convert the image's format and dimension. |
<OutBIOSImageName> | path and name of the generated BIOS file |
Replace Logo
Flash UEFI Firmware using the EFI Shell
1. Unzip BIOS-Tools ZIP file and copy the following to the USB stick:
<USB-Stick> |--- H2OLRT-Sx64.efi |--- <label bios_image_name>BIOS_IMAGE_NAME</label>_<label bios_image_version>BIOS_IMAGE_VERSION</label>.bin |--- Logo.bmp
2. Insert the prepared USB Stick to a Starterkit USB port
3. Boot up the system and navigate into the EFI Shell (Boot Manager > Internal EFI Shell)
4. After starting the EFI Shell switch path to the USB stick by typing fs0:
.This depends on the amount of conected mass storage devices; with command ls
you can check the content of the path.
5. The following command examples shows how to use the H2OLRT Tool.
Shell> H2OLRT-Sx64.efi -replogo:<label bios_image_name>BIOS_IMAGE_NAME</label>_<label bios_image_version>BIOS_IMAGE_VERSION</label>.bin -logopath:Logo.bmp -logoindex:<label bios_logo_index>LOGO_INDEX</label> -logoconvert:0 -out:<label bios_image_name>BIOS_IMAGE_NAME</label>_<label bios_image_version>BIOS_IMAGE_VERSION</label>_with_Logo.bin
Flash UEFI Firmware using Windows
1. Boot up the system and run Command Prompt as administrator
2. Switch path to the InsydeH2OLRT_x86_DOS_* folder.
3. The following command examples shows how to use the H2OLRT Tool
> H2OLRT-D.exe -replogo:<label bios_image_name>BIOS_IMAGE_NAME</label>_<label bios_image_version>BIOS_IMAGE_VERSION</label>.bin -logopath:Logo.bmp -logoindex:<label bios_logo_index>LOGO_INDEX</label> -logoconvert:0 -out:<label bios_image_name>BIOS_IMAGE_NAME</label>_<label bios_image_version>BIOS_IMAGE_VERSION</label>_with_Logo.bin