So first, I did this myself. I had both my production and test proxmox server open trough GUI and trough ssh. I did some testing to add a NFS share and unfortunately entered all commands in my production install instead of my test install. very stupid I know.
The production was still on Proxmox 6.7.X (I think)
Test is on 7.4.16
now my production version is not accessible even when directly accessing trough screen keyboard and mouse.
I get the login screen but when I enter the username root, I get "login Incorrect".
Any tips to trouble shoot? I have VM backups from this night so I could reinstall proxmox, but I rather try to fix this if possible, even just to look at some settings to prepare for a new install.
Edit: These are the lasts commands I did:
I changed /etc/apt/sources.list to:
https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_package_repositories
And then I run:
https://forum.proxmox.com/threads/could-not-mount-nfs-storage.102042/post-439864
Edit2:
I did do a 'apt update && upgrade -y' after sources.list edit.
The production was still on Proxmox 6.7.X (I think)
Test is on 7.4.16
now my production version is not accessible even when directly accessing trough screen keyboard and mouse.
I get the login screen but when I enter the username root, I get "login Incorrect".
Any tips to trouble shoot? I have VM backups from this night so I could reinstall proxmox, but I rather try to fix this if possible, even just to look at some settings to prepare for a new install.
Edit: These are the lasts commands I did:
I changed /etc/apt/sources.list to:
Code:
deb http://ftp.debian.org/debian bookworm main contrib[/HEADING]
[HEADING=3]deb http://ftp.debian.org/debian bookworm-updates main contrib[/HEADING]
[HEADING=3][/HEADING]
[HEADING=3]# Proxmox VE pve-no-subscription repository provided by proxmox.com,[/HEADING]
[HEADING=3]# NOT recommended for production use[/HEADING]
[HEADING=3]deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription[/HEADING]
[HEADING=3][/HEADING]
[HEADING=3]# security updates[/HEADING]
[HEADING=3]deb http://security.debian.org/debian-security bookworm-security main contrib
https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_package_repositories
Code:
deb http://ftp.debian.org/debian bookworm main contrib[/HEADING]
[HEADING=3]deb http://ftp.debian.org/debian bookworm-updates main contrib[/HEADING]
[HEADING=3][/HEADING]
[HEADING=3]# Proxmox VE pve-no-subscription repository provided by proxmox.com,[/HEADING]
[HEADING=3]# NOT recommended for production use[/HEADING]
[HEADING=3]deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription[/HEADING]
[HEADING=3][/HEADING]
[HEADING=3]# security updates[/HEADING]
[HEADING=3]deb http://security.debian.org/debian-security bookworm-security main contrib
And then I run:
Code:
`update-initramfs`
`proxmox-boot-tool refresh`
`update-grub`
and rebooting
https://forum.proxmox.com/threads/could-not-mount-nfs-storage.102042/post-439864
Edit2:
I did do a 'apt update && upgrade -y' after sources.list edit.
Last edited: