Aptivi<p><strong>Installing KDE Linux on a VMware Virtual Machine</strong></p><p>KDE Linux officially provides .raw disk images for flashing to the USB stick, which is an only official method of installing KDE Linux on your real computer, which you can see <a href="https://kde.org/linux/install/" rel="nofollow noopener" target="_blank">here</a>. However, we’ve managed to get our hands on KDE Linux raw image to install this immutable distro on a VMware virtual machine using VMware Workstation 17. How? See below.</p><p><strong>Preparation</strong></p><p>First, download the .raw image file on your computer from <a href="https://files.kde.org/kde-linux/?C=M;O=D" rel="nofollow noopener" target="_blank">this link</a>. For instance, we’ve used the <code>kde-linux_202507270255.raw</code> file that is built today. After the download is complete, you should see this file on your downloads folder, depending on where you downloaded it.</p><p>Now, install QEMU, since it contains a necessary utility to let you convert .raw image files to .vmdk VMware disk file.</p><p class="">This is necessary, because, although it has the same .raw file extension that VMware Workstation can process, the software can’t read .raw files of this kind, because it describes a “raw dump” of a disk containing two partitions: EFI and root, and KDE Linux .raw images don’t contain the VMDK descriptor.</p><p>Execute this command, assuming that <code>~/kde-linux_202507270255.raw</code> is the input file and <code>~/kde-linux_202507270255.vmdk</code> is the output file:</p> <pre>$ qemu-img convert -f raw -O vmdk ~/kde-linux_202507270255.raw ~/kde-linux_202507270255.vmdk</pre> <p>After that, you should see the resulting .vmdk file in the output directory, just like below:</p><p>Now, that can be used in VMware Workstation to install KDE Linux, but we need to verify that everything is working. Let’s create a new virtual machine, but without adding an actual virtual disk that we’ll be installing KDE Linux to.</p> <ul><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li></ul><p></p> <p>We’ve made some changes to the default configuration. First, we’ve selected <strong>Linux</strong> > <strong>Other Linux 6.x kernel 64-bit</strong>, since KDE Linux uses the latest Linux kernel and is only available in 64-bit UEFI computers. Then, we’ve increased the processor count to use four processors, and racked up the RAM to 8 GB to ensure stability. Finally, we’ve used the existing installation disk that we’ve converted, keeping the existing format.</p><p>Before starting the virtual machine, we’ve enabled UEFI booting by navigating to <strong>Properties</strong> > <strong>Options</strong> > <strong>Advanced</strong> > <strong>Firmware type</strong> and selecting <strong>UEFI</strong>. Make sure that <strong>Secure Boot</strong> is disabled by default.</p><p>Now, let’s try starting the virtual machine. As soon as we’ve started it up, we’re greeted with this bootloader screen that has three options: <strong>KDE Linux</strong>, <strong>EFI Shell</strong>, and <strong>Boot Into Firmware Interface</strong>.</p><p>We allowed it to boot to KDE Linux, and saw this splash screen that has the spinning wheel, along with the KDE logo at the bottom.</p><p>This is the booting stage, since it means that all the necessary services will be started automatically prior to starting the KDE desktop environment, which first shows this splash screen.</p><p>Then, we’re greeted with the gorgeous KDE Linux desktop environment that introduced us to a welcome screen where we had an option to either install the distro or to try it out.</p><p>We’ve closed it, as we were testing the KDE Linux environment, and the boot up was successful, which means that the conversion was successful, too! Look at the gorgeous KDE Plasma 6.5 desktop below:</p><p><strong>Installation</strong></p><p>Now, let’s shut down the virtual machine and add a virtual disk, which we’re going to use to install KDE Linux on. We’ve opened the virtual machine settings, and added another virtual disk of 200 GB.</p><p>After that, we’ve started the virtual machine again and pressed <strong>Install System</strong>. This took us to the Calamares installer that showed us another welcome screen where we’re given an option to choose a language of our choice.</p><p>Afterwards, we’re asked for our location. This is to make location-dependent features, such as time/date synchronization and night light, work properly.</p><p>Next, we’re presented with the keyboard layout selection. We’ve chosen to keep everything as default.</p><p>Next up was the partitioning stage, where we’re asked to choose which disk to install KDE Linux on. In our case, the default disk was the KDE Linux installation image, which is definitely the source disk, so we’ve changed it to the actual target disk.</p><p>Afterwards, we’ve chosen the erase disk option, since nothing was installed.</p><p>After that, we’re asked to create a user profile for the new installation of KDE Linux.</p><p>The installation process now begins with formatting the disks. After that, the installer copies all the files from the installation disk to the target disk. At this point, this can take a while, and the process may appear “hung”, but it’s actually copying the files with no clear indication as to when the process finishes. Additionally, there is no presentation; just a white screen.</p> <ul><li></li><li></li></ul><p></p> <p>As soon as the process finished, we’re asked to reboot the system. We’ve manually shut down the system, and took off the KDE Linux installation image, since we no longer need that image.</p><p>The virtual machine configuration has now become like this:</p><p>The first attempt went unsuccessful, since the boot order declared that the target disk is actually at the bottom of the boot sequence. To correct that, we’ve turned the virtual machine on to the firmware, then went to <strong>Enter setup</strong>. Next, we’ve pressed ENTER on <strong>Configure boot options</strong> > <strong>Change boot order</strong> > <strong>Change the order</strong>, and moved the second hard disk entry up to the top of the list using the arrow down and the plus sign. Finally, we went to <strong>Commit changes and exit</strong> > <strong>Exit the Boot Maintenance Manager</strong> > <strong>Reset the system</strong>.</p><p>After that, we saw the KDE lock screen below:</p><p>As soon as we’ve logged in to the desktop, we saw the Welcome Center window, welcoming us to the KDE Linux operating system running KDE Plasma.</p><p>When we checked for updates afterwards, we saw three below entries.</p><p>Finally, we’ve switched the desktop theme and set the color accent to a color that is close to our signature color, and got this awesome gorgeousness:</p><p>Looks hot, indeed!</p><p><strong>Are you excited for KDE Linux? We are excited, too!</strong></p><p><span></span></p><p><a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://officialaptivi.wordpress.com/tag/kde/" target="_blank">#KDE</a> <a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://officialaptivi.wordpress.com/tag/kde-linux/" target="_blank">#KDELinux</a> <a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://officialaptivi.wordpress.com/tag/linux/" target="_blank">#Linux</a> <a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://officialaptivi.wordpress.com/tag/linux-distro/" target="_blank">#LinuxDistro</a> <a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://officialaptivi.wordpress.com/tag/news/" target="_blank">#news</a> <a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://officialaptivi.wordpress.com/tag/tech/" target="_blank">#Tech</a> <a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://officialaptivi.wordpress.com/tag/technology/" target="_blank">#Technology</a> <a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://officialaptivi.wordpress.com/tag/update/" target="_blank">#update</a></p>