Hello
We have been working with OVH servers and proxmox for years , we are migrating to PVE8 so we bought 3 servers with the same configuration SYS-6-SSD-128
As pve8 template is not available in ovh we installed with quemu
qemu-system-x86_64 \
-enable-kvm \
-nodefaults \
-cdrom /root/proxmox-ve_8.2-1.iso \
-hda /dev/nvme1n1 \
-hdb /dev/nvme0n1 \
-bios /usr/share/ovmf/OVMF.fd \
-smp 4 -m 4G \
-net nic -net user \
-vga std \
-vnc localhost:0 \
-usbdevice tablet \
-k fr
The first servers installed correctly but the 2 others we tried with same way no luck the network is down , we tried pve7to8 same thing , also tried debian11to12 upgrade same scenario
The servers never get network connectivity we tried with enp5s0f0 wich is working in the first server but no luck
The working server is in eu-west-gra-a
The 2 others servers are in eu-west-rbx-a
Any help is appreciated.
Here is some screenshot .
Serveurs Dédiés Eco - Proxmox 8 on soyoustart servers no network
Related questions
- Kimsufi - Reset Root Password
18885
31.05.2022 12:26
- Kimsufi - Rescue Mode
17992
29.06.2018 09:58
- Kimsufi - Mode rescue
14925
31.05.2022 12:22
- NetBoot réseau kernel OVH inaccessible / OVH supprime volontairement et sans prévenir !
14708
21.08.2022 13:37
- Kimsufi - Add SSH keys to Kimsufi Manager
13443
31.05.2022 13:06
- FAQ Je suis déjà client·e Kimsufi et/ou So you Start
12604
15.03.2022 11:30
- Kimsufi - Mon interace Proxmox ne fonctionne pas
12265
31.05.2022 12:07
- Kimsufi - Setting up a secondary DNS. I'm stumped!
12027
31.05.2022 13:21
- FAQ Serveurs dédiés Eco - Les questions que vous vous posez
11952
15.03.2022 11:24
- FreeBSD en CloudInit: marchait en mars, ne marche plus en décembre?
11823
12.12.2025 09:43
Hello,
Have you try with IPMI and official iso file ?
Best regards
Hello, I replied to your topic on the other section, see https://community.ovh.com/t/Probl%C3%A8me-r%C3%A9seau-avec-Proxmox-8/64274/8.
In short, it's a kernel regression, present since kernel 6.0 which has to do with PCI AER: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f26e58bf6f547031f91a1b0e39b9308d48a4ba8c
The easiest workaround to make the ixgbe NIC come up is adding `pci=noaer` to the kernel cmdline.