Skip to content

Instantly share code, notes, and snippets.

@fredguth
Last active October 5, 2022 15:07
Show Gist options
  • Save fredguth/5dc818d75fb154b4311815457ccb0436 to your computer and use it in GitHub Desktop.
Save fredguth/5dc818d75fb154b4311815457ccb0436 to your computer and use it in GitHub Desktop.
## login
get address in terminal and open in browser
## source lists
rm /etc/apt/sources.list.d/pve-enterprise.list
root@pve:/etc/apt/sources.list.d# nano pve-no-subscription.list
---------------------
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
/etc/apt/sources.list
---------------------
deb http://ftp.br.debian.org/debian bullseye main contrib non-free
deb http://ftp.br.debian.org/debian bullseye-updates main contrib non-free
# security updates
deb http://security.debian.org bullseye-security main contrib non-free
---------------------EOF
apt-get update
apt-get install intel-microcode iucode-tool
#remove nag
sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
@fredguth
Copy link
Author

wiping old pve install in another drive:
udevadm trigger /dev/sda
wipefs -fa /dev/sda
udevadm settle
reboot

@fredguth
Copy link
Author

fredguth commented Oct 5, 2022

If can't find proxmox in the address:

  • you may have changed the local lan and the ip address is fixed in /etc/hosts and /etc/network/interfaces
    • check your router config to see where the proxmox server is in your network, ex: 192.168.15.32 and change the hosts and interfaces files

@fredguth
Copy link
Author

fredguth commented Oct 5, 2022

change /etc/resolv.conf dns config -> point to router

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment