Ok thx man ! That was not the issue but you helped me (sort off).
The issue was some default setting in teh bios.
When updating the bios the SATA/NVMe is set to "Raid ON" in stead of AHCI/NVMe.
See picture.
Now the systems are working again ...
one year lataer and proble is still there even any change in auto suspend, happend with any USB Wireless network device. https://bugzilla.proxmox.com/show_bug.cgi?id=6880
try this, put a preseed file on a web server with this inside :
### Locale and keyboard (minimal, required)
d-i debian-installer/language string en
d-i debian-installer/country string US
d-i debian-installer/locale string en_US.UTF-8
d-i...
Thanks, that will be useful
For now I setup web infrastructure and as @wolframio suggested, I'm using that as shorthand to download and run the script like this
wget router.lan/erl ; sh erl
much easier to type by hand at least !
try this bash script:
#!/bin/bash
# Verifica si se ejecuta como root
if [[ $EUID -ne 0 ]]; then
echo "Este script debe ejecutarse como root"
exit 1
fi
# Pedir la nueva IP y gateway
read -p "Nueva IP (ej: 192.168.1.200/24): " NUEVA_IP
read...
https://forum.proxmox.com/threads/fix-for-idrac-issue-on-6-11-kernel.162836/ Did you try with a Custom GRUB line with your resolution? Check that post.