Search results

  1. G

    Best practice for using 2 SSDs with a PBS VM or LXC

    An easier faster not recommended way is install directly alongside PVE https://pbs.proxmox.com/docs/installation.html#install-proxmox-backup-server-on-proxmox-ve
  2. G

    Proxmox VE 8.4.1 Windows IOPS/Performance Slow

    zfs or not ? Have you tried "Maximum performance" in Lenovo UEFI Settings ?
  3. G

    No Access every few days

    try disabling offloading : ethtool -K enXX tso off gso off Replace enXX with your real NIC interface name.
  4. G

    [SOLVED] Add existing Datastore to fresh installed PBS

    https://forum.proxmox.com/threads/where-does-proxmox-save-its-mounts.55823/
  5. G

    PVE edge use case

    There is only OpenZFS for Linux Get datacenter flash disk to prevent replace them.
  6. G

    Backing up external disk attached to VM as a directory

    so not related to Proxmox VE. Make backup within VM like you will do with bare metal.
  7. G

    How to Do incremental Restore using Proxmox Backup server 3.4.0

    yes if you want the fastest restore. then external/cloud PBS will Remote Sync / pull backups from the Local PBS. https://pbs.proxmox.com/docs/managing-remotes.html
  8. G

    How to Do incremental Restore using Proxmox Backup server 3.4.0

    no. The way is local PBS. and an external/cloud PBS. edit : or skip PBS then use ZFS send/receive.
  9. G

    CT with IPv6 and firewall

    Don't forget to enable firewall at Network/NIC ' CT/VM level too.
  10. G

    Slow restore speeds - Incorrect Configuration?

    PBS is, by design, really fast to do backup and regular/multi/daily backups, because already existing data in PBS datastore disk isn't backup twice. Data physically exists in single copy in PBS datastore. Backup Data is stored physically as many tiny chunks files scattered on PBS datastore disk...
  11. G

    Windows server 2025 unattended iso issues known?

    Works here with drivers put into folder $WinpeDriver$ created at root of the iso. Windows Setup will load and install these automatically, nothing to do in the AutoUnattend.xml
  12. G

    Updating W11 vm to 24H2 BSOD

    From the docs https://pve.proxmox.com/wiki/Windows_11_guest_best_practices If you are using a GPU via PCI(e) passthrough, you might need to add args: -cpu host,kvm=off
  13. G

    Updating W11 vm to 24H2 BSOD

    it just to dig out. Clean install is to find if work need to be done VM side or PVE side.
  14. G

    Slow restore speeds - Incorrect Configuration?

    As your title is about Restore speed, Can you share stats about restore. You can restore as a new VMID to do the test.
  15. G

    Windows Server 2025 Essentials ROK error

    ROK media doesn't work in VM if it scan HW because running within VM. There isn't point to use ROK media in VM. Server 2025 Essentials is just a licensing thing , same since Server 2022. Server 2025 Essentials is the Server 2025 Standard media. Even the product key is a Standard one, as...
  16. G

    Updating W11 vm to 24H2 BSOD

    what about host without gpu pass ? what about a 24H2 clean install in new VM then with gpu pass ?
  17. G

    Redhat VirtIO developers would like to coordinate with Proxmox devs re: "[vioscsi] Reset to device ... system unresponsive"

    No drivers can improve this consumer ssd where outside of their internal dram cache, they write slow. Moreover cache=unsafe increase the slowness because of double if not triple cache involved.
  18. G

    Issues migrating VirtualBox Windows Server 2008R2 VM

    MergeIDE is only for Windows 2k / XP / Server 2003 era, not for the next génération since Vista and 2008.