Replace ISO boot menu background

  • 1. Background

This feature is just for fun :)

Ventoy has provided Boot Conf Replace Plugin to dynamically replace boot configuration file in ISO.
Normally it is used to replace for example grub.cfg, but we can also use it to replace boot menu background picture.

  • 2. Usage

Set the ventoy.json according to Boot Conf Replace Plugin. For example:

{
    "conf_replace": [
        {
            "iso": "/Arch/archlinux-2021.05.01-x86_64.iso",
            "org": "/syslinux/splash.png",
            "new": "/linux.png"
        }
    ]
}
  • 3. Screenshot

Original Style:


After replace: