[SOLVED] STRUGGLING WITH SOYOUSTART OVH DEDICATED SERVERS AND PVE8

Am0r

New Member
Jul 2, 2024
6
0
1
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

Here is some screenshot .
Any help is appreciated.
 

Attachments

  • Screenshot from 2024-07-05 13-28-54.png
    Screenshot from 2024-07-05 13-28-54.png
    29 KB · Views: 9
  • Screenshot from 2024-07-05 13-28-33.png
    Screenshot from 2024-07-05 13-28-33.png
    61 KB · Views: 8
  • Screenshot from 2024-07-05 13-28-10.png
    Screenshot from 2024-07-05 13-28-10.png
    47.6 KB · Views: 8
  • Screenshot from 2024-07-05 13-27-47.png
    Screenshot from 2024-07-05 13-27-47.png
    42.1 KB · Views: 8
  • Screenshot from 2024-07-05 13-27-20.png
    Screenshot from 2024-07-05 13-27-20.png
    30.8 KB · Views: 8
  • Screenshot from 2024-07-05 13-26-57.png
    Screenshot from 2024-07-05 13-26-57.png
    117.7 KB · Views: 8
  • Screenshot from 2024-07-05 13-26-29.png
    Screenshot from 2024-07-05 13-26-29.png
    121.6 KB · Views: 8
  • Screenshot from 2024-07-05 13-25-51.png
    Screenshot from 2024-07-05 13-25-51.png
    72.3 KB · Views: 9
  • Screenshot from 2024-07-05 13-24-32.png
    Screenshot from 2024-07-05 13-24-32.png
    23.4 KB · Views: 9
  • Screenshot from 2024-07-05 13-37-39.png
    Screenshot from 2024-07-05 13-37-39.png
    41.2 KB · Views: 9
Last edited:
Same thing upgrade from 11 to 12 and the network goes down I think I has something to do with the kernel version. 6 the driver are not loading ixgbe
 
Tried pci=noaer adding in /etc/default/grub and Then proxmox-boot-tool refresh reboot and same thing
 
Hello
Many thanks @_gabriel it's solved i added pci=noaer to /etc/kernel/cmdline then proxmox-boot-tool refresh and rebooted then the network is OK , Updated to kernel 6.8.8-2-pve removed the pci=noaer rebootedand the problem psersists so we just kept pci=noaer

 
Last edited: