[NUC] How to Customize the Splash Screen Image on NUC with Aptio V BIOS
Resolution
You can change the splash screen to the image of your choice by using iCHLogo and iFlashV tools. To do that you need to create .cap BIOS file using iCHLogo and then update target system BIOS using iFlashV tool.
Note |
|
- Download and unzip iChLogo.zip.
- Ensure that your logo file meets the below requirements:
File type | Notes |
.BMP |
|
.JPG |
|
.PNG |
|
- Copy the logo file you just created to the corresponding folder:
- If you're using a 32-bit Operating system, copy the file to: \iChLogo\iChLogoWin\Ia32
- If you're using a 64-bit Operating system, copy the file to: \iChLogo\iChLogoLnx\X64
- Download the .cap BIOS file that you want to customize, from download center, and copy it to the corresponding folder:
- If you're using a 32-bit Operating system, copy the file to: \iChLogo\iChLogoWin\Ia32
- If you're using a 64-bit Operating system, copy the file to: \iChLogo\iChLogoLnx\X64
Example folder structure for the NUC 10 Performance kit -- NUC10i5FNK and Windows 10, 64-bit.
- Open an elevated command prompt and navigate to the folder. To open the elevated command prompt:
- Press the Windows key.
- In the search box, type cmd.
- Right-click the Command Prompt App and choose Run as Administrator.
- Click Yes to run the Windows Command Prompt as Administrator.
- Run the following command: iChLogo /i <name of your input .cap file> /o <name of your output .cap file> /r <name of your logo file> /f
This command will generate a new capsule file (.cap file) with your custom logo. Once the new capsule file has been generated, you need to update the BIOS on a target system for the change to take effect. - Download and unzip iFlashV.zip on your target machine.
- Copy the capsule file you just created to the corresponding folder, for example: \iFlashV\iFlashVWin\X64\
- Open the elevated command prompt and navigate to the folder referenced above
- Run iFlashV <outCapsuleFile> /k1 (This will update the splash screen to the new image without flashing the BIOS).
- Reboot and you will see updated BIOS splash screen.