Recent content by _gabriel

  1. G

    DSLicSrv anyone move this to Proxmox Successfully? Specifically from Nutanix

    disk should be SCSI, as IDE/SATA trigger virtual machine detection. Like with Solidworks.
  2. G

    High VM-EXIT and Host CPU usage on idle with Windows Server 2025

    is Virtualization Based Security / VBS active ? check in msinfo32.exe
  3. G

    Datastore synced with Rclone broken?

    pbs sync is same speed as rsync. rsync isn't faster because PBS datastore are files in .chunks , each changed data requires news files. The rsync delta algorithm is not used here. Speed depends on your connection and the remote connection. Bandwidth vary a lot with cheaps remotes (as shared by...
  4. G

    Datastore synced with Rclone broken?

    PBS Sync to CIFS datastore over WAN works , not recommended because can be slow, but for homelab and budget it's the cheapest way. ( remember to not expose cifs over wan , use firewall if you have static wan ip or use vpn ). Here I mount the remote cifs datastore only during backups , GC and...
  5. G

    args: -cpu host,-hypervisor No longer boot since Windows Update 01-2026 ( KB5073723 KB5073457 KB5074109 KB5073379 ) AMD EPYC 7302p

    Windows Update August 2026 breaks again Windows Server 2019 VM using -cpu host,-hypervisor (model=1 or EPYC fix no more works ) ( PVE v8.4 not yet updated to v9 )
  6. G

    [SOLVED] Weird visual bug - RAM showing wrong usage value for VM

    is Windows service "Balloon" present and running in dhcp 1? For information : (again mixed myself, Balloon service installed with Qemu Guest agent reports used RAM not the cached). VM "Memory usage" = "used Memory" in Windows. But remember, Cached memory within VM is really used and reserved in...
  7. G

    Migration from Vmware

    https://forum.proxmox.com/threads/migrating-windows-to-proxmox-virtio-scsi-single-device-without-intermediary-ide-sata-boot-drive.183001/post-850060
  8. G

    [SOLVED] after upgrade to PVE9 one Node stuck on Loading initial ramdisk

    I meant "check PVE UI and IP PVE" even there is no display on console.
  9. G

    [SOLVED] after upgrade to PVE9 one Node stuck on Loading initial ramdisk

    Have checked if available over network ? even if console stuck to "Loading initial ramdisk"
  10. G

    Optimizing Windows VM performance on older hardware - settings advice needed

    +1 stop Ai slop. Even posts should be deleted (already reported) . There is Windows forums for theses minor tweaks effects. For informations : Basic video drivers prevents Hibernation and Fast Boot out of the box, nothing to do. VBS is not available with non Host cpu, nothing to do. RDP in...
  11. G

    IPv6 DHCP in LXC

    indeed I mean "Firewall" (post edited). If Firewall not enable, no rules are applied so LXC should works out the box. ipv6 is, by default, SLAAC which doesn't dhclient. I have no experience with dhcp ipv6. EDIT: try increase timeout in /etc/dhcp/dhclient.conf uncomment lines : timeout & retry
  12. G

    IPv6 DHCP in LXC

    PVE Firewall is only active if set to "Yes" under Datacenter \ Firewall \ Options \ Firewall. Try set to "Off" to globally turno off PVE firewall, as the default. BTW, IPv6 clients require accepting ICMPv6 packets.
  13. G

    IPv6 DHCP in LXC

    is PVE firewall active ?
  14. G

    IPv6 DHCP in LXC

    as VM within PVE or physical external ? is your Edge router have IPv6 ? IPv6 uses RA to get IPv6 prefix from router then generates its own IPv6 itself , it's not like IPv4 DHCP. BTW, /etc/sysctl.conf is no more used since Debian13, *.conf are in /etc/sysctl.d/ EDIT: Just tried a debian13 LXC...