Recent content by fireon

  1. fireon

    Unable to obtain DRBD-related support from the community edition repository.

    DRBD is now managed by Linbit: https://linbit.com/blog/linstor-setup-proxmox-ve-volumes/ https://linbit.com/drbd/
  2. fireon

    Native ZFS Encryption Problems Fixed?

    There is actually a patch available for testing: https://lore.proxmox.com/pve-devel/20260318124659.374754-1-s.ivanov@proxmox.com/T/#t
  3. fireon

    Intel e1000 compatibility with Windows NT 4.0?

    I'm guessing you're concerned about network speed, right? Are there any applications on NT 4.0 that actually benefit from Gigabit speeds?
  4. fireon

    [TUTORIAL] Optimierte LinuxVMs unter Proxmox VE

    Vielen Dank für euer Feedback, Diesen scheint es unter aktuellen Ubuntuversionen nicht mehr zu geben. Es sind nur mehr die virtuellen Pakete mit dem Dokumentationshinweis zu finden. Ich hab in der Zwischenzeit noch ein paar Kleinigkeiten gefixt und einen Hinweis zum KnowHow hinterlassen. Das...
  5. fireon

    [TUTORIAL] Cloud-Init für LinuxVMs - ganze einfach unter Proxmox VE

    Cloud-Init übernimmt die frühzeitige Initialisierung einer virtuellen Maschine. Mit Cloud-Init ist die Konfiguration von Netzwerkgeräten und SSH-Schlüsseln auf Hypervisor-Seite möglich. Wenn die VM zum ersten Mal startet, wendet Cloud-Init innerhalb der VM die konfigurierten Einstellungen an...
  6. fireon

    [TUTORIAL] Optimierte LinuxVMs unter Proxmox VE

    In diesem HowTo zeige ich dir einige Möglichkeiten, um eine LinuxVM auf Proxmox VE optimiert zu gestalten. Es gibt natürlich viele verschiedene Einsatzszenarien. Wobei ich die in diesem Beitrag verwendete Konfiguration für die meisten Anwendungsfälle empfehlen kann. Im Laufe dieses Beitrags...
  7. fireon

    Suggestion

    “Status stopped” means that the task is not running. There is no rating at this point. A rating appears after the “:”. Status stopped - OK Status stopped - interrupted by signal Status running You could also say “successfully interrupted by signal” ;)
  8. fireon

    Proxmox 6 mpt3sas Debian Bug ICO Report 926202 with Loaded Controller

    I also have the same error here under kernel 6.17. But the strange thing is that it does not happen under ZFS. I also tested other file systems: Ext4, LVM, XFS, BTRFS. The controller crashes with all of them. If you are not using ZFS, the only workaround I know of at this time, is to pin the...
  9. fireon

    [SOLVED] Emulator in Windows VM will nicht...

    https://pve.proxmox.com/pve-docs/pve-admin-guide.html#chapter_vzdump https://pbs.proxmox.com/docs/
  10. fireon

    [SOLVED] Emulator in Windows VM will nicht...

    Der vollständig halber halt, hier meine VM-Config von einem (aktuellen) Windows Server 2003. Vielleicht hilft dir das ja. boot: order=ide0;ide2;net0 cores: 4 cpu: x86-64-v2-AES ide0: SSD-vmdata:vm-121-disk-0,size=32G ide2: none,media=cdrom machine: pc-i440fx-9.0 memory: 2048 meta...
  11. fireon

    [SOLVED] Emulator in Windows VM will nicht...

    Ich kann dir jetzt zwar mit deinem Thema direkt nicht helfen. Aber mir würde als alter AMIGA-Fan brennend interessieren, wofür du das benötigst? BTW: FS-UAE läuft hier unter Kubuntu 24.04 hervorragend. Win2003 ist ja auch schon länger her, daher würde meine Empfehlung lauten es auf einer...
  12. fireon

    Windows 2025 UEFI/TPM Clone

    Thanks for output. Looks ok. There are two things I would like to optimize: Change virtual harddrivebus from SATA to SCSI Add an RNG Device. A VirtIO RNG device can also improve to better performance. For your issue, I would test @uzumo recommendation and recreate the TPM device. Edit: Please...
  13. fireon

    setting to trigger VM power cycle when guest OS reboots?

    Very good idea! @mskfm Another option would be to develop access via the Proxmox API. This would allow you to trigger specific commands. It is more work, of course. But it is future-proof.
  14. fireon

    Windows 2025 UEFI/TPM Clone

    I recently created a golden image of Server 2025 with TPM and Secureboot. It worked as it should after Sysprep. Could you please show us your VM configuration? qm config <vmid> Do you mean just recreating the TPM or the TPM and EFI image? Since nothing is encrypted by default, you can do this...