Search results

  1. fireon

    Windows 11 VM - Nvidia RTX A2000 Graphics Card - Driver Error

    It sounds like you have the wrong version of the driver installed? I am using version 550.120 here with the same card but not under Windows 11. It's best to boot Windows in safe mode and remove the driver. What version did you use for this card? I can recommend taking a snapshot before doing...
  2. fireon

    [SOLVED] Microphone pass through to Windows 10

    Perfect . Please mark your thread as "solved". You can do this by editing your first post and setting the flag.
  3. fireon

    Aktuelle Version mit WinXP

    Hier mal meine aktuell funktionierende Config. boot: order=virtio0;ide2 cores: 2 cpu: kvm32 hotplug: 0 ide2: none,media=cdrom machine: pc-i440fx-6.1 memory: 4096 meta: creation-qemu=6.1.1,ctime=1645731294 name: windows-xp-template net0...
  4. fireon

    Added intel i226v network card after installation

    How is your status? Did you get the card to work correctly? What say's ethtool <interface name>
  5. fireon

    [SOLVED] stuck after unlocking luks device

    I have tested the instructions up to point Install the Proxmox VE packages. And everything was working fine. I assume that you have allocated enough disk space to the root LVM? Please edit /etc/default/grub with an live system and chroot and change the GRUB_CMDLINE_LINUX_DEFAULT line...
  6. fireon

    [SOLVED] stuck after unlocking luks device

    Basically a similar entry should exist in your FSTAB. /dev/mapper/luks-XXXXXXXXX / ext4 defaults 0 1
  7. fireon

    [SOLVED] Microphone pass through to Windows 10

    I would simply add a USB microphone through here.
  8. fireon

    [SOLVED] stuck after unlocking luks device

    That sounds good, but what happens after?
  9. fireon

    VM Windows Server on "metered connection"

    There are some known bugs in VirtIO version 0.1.262. Please create a snapshot of your VM and install a slightly older version of the network driver for VirtIO, this may already solve your problem.
  10. fireon

    Sync auf mehrere USB-HDDs

    Möchte mich hier auch noch daran hängen. Für so einen Vorgang gibt es bereits etwas fertiges. Hatte es bei einigen Kunden mit mehreren USB Speichern im Einsatz: https://forum.proxmox.com/threads/sync-to-two-external-usb-hdds-with-weekly-rotation.153591/post-699989 Kann man über "ssh -X" direkt...
  11. fireon

    lvm volume seemingly present after vm delete

    The behavior sounds like "saferemove_throughput". In the WebUI you can activate this feature directly under "Datacenter -> Storage -> your LVM entry". There this is called "Wipe throughput".
  12. fireon

    iGpu an (KI-)VM & Nvidia GF GTX760 an WIN VM Pci-Passthrough

    Mal ne Gegenfrage, reicht denn die GTX760? Sie hat ja nur 2 bis max. 4GB Ram. Wenn ich hier bei mir auch nur das kleinste LLM anstarte sind mal 7GB von der Grafikkarte geschluckt. Welche KI willst du denn da verwenden?
  13. fireon

    [FEATURE REQUEST] Add option to set default console viewer for vms

    Now I've finally got it... thx. I never use the button, which is why I think everything is sooo far away.
  14. fireon

    [FEATURE REQUEST] Add option to set default console viewer for vms

    2 Things are important that this is working. First the serial port: Second, the right grub config inside your VM. Here as example an Ubuntu 24.04: cat /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0,115200 fsck.repair=preen" This part console=ttyS0,115200 After you have set...
  15. fireon

    Dell PERC IT Mode To IR Mode

    HPE was a little different. I did have a broken controller a few times :eek: . But what was even worse than a broken controller was a bad firmware update. This then corrupted the data. I can still remember it well. It was quite a back and forth with HP. But I've only been using Open Hardware for...
  16. fireon

    Dell PERC IT Mode To IR Mode

    Today is mix-up day. I meant the controller, of course, I changed it above. o_O:p
  17. fireon

    Proxmox 8.2.2 Lost ZFS Pool Lost After Shutdown

    There are ZFS commands for this. The command zpool import <pooname> is used to import a pool. See also zpool help import
  18. fireon

    [FEATURE REQUEST] Add option to set default console viewer for vms

    If your VM is configured correctly with the serial console, xterm.js is automatically used as the default viewer. The same applies to Spice. And what kind of guest operating system is it?