I don't understand why this was asked in this thread (and the PVE thread).
Wouldn't this be better suited for Microsoft?
The EFI update won't affect updates until May 2026.
I'm trying to setup VLANs on proxmox, and many tutorials start by creating a management VLAN.
My default interface is:
auto vmbr0
iface vmbr0 inet static
address 192.168.50.50/24
gateway 192.168.50.1
bridge-ports eno1
bridge-stp...
Nothing wrong with passthrough to a VM ;) As said if you happen to run docker containers this is best practice anyhow. If you want to also use something like Immich (which also profits from a GPU but is only available as docker image) this is...
The Wiki gives you keys heh, use a debian live CD or a rescue shell.. you can try efibootmgr -n 0000 to avoid the 0003 entry that is probably unhappy. If that works, well, set the boot order to start with the proxmox entry.
If it fails, mount...
This would work if I understand the documentation section correctly:
So you can loose one HDD or one SSD and your pool will still be ok (although you should replace the failed disc as soon as possible) , if I didn't miss something.
we are using unattended upgrades with enterprise repositories for years without problems.
with community repos we are doing manual upgrades, but never had problems either to be fair.
No - the result you've shown is exactly this: two mirrors, striped :-)
No, that's not possible. You will have to create a new pool with a single mirror first. (Well, technically a single drive is enough - you can add a second drive to create the...
Hi there. First of all, removed the entries from the blacklist...
Then i went through the bios to see if there was any settings i could see that would slow it down....i changed a few things (one was the post bios time changed from 5 to 10...
@ephoenix , this is not what I advised. As I wrote:
you should execute tcpdump in various network nodes / devices in the network path. You mentioned there are more nodes in the network, like Pfsense firewall.
We don't know which packets are...
No - the result you've shown is exactly this: two mirrors, striped :-)
No, that's not possible. You will have to create a new pool with a single mirror first. (Well, technically a single drive is enough - you can add a second drive to create the...
Answering both @fiona and @uzumo
The windows update cumulative security package. Tried 2025-10, 2025-11, 2025-12, 2026-01 and 2026-02. They all fail with the error code 0x800f0922 and windows does its typically revert of the update.
Running...
Heya!
Today I noticed that after I migrated from PVE 8.x to 9.x a while ago (following the docs to the best of my ability), my kernel was still outdated. I wanted to fix that now by using "apt dist-upgrade", but after that my PVE didn't boot...
I'm having an issue with SR-IOV and the 6.17.9-1 kernel. This issue is not present in 6.17.4-2. I've attached dmesg output showing initialization and VF setup (success on 6.17.4 and failure on 6.17.9) for my Arc Pro B50, as well as lspci...
Zu den lxc-Problem, was Falk erwähnt hat: Sowas steht normalerweise in den Release-Notes einer neuen Version. Grundsätzlich würde ich aber nicht erwarten, dass ältere Container reibungslos funktionieren.
Zu virtuellen Maschinen: Die disk-Images...
Was für ein Backup meinst du?
Wenn du ein Backup einer VM machst kannst du das auf jedem beliebigen Hypervisor mit jeder beliebigen Version einspielen.
Bei LXC Containern sieht das etwas anders aus, da der LXC den Hostkernel benutzt. Da kann man...
So I assume you are talking about a Proxmox VE system? I'm asking since you opened this thread in the "Proxmox Datacenter Manager" subforum.
On Proxmox VE, the way to go is to ensure that ZED sends emails to the 'root' user, so the ZED config...
On each proxmox node I have a physical interface dedicated to a function, a total of 4:
- First interface. proxmox web management.
- Second interface. Virtual machines.
- Third interface. EVPN
- Fourth interface. Corosync
In the proxmox1 node...