github MacRimi/ProxMenux v1.1.4

latest release: v1.1.5
28 days ago

ProxMenux logo 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 traditional sources.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:

  1. Post-Install Settings for Proxmox
  2. Help and Info Commands
  3. Hardware: GPU and Coral TPU Tools
  4. Create VMs from Templates or Scripts
  5. Disk and Storage Manager
  6. Essential Proxmox VE Helper Scripts
  7. Network Tools and Tweaks
  8. 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 ๐Ÿ™Œ

Don't miss a new ProxMenux release

NewReleases is sending notifications on new releases.