The H2OLRT (Logo Replacement Tool) generates a BIOS file that contains the desired Boot Logo instead of the TQ Logo.
| 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 |
1. Unzip BIOS-Tools ZIP file and copy the following to the USB stick:
<USB-Stick>
|--- H2OLRT-Sx64.efi
|--- TQMxXXX.11.22.33.44.55.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:TQMxXXX.11.22.33.44.55.bin -logopath:Logo.bmp -logoindex:LOGO_INDEX -logoconvert:0 -out:TQMxXXX.11.22.33.44.55_with_Logo.bin
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:TQMxXXX.11.22.33.44.55.bin -logopath:Logo.bmp -logoindex:LOGO_INDEX -logoconvert:0 -out:TQMxXXX.11.22.33.44.55_with_Logo.bin