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 .
Proxmox 8 on soyoustart servers no network
Sujets apparentés
- NetBoot réseau kernel OVH inaccessible / OVH supprime volontairement et sans prévenir !
3284
21.08.2022 13:37
- FAQ Je suis déjà client·e Kimsufi et/ou So you Start
2618
15.03.2022 11:30
- Kimsufi - Mode rescue
2313
31.05.2022 12:22
- Kimsufi - Reset Root Password
2299
31.05.2022 12:26
- Kimsufi - Rescue Mode
1961
29.06.2018 09:58
- Kimsufi - Installer vm windows avec proxmox et acces réseau
1941
31.05.2022 12:38
- Kimsufi - Mon interace Proxmox ne fonctionne pas
1612
31.05.2022 12:07
- FAQ Serveurs dédiés Eco - Les questions que vous vous posez
1311
15.03.2022 11:24
- Kimsufi - Setting up a secondary DNS. I'm stumped!
1252
31.05.2022 13:21
- Kimsufi - Jeu de clé SSH dans le manager
1218
31.05.2022 14:15
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.