Skip to content

Instantly share code, notes, and snippets.

View free-pmx's full-sized avatar

On Proxmox free software free-pmx

View GitHub Profile

Taking advantage of ZFS on root

TL;DR A look at limited support of ZFS by Proxmox VE stock install. A primer on ZFS basics insofar ZFS as a root filesystem setups - snapshots and clones, with examples. Preparation for ZFS bootloader install with offline backups all-in-one guide.


ORIGINAL POST Taking advantage of ZFS on root

Getting rid of systemd-boot

TL;DR Ditch the unexpected bootloader from ZFS install on a UEFI system without SecureBoot. Replace it with the more common GRUB and remove superfluous BIOS boot partition.


ORIGINAL POST Getting rid of systemd-boot

Making sense of Proxmox bootloaders

TL;DR What is the bootloader setup determined by and why? What is the role of the Proxmox boot tool? Explore the quirks behind the approach of supporting everything.


ORIGINAL POST Making sense of Proxmox bootloaders

Intentionally left blank.

Visit free-pmx website for full-text search of all posts.

Why Proxmox offer full feature set for free

TL;DR Everything has its cost. Running off repositories that only went through limited internal testing takes its toll on the user. Be aware of the implications.


ORIGINAL POST Why Proxmox offer full feature set for free

A glimpse at Proxmox Quality Assurance

TL;DR What kind of testing procedures do they use at Proxmox and how does your bug-reporting fit into it? How consistent and thorough is regression testing before users get hold of a public package?


ORIGINAL POST A glimpse at Proxmox Quality Assurance

Proxmox software repositories

TL;DR What exactly do you get from the non-subscriber and freely available package repository? And what are the differences to the one meant for public testing only. Almost none.


ORIGINAL POST Proxmox software repositories

Intentionally left blank.

Visit free-pmx website for full-text search of all posts.

Restore entire host from backup

TL;DR Restore a full root filesystem of a backed up Proxmox node - use case with ZFS as an example, but can be appropriately adjusted for other systems. Approach without obscure tools. Simple tar, sgdisk and chroot. A follow-up to the previous post on backing up the entire root filesystem offline from a rescue boot.


ORIGINAL POST Restore entire host from backup

Rescue or backup entire host

TL;DR Access PVE host root filesystem when booting off Proxmox installer ISO. A non-intuitive case of ZFS install not supported by regular Live Debian. Fast full host backup (no guests) demonstration resulting in 1G archive that is sent out over SSH. This will allow for flexible redeployment in a follow-up guide. No proprietary products involved, just regular Debian tooling.


ORIGINAL POST Rescue or backup entire host