Recent content by wolframio

  1. W

    passthrought an USB device "by ID" to CT

    Can anyone confirm if this is actually possible or not? I've seen several posts on this forum trying to do USB passthrough over the years, and it seems no one has been able to do it (passthrough from a USB device to an LXC container using the device's "ID").
  2. W

    Using Resource Mappings on LXCs

    Same here, did you find a Solution for that?
  3. W

    passthrought an USB device "by ID" to CT

    This also apply for "CT" (containers), i dont know how to setup the container to use the USB device beside using the device "path" wich the USB Port number and device number... (Something like that) Thanks!
  4. W

    passthrought an USB device "by ID" to CT

    Can you passthrought an USB device "by ID" to a CT? i search a lot and cant archive this. Thanks!
  5. W

    9.1.1 Installation issue with PERC H730 Mini

    did you reach the installer GUI? or just hangup on the initial console/booting installer GUI?
  6. W

    Proxmox 9.1.5 breaks LXC mount points?

    Yes, this Is a crucial thing and need to be fixed ASAP.
  7. 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
  8. 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
  9. W

    Proxmox won't complete the reboot

    Check your idrac and look for the error code and msg.
  10. 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...
  11. W

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

    Also, check this https://wiki.debian.org/DebianInstaller/Preseed
  12. 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.
  13. 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...
  14. W

    Cant install on old server because resolution

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