Recent content by Rhys79

  1. R

    Hard lockup during install

    Just an update, as I've had no replies yet. After numerous attempts in multiple different manners, including attempting an install to a USB drive, all efforts ended with the same issue of a deadlock during grub install. I was able to drop the pair of disks I wanted to install to as a ZFS pool...
  2. R

    Hard lockup during install

    Attempting to install ProxMox on an older Intel server, installing to a pair of Intel SSDs on an LSI RAID controller. I've tried both with the two drives configured as a RAID1 mirror in the LSI controller using EXT4, as well as in non-RAID mode using ZFS RAID1. The installer boots up fine...
  3. R

    Suspend to disk on shutdown, resume on startup

    Just to update, I've taken a slightly different route with this, since I couldn't seem to figure out how to get the hibernation to complete properly at shutdown. In my case, the specific usage scenario is to hibernate the VM only when the system is going down due to loss of power and the UPS...
  4. R

    Suspend to disk on shutdown, resume on startup

    New to Proxmox. I've figured out the qm commands to suspend to disk and resume a VM. I've figured out that the current commands to stop/start the VMs on shutdown/startup are in the pve-manager.service file. I've created a new service to which starts a hibernation of the VMs, and seems to...