Last active
October 5, 2022 15:07
-
-
Save fredguth/5dc818d75fb154b4311815457ccb0436 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 |
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
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
wiping old pve install in another drive:
udevadm trigger /dev/sda
wipefs -fa /dev/sda
udevadm settle
reboot