ProxMenux v1.1.4
This version focuses on full compatibility with Proxmox VE 9, ensuring that key functionalities like repository setup, remain functional in the new system.
๐ง Main changes in v1.1.4
๐ Proxmox 9 compatibility
-
Repository Setup Updated
ProxMenux now detects whether the system uses traditionalsources.list
or the new.sources
format introduced in Proxmox 9 โ and configures the repositories accordingly. -
Optional Banner Removal for Proxmox 9
The subscription banner patch is now available for Proxmox 9 if the user chooses to apply it.
โ๏ธ Behavior Improvements
-
Improved Disk Passthrough for LXC
Now uses persistent UUID paths to ensure correct disk assignment even if device order (/dev/sdX
) changes after hardware modifications.PERSISTENT_DISK=$(get_persistent_path "$DISK") if [[ "$PERSISTENT_DISK" != "$DISK" ]] ...
-
More Robust Utility Installer
Now validates APT sources before trying to install selected tools.
If none exist (e.g., after fresh install), the default repository entries will be automatically added. -
Better IOMMU Handling with ZFS
Detects existing kernel parameters in/etc/kernel/cmdline
to avoid duplicating values when enabling IOMMU on ZFS-based systems. -
Conflict Detection with xshok-proxmox
Now detects if the xshok-proxmox post-install script was previously executed and alerts the user to avoid potential conflicts.
๐งน Minor Fixes
- Minor performance optimizations
- Code cleanup across multiple modules
๐ฆ Current project structure
The project is organized into modular, interactive menus designed for managing and customizing a Proxmox VE system:
- Post-Install Settings for Proxmox
- Help and Info Commands
- Hardware: GPU and Coral TPU Tools
- Create VMs from Templates or Scripts
- Disk and Storage Manager
- Essential Proxmox VE Helper Scripts
- Network Tools and Tweaks
- System Settings and Optimization
The project is based on interactive menus, with multilingual support and a modular architecture.
Thank you for using ProxMenux!
Feel free to report issues or suggest improvements โ all contributions are welcome ๐