Proxmox Automated VM Builder with Dual Disks

End-to-end automation of Proxmox ISO customization and VM provisioning using Docker and libvirt with support for dual QCOW2 disks.

May 3, 2025 · 4 min · Rohan Batra

Running BlissOS in Docker

BlissOS in Docker, but no KernelSU yet. Here’s the setup anyway! 🧰 Requirements Install the necessary packages on Arch Linux: sudo pacman -S qemu-full libvirt dnsmasq virt-manager bridge-utils flex bison iptables-nft edk2-ovmf xorg-xhost Enable required services: sudo systemctl enable --now libvirtd sudo systemctl enable --now virtlogd Enable KVM and ignore unsupported MSRs (helpful for Android VMs): echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs sudo modprobe kvm Allow local X access so the Docker container can show the GUI: ...

April 27, 2025 · 1 min · Rohan