Search results

  1. 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...
  2. fireon

    [SOLVED] stuck after unlocking luks device

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

    [SOLVED] Microphone pass through to Windows 10

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

    [SOLVED] stuck after unlocking luks device

    That sounds good, but what happens after?
  5. 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.
  6. 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...
  7. 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".
  8. 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?
  9. 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.
  10. 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...
  11. 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...
  12. 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
  13. 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
  14. 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?
  15. fireon

    Dell PERC IT Mode To IR Mode

    So first of all, ZFS is not a software raid. What you mean is MDADM. Basically, ZFS requires a little more performance. But it also depends on the use case. If you are interested, I would recommend trying out features in a VM and reading the documentation. It also tells you how to reduce the RAM...
  16. fireon

    Dell PERC IT Mode To IR Mode

    I can't help you with the Flash, but what is with ZFS? It can turn the drives into a clean and stable raid. Raid level recommendation for performance: Raid10
  17. fireon

    [SOLVED] Windows Server 2016 VHDX IDE/SATA zu SCSI

    Stabilität nein, Leistung ja. Ich muss an dieser Stelle leider vorwarnen. Nicht bei jedem Windows funktioniert dies. Je nach Vorgeschichte was so alles bereits am OS in Jahren geschehen ist. Ich vermute einmal die folgende Dokumentation zu den Themen hast du schon durch...
  18. fireon

    [SOLVED] PBS ZFS Datastor voll. Wie Speicher freigeben?

    Wieso eigentlich RaidZ? Das hat die meisten Nachteile. Ist am langsamsten, beim Rebuild braucht es ewig, und es ist am anfälligsten beim Plattenausfall, aja und mit erweitern ist halt auch nicht so easy. Hätte bis jetzt noch NIE einen Grund gesehen das auch nur irgendwo zu verwenden. Und schon...
  19. fireon

    Out of memory

    I assume the same behavior in “non-graphical mode”? Please check if the downloaded ISO matches the checksum. If it matches, try a different USB stick for the installation. I have also found posts with this behavior where activating the CSM in the bios helped. An e.g. Ubuntu 24.04 could boot?