<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>homelab on The Polymath</title><link>/tags/homelab/</link><description>Recent content in homelab on The Polymath</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 29 Jan 2025 15:22:32 -0600</lastBuildDate><atom:link href="/tags/homelab/index.xml" rel="self" type="application/rss+xml"/><item><title>Creating Virtual Machines in Proxmox the easy way</title><link>/blog/creating-vms-in-proxmox-the-easy-way/</link><pubDate>Wed, 29 Jan 2025 15:22:32 -0600</pubDate><guid>/blog/creating-vms-in-proxmox-the-easy-way/</guid><description>Well, kind of the easy way. I honestly had better results using this approach than with the Terraform plugins available for Proxmox. The solution is to run QEMU commands directly in the proxmox node&amp;rsquo;s CLI and use a cloud-init OS image.
The cloud-init images are typically in qcow2 storage format 1. I will be using the latest debian 12 Bookworm image from the official repo.
wget https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-generic-amd64.qcow2 Next, let&amp;rsquo;s create a virtual machine template with 2gb of memory and 2 cores and set networking to use the default bridge vmbr0.</description></item></channel></rss>