Recent content by wolframio

  1. W

    USB passthrought issues!

    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
  2. W

    Installation 8.1, video mode not supported

    https://forum.proxmox.com/threads/cant-install-on-old-server-because-resolution.166752/ replace with your monitor resolution
  3. W

    Proxmox won't complete the reboot

    Check your idrac and look for the error code and msg.
  4. W

    Is there an easier way to enable remote ssh root login in the installer ?

    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 keyboard-configuration/xkb-keymap select us ### Network...
  5. W

    Is there an easier way to enable remote ssh root login in the installer ?

    Also, check this https://wiki.debian.org/DebianInstaller/Preseed
  6. W

    Is there an easier way to enable remote ssh root login in the installer ?

    You can write a bash script and upload it to a web server, then just run it with wget or similar.
  7. W

    change proxmox host ip post install cli

    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 -p "Nueva Gateway (ej: 192.168.1.1): " NUEVA_GW...
  8. W

    Cant install on old server because resolution

    Did you use your monitor resolution in the "vídeo=" part?
  9. W

    Has anyone installed Proxmox without the "nomodeset" on Minisforum X1 Pro AI

    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.
  10. W

    Help please! Cant get my Sas Card to work, keeps crashing proxmox :(

    are you trying to do a passtrougth of your SAS controler to a VM???
  11. W

    New network card not working

    Hello, I installed a 4-port PCIe network card on my R420 server. The issue is as follows: after installing it physically and completely out of the box, only one of the 4 ports was able to light up the LEDs when plugging in a network cable. I spoke with chatGPT, and he suggested changing the...
  12. W

    Hardware advice (or "questionable Proxmox performance on nice box")

    are you running those SSD with cache enabled? also, are they enterprise SSD level?
  13. W

    Problem with updates and a new package

    I am facing this problem when i try to install a package on the last version of proxmox running the latest kernel. Any idea? Thanks root@R420:/etc/apt# apt install firmware-atheros The following package was automatically installed and is no longer required...
  14. W

    Hardware advice (or "questionable Proxmox performance on nice box")

    You should always update all Dell firmware to the newest
  15. W

    WARNING. Possible data lost after write and/or data corruption. MDRAID with writemostly. Kernel 6.14.11-2

    If you found something useful to improve Proxmox in any way, or how to fix a problem, or even a major problem, I recommend that you report it at https://bugzilla.proxmox.com/ , I think it is a better place than the forum.