PVE Kernel Clean | scripts-underground PVE Kernel Clean | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

PVE Kernel Clean

REPO_BASE=https://raw.githubusercontent.com/scripts-underground/proxmox/main bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/pve/kernel-clean.sh)"

PVE Kernel Clean

Remove old Proxmox VE kernels to free up disk space, especially on small /boot/efi partitions.

Notes

  • Detects current kernel and lists removable kernels
  • Select kernels to remove interactively
  • Runs update-grub after cleanup
Copied!