Search results

  1. P

    [SOLVED] Efi sub loaded initrd from command line option - system cannot boot

    Dear Community, I made a simple mistake (thought I was writing in a container as root but it turned out it was proxmox host) and typed apt update && apt-dist upgrade with apt autoremove . Right now after host reboot I am not able to boot, I get error -> efi stub loaded initrd from command...
  2. P

    [SOLVED] Error: not a vaild user id - cannot backup CTs

    Dear Community, Another day and I created another problem to myself:eek: I have Proxmox Backup Server which is running as a VM on my node. I want to backup three of my current LXC containers to PBS (there is mounted SSD which is used only by server). Sadly only 1 of 3 containers is able to...
  3. P

    Natively encrypted ZFS + additionally HDD with LUKS - cannot add HDD to existing pool.

    Dear Community, Thanks to your great help and tutorials I found here I managed to successfully natively encrypt ZFS running Proxmox (disc no. 1 NVMe), then add my storage (disc no.2 -> 12TB) with parted /dev/sda mklabel gpt parted -a opt /dev/sda mkpart primary ext4 0% 100% mkfs.ext4 -L...