pve-edge-kernel VS pve-nag-buster

Compare pve-edge-kernel vs pve-nag-buster and see what are their differences.

pve-edge-kernel

Newer Linux kernels for Proxmox VE 7 (by fabianishere)

pve-nag-buster

Persistent license nag removal for Proxmox VE 5.x+ (by foundObjects)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pve-edge-kernel pve-nag-buster
11 9
374 679
- -
1.4 0.0
7 months ago 8 months ago
Shell Shell
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pve-edge-kernel

Posts with mentions or reviews of pve-edge-kernel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-09.
  • Proxmox Edge Kernel?
    1 project | /r/Proxmox | 11 Apr 2023
    Do note that the edge kernel is currently at version 6.0.19, which is behind the current official opt in 6.2 kernel from proxmox. So just use that until the edge kernel updates to a version where you actually want/need something.
  • Issues with 23.X branch
    1 project | /r/opnsense | 27 Mar 2023
    I had issue after updating OPN 23.1.2 to 23.1.4, VM crashed every 24H without anything in syslog, after hours of research, I upgraded my kernel using this link since then no crash. (4 days uptime)
  • VMs keep freezing
    1 project | /r/Proxmox | 25 Sep 2022
    Looks like Fabian over at Proxmox is actively looking into this, and fix is in form of Kernel updates, so the good news is this is definitely not a hardware related.
  • VMs kernel panicing
    1 project | /r/Proxmox | 14 Sep 2022
    Some have been using Intel Celeron N5105 Processor boxes for Home Assistant OS VM's and have encountered the same issue. They switched to the PVE Edge Kernel and has seemed to solve their issue. Worth a try.
  • How to disable "simplefb" for GPU passthrough with Proxmox 7.2 (5.15 kernel)?
    1 project | /r/Proxmox | 10 Jul 2022
    Currently I'm using the edge-kernels and haven't had any issues doing things the classic way, after initially hitting the issue with the 5.15 kernel that you and others had.
  • I5-12600K iGPU passthrough on Unprivileged LXC
    2 projects | /r/Proxmox | 9 Jul 2022
  • Has anyone tried 5.12 mainline kernel?
    1 project | /r/Proxmox | 26 Apr 2021
    I'm currently on PVE edge kernel from https://github.com/fabianishere/pve-edge-kernel as I need the Realtek 2.5Gbe support. I don't use ZFS but I do rely heavily on LXC, am I right to assume the 5.12 mainline kernel works with PVE 6.3?
  • PVE Edge Kernel
    1 project | /r/Proxmox | 28 Mar 2021
    Anyone here running the PVE edge kernel at https://github.com/fabianishere/pve-edge-kernel?
  • Installing on new Intel NUC 11 (PAHi7)?
    1 project | /r/Proxmox | 13 Mar 2021
    To fix all of this you need to upgrade the kernel. You can either compile your own, or ideally, just get one from here: https://github.com/fabianishere/pve-edge-kernel
  • No network for guest VM
    1 project | /r/Proxmox | 21 Feb 2021
    I'm very sure that specific Intel NIC is the issue. There's been a few people with the same problem, so please read this forum thread before buying a new NIC. Basically, installing newer kernel fixes the issue, so i suggest trying this kernel to save time, rather than compiling it yourself. Download all the package for your architecture, then use dpkg or apt to install. Reboot and choose the new kernel and good luck.

pve-nag-buster

Posts with mentions or reviews of pve-nag-buster. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-27.
  • [Proxmox] Suppression de l’avis d’abonnement ProxMox
    1 project | /r/enfrancais | 19 Feb 2023
  • Upgrading Proxmox from 7.2 to 7.3
    1 project | /r/Proxmox | 23 Nov 2022
    This is a handy patch to install on your proxmox. https://github.com/foundObjects/pve-nag-buster
  • in the quest for a hypervisor
    1 project | /r/selfhosted | 25 Sep 2022
    try https://github.com/foundObjects/pve-nag-buster
  • With the latest news about VMWare, I guess it's time to be testing alternatives.
    5 projects | /r/homelab | 27 May 2022
  • How is a subscription affordable to a homelab user? Am I missing something?
    1 project | /r/Proxmox | 18 May 2022
    It’s per socket, Proxmox is probably the last company not to charge per core. Per socket is quite cheap for home labs. I have a Threadripper 1920X 12 core 24 threads system fully licensed. I do have some other systems which are not licensed but they get reimagined so often that there is no point in that. Support Proxmox and if you really hate the nag banner use https://github.com/foundObjects/pve-nag-buster
  • Removing ProxMox Subscription Notice
    3 projects | /r/Proxmox | 17 Mar 2022
    #!/bin/sh # # pve-nag-buster.sh (v04) https://github.com/foundObjects/pve-nag-buster # Copyright (C) 2019 /u/seaQueue (reddit.com/u/seaQueue) # # Removes Proxmox VE 6.x+ license nags automatically after updates # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. NAGTOKEN="data.status.toLowerCase() !== 'active'" NAGFILE="/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js" SCRIPT="$(basename "$0")" # disable license nag: https://johnscs.com/remove-proxmox51-subscription-notice/ if grep -qs "$NAGTOKEN" "$NAGFILE" > /dev/null 2>&1; then echo "$SCRIPT: Removing Nag ..." sed -i.orig "s/$NAGTOKEN/false/g" "$NAGFILE" systemctl restart pveproxy.service fi # disable paid repo list PAID_BASE="/etc/apt/sources.list.d/pve-enterprise" if [ -f "$PAID_BASE.list" ]; then echo "$SCRIPT: Disabling PVE paid repo list ..." mv -f "$PAID_BASE.list" "$PAID_BASE.disabled" fi
  • Nag screen removal violates terms of agreement
    1 project | /r/Proxmox | 17 Feb 2022
  • Proxmox No Subscription edition
    2 projects | /r/Proxmox | 4 Feb 2022
    This'll get rid of the login message: https://github.com/foundObjects/pve-nag-buster

What are some alternatives?

When comparing pve-edge-kernel and pve-nag-buster you can also consider the following projects:

proxmox-tools - 📦 A collection of stuff that I and others wrote for Proxmox 📦

build - Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf

proxmox_toolbox - A toolbox to get the firsts configurations of Proxmox VE / BS done in no time

pimox7 - Proxmox V7 for Raspberry Pi

pve-fake-subscription - Disables the "No valid subscription" dialog on all Proxmox products.

bleeding-edge-ranciliopid - open-source do-it-yourself modification (PID, ...) of your espresso machine for a better tasting espresso.

Proxmox-Arm64 - Proxmox VE & PBS unofficial arm64 version

mbp-fedora

pve-iso-2-pxe - Create PXE bootable Proxmox installation

SkiffOS - Any Linux distribution, anywhere.