Recent content by Momedo

  1. M

    [SOLVED] How to configure a cloned VM to automatically grow its root partition when the disk is extended?

    Temporary (?) Solution: After multiple desperate tries, I managed to grow the root partition when it has the last sector. In my case it had to be sda3. I'll mark this as solved but if anyone can confirm this or can provide a better solution that doesn't require a specific partitions' order, it...
  2. M

    [SOLVED] How to configure a cloned VM to automatically grow its root partition when the disk is extended?

    Hello, I am running a Proxmox VE server with pre-made Templates at minimal disk sizes. I have scripts that create VMs by cloning a template and extending its disk. The problem is that the extended space is not allocated to any mount point. For example, the following template has initially a...
  3. M

    [SOLVED] Creating a Template from an image and configuring Network

    I totally missed that detail. This solved the issue of booting the VM, thank you. As for the network configuration, I managed to find a straightforward tutorial here.
  4. M

    [SOLVED] Creating a Template from an image and configuring Network

    Hello, I have a Proxmox VE Server at Hetzner that I need to use for KVM virtualization (I have a /26 subnet). I want to create templates that will be later on used to fully clone then VM provisioning with Cloud-init. My first question: I am creating a VM from an Ubuntu Cloud Image. Upon boot...
  5. M

    [SOLVED] Cloning a template stored in a CIFS storage to a local LVM storage is resulting in a QUEMU error at VM Start

    The cause of the issue was actually very simple. I had "Linked Clone" enabled instead of "Full Clone". Problem solved.
  6. M

    [SOLVED] Cloning a template stored in a CIFS storage to a local LVM storage is resulting in a QUEMU error at VM Start

    Hello, I'm experiencing an issue where some templates get's cloned and fire the following error when starting them: Use of uninitialized value in split at /usr/share/perl5/PVE/QemuServer/Cloudinit.pm line 100. generating cloud-init ISO kvm: -device...