<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Virtual Machines on Thaddeus Koenig</title><link>https://www.thaddeuskoenig.com/tags/virtual-machines/</link><description>Recent content in Virtual Machines on Thaddeus Koenig</description><generator>Hugo</generator><language>en-US</language><copyright>© 2026 Thaddeus Koenig</copyright><lastBuildDate>Thu, 16 Jan 2025 06:06:24 -0500</lastBuildDate><atom:link href="https://www.thaddeuskoenig.com/tags/virtual-machines/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Clone a Virtual Machine in ESXI (without vCenter)</title><link>https://www.thaddeuskoenig.com/blog/00_legacy_clone_esxi_no_vcenter/</link><pubDate>Thu, 23 Nov 2023 00:00:00 -0500</pubDate><guid>https://www.thaddeuskoenig.com/blog/00_legacy_clone_esxi_no_vcenter/</guid><description>&lt;p&gt;When you&amp;rsquo;re running ESXI without vCenter, sometimes really niche things come up and you have situations that are kind of a pain without the appropriate management software so sometimes you gotta be a little janky.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;So Primarily you&amp;rsquo;re going to want to power off the VM you want to clone.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Then you want to right click the VM and chose Edit Settings.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In the Virtual Hardware tab take not of the name and location of your Disk File.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Next you&amp;rsquo;re going to open your Datastore Browser by going Storage and in the Datastores tab click the Datastore Browser button.&lt;/p&gt;</description></item><item><title>Object type requires hosted I/O in HASOS on ESXI</title><link>https://www.thaddeuskoenig.com/blog/00_legacy_object_type_hasos/</link><pubDate>Thu, 23 Nov 2023 00:00:00 -0500</pubDate><guid>https://www.thaddeuskoenig.com/blog/00_legacy_object_type_hasos/</guid><description>&lt;p&gt;So for some reason that Home Assistant OS virtual machine doesn&amp;rsquo;t really like being on certain versions of Vmware ESXI (typically older versions as I assume they do their testing as close to the newer releases as possible). I believe the issue stems from needing to change your virtual disk to IDE instead of SCSI which causes some underlying hard drive integrity issues that they didn&amp;rsquo;t plan for. Nonetheless, the fix is pretty easy and just takes a couple of minutes on your time and a Linux terminal (or any terminal that can SSH I guess).&lt;/p&gt;</description></item><item><title>Ubuntu LVM Improper Partitioning</title><link>https://www.thaddeuskoenig.com/blog/00_legacy_ubuntu_lvm_partitioning/</link><pubDate>Thu, 23 Nov 2023 00:00:00 -0500</pubDate><guid>https://www.thaddeuskoenig.com/blog/00_legacy_ubuntu_lvm_partitioning/</guid><description>&lt;h2 id="the-problem"&gt;The Problem&lt;a href="#the-problem" class="post-heading__anchor" aria-hidden="true"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;When installing Ubuntu Server with the LVM option in the default partitioning options, it will often only use a fraction of the actual disk space you have available. Thankfully LVM is flexible enough to extend this partition without causing any huge issues to your operating system. In this writeup, I&amp;rsquo;m gonna extend a 15G volume to a 200G volume on my Ubuntu 22.04.3 LTS VM.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;user@ubuntu:~$ lsblk

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS

loop0 7:0 0 55M 1 loop /snap/core18/1880

loop1 7:1 0 55.7M 1 loop /snap/core18/2812

loop2 7:2 0 63.9M 1 loop /snap/core20/2105

loop3 7:3 0 74.1M 1 loop /snap/core22/1033

loop4 7:4 0 71.3M 1 loop /snap/lxd/16099

loop5 7:5 0 91.8M 1 loop /snap/lxd/24061

loop6 7:6 0 40.9M 1 loop /snap/snapd/20290

sda 8:0 0 200G 0 disk 

├─sda1 8:1 0 1M 0 part 

├─sda2 8:2 0 1G 0 part /boot

└─sda3 8:3 0 199G 0 part 

 └─ubuntu--vg-ubuntu--lv 253:0 0 15G 0 lvm /

sr0 11:0 1 4.5G 0 rom 



user@ubuntu:~$ df -h

Filesystem Size Used Avail Use% Mounted on

tmpfs 794M 1.7M 793M 1% /run

/dev/mapper/ubuntu--vg-ubuntu--lv 15G 14G 497M 97% /

tmpfs 3.9G 0 3.9G 0% /dev/shm

tmpfs 5.0M 0 5.0M 0% /run/lock

/dev/sda2 974M 223M 684M 25% /boot

tmpfs 794M 16K 794M 1% /run/user/1000
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id="the-fix"&gt;The Fix&lt;a href="#the-fix" class="post-heading__anchor" aria-hidden="true"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;First, let&amp;rsquo;s ensure that our physical volume is correctly sized, this command won&amp;rsquo;t really do much if it is, but ts worth running just to be sure.&lt;/p&gt;</description></item></channel></rss>