mirror of
https://github.com/VFrontDe-Org/ESXi-Customizer-PS.git
synced 2026-04-26 07:56:00 +03:00
[GH-ISSUE #80] Can the Image profile name be edited/changed before & after install? #58
Labels
No labels
bug
duplicate
duplicate
enhancement
fix in-progress
invalid
need more info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ESXi-Customizer-PS#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SemoTech on GitHub (Mar 18, 2025).
Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/80
SOLVED on 04/16/2025: I figured out how to create a new image profile with the details I want when running the ESXi-Customizer script, the option was in there all along. I am all set!
Once the ESXi-Customizer is used to create a custom ISO, it renames the "Image profile" name in the Host Web Interface under the [Configuration] section of the ESXi Host.
How /where can this name be edited?
I am including a screenshot of the ESXi Host Web Client interface, with the highlighted section for reference...
Thank you.
@ihumster commented on GitHub (Mar 18, 2025):
Save Image as bundle (
-izipswitch) and Use PowerCLI.@SemoTech commented on GitHub (Mar 18, 2025):
Thanks @ihumster , I am using PowerCLI Core v13.3.0.24145081 on MacOS, are you sure the -izip switch works?
Also, any way to just modify the standard ESXi-Customizer-PS.ps1 script to add the
$image.Name="Custom Image Name)"as a single step?Lastly, once installed, where in BOOTBANK1 or BOOTBANK2 is that image name saved, do you know?
Thanks in advance!
@SemoTech commented on GitHub (Apr 14, 2025):
Looks like I found the folder containing the Profile file which contains the text I had highlighted and was looking for:
/var/db/esximg/profiles/%28Updated%29%20ESXi-8.0U3e-24674464-standard8006202331866643922
Unfortunately the profile file is read only (444) and chmod 644 fails even as root! Any idea how to chmod 644 successfully so it can be edited with vi?
@SemoTech commented on GitHub (Apr 16, 2025):
I figured out how to create a new image profile with the details I want when running the ESXi-Customizer script, the option was in there all along. I am all set!