Search results

  1. G

    QEMU guest agent W7 testing working ok

    guest agent setup from legacy virtio-win-0.1.173 works with win7 and 2008R2
  2. G

    Proxmox VE 9.1 installs successfully but server cannot find bootable disk (HP Proliant DL380e Gen8)

    iirc, these old box have problem booting off raid controller. put proxmox ve boot disk to internal sata
  3. G

    Guest agent not running on Windows 11

    not really fixes as snapshot is done during stop mode too. Stop mode can be more impacted because many I/O can be done during boot.
  4. G

    Guest agent not running on Windows 11

    if downtime isn't critical, if whole reading source isn't too long, the safest is schedule shutdown guest, then backup offline, then start guest after Backup done using hook script
  5. G

    Guest agent not running on Windows 11

    Reminder : during backup, I/O writes are sent to PBS before within guest itself, it's a "copy-before-write" méthode. There is fleecing option to mitigate.
  6. G

    Guest agent not running on Windows 11

    sorry for my poor english wording... do you backup directly over WAN ?
  7. G

    Guest agent not running on Windows 11

    it's known issue when PBS is slower than guest I/O usage. guest is slowdown up to crash some apps if timeout because snapshot is done when guest is shutdown state, then guest started directly while backup started concurrently.
  8. G

    Bash scripts for power button

    This is default behavior. Nothing to do. ( Btw, holding the power button more than 5s will hard stop the physical machine)
  9. G

    [SOLVED] Why does my VM backup to PBS hang and show "dirty-bitmap status: created new"?

    Full read of VM's source disk is required when VM is shutdown. Then Dirty map skip full read only on next backup, because dirty map is managed by qemu process of the VM
  10. G

    Windows 11 VM and Core Isolation Memory Integrity

    once VirtIO set, is Intel E1G kept is incompatible drivers listing ? (you need to install virtio drivers, see the docs)
  11. G

    Cannot access web GUI at all

    don't forget httpS://ip:8006/
  12. G

    yawgpp (Yet Another Windows Guest Performance Post)

    aes is already in x86-64-v3 hv* args are already applied when guest os type is set to Windows
  13. G

    VM connection issues after subnet change. What am I missing? Real time problem.

    Router and Proxmox (when firewall not used) has nothing to do with network between guests. Try with enabling local Administrator. EDIT: Try disabling guest's Windows firewall
  14. G

    Best use of 4x NVMe drives

    no, I suggest you one way. ZFS is the way for multi boot disks, but it's slower because the overhead for checksum and integrity, even more with none datacenter drives. ZFS is enterprise oriented.
  15. G

    VM connection issues after subnet change. What am I missing? Real time problem.

    has nothing to do with network between guests. triple check within your guests. No third party app within guest ? Have you multiple Windows accounts ? Windows 11 lock out account after multiple failure. edit: do you use hostname to connect ? if yes, try ip
  16. G

    nested virtualization with VMwareWS Pro

    nested-virt is available by default with host vCpu , has it changed since PVE9 ?
  17. G

    Best use of 4x NVMe drives

    Sizes can be set with "Options" button during install. if you don't need iso, keep installing PVE on the 500GB disk ( installer will create a ~380G local-lvm Datastore ). Just remember if you reinstalling PVE, the default local-lvm Datastore will be erased. PVE installer always erase the "Target...