How to change the Proxmox logo at VM Bootup?

Feb 2, 2022
7
0
1
25
Greetings Friends,

I want to change the Proxmox logo at VM boot-up. (Since I provide VMs to customers and I don't want my users to know about my underlaying infrastructure.) In my research I found out that it is embedded in the UEFI Firmware File that Proxmox uses. But I could not find any instructions to compile pve-edk2-firmware from source with the said modification.

Any help would be appreciated.
 
Hi,
I don't want my users to know about my underlaying infrastructure
The virtualization in use will always be detected by kernels, dmidecode et. all.

But I could not find any instructions to compile pve-edk2-firmware from source with the said modification.
https://pve.proxmox.com/wiki/Developer_Documentation
https://git.proxmox.com/?p=pve-comm...bcf17474b2fe67b8258b9f30c221d388c38e2;hb=HEAD

Ensure that you uphold the open source licenses of the projects you're redistributing as, by you, modified version.

Yeah, bumping threads that are mere hours old will really not help anybody, please stop that!
 
Since I provide VMs to customers and I don't want my users to know about my underlaying infrastructure.
Our software is licensed as AGPLv3, so you need to tell your users what software it is, and provide a download option:

Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge,
See: https://www.gnu.org/licenses/agpl-3.0.html