<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: kevinhdw</title>
    <description>The latest articles on DEV Community by kevinhdw (@kevinhdw).</description>
    <link>https://dev.to/kevinhdw</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F816876%2F33673d6a-e0bd-4fe7-9007-3a9d3a08b073.png</url>
      <title>DEV Community: kevinhdw</title>
      <link>https://dev.to/kevinhdw</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kevinhdw"/>
    <language>en</language>
    <item>
      <title>Family PC Setup: KVM Kubuntu Host + Win7 Guest</title>
      <dc:creator>kevinhdw</dc:creator>
      <pubDate>Fri, 18 Apr 2025 02:48:38 +0000</pubDate>
      <link>https://dev.to/kevinhdw/family-laptop-setup-kubuntu-win7-be9</link>
      <guid>https://dev.to/kevinhdw/family-laptop-setup-kubuntu-win7-be9</guid>
      <description>&lt;p&gt;It's that time of the year again to try setting up a Linux PC for family purposes, opening WhatsApp, YouTube, downloading and printing school assignments...&lt;/p&gt;

&lt;p&gt;Previously was using a laptop but the camera and wifi are failing.&lt;/p&gt;

&lt;p&gt;While saving up for a dedicated PC, I'm repurposing my old workstation, ThinkPad x220 core i7 16GB RAM, as Family PC.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Shared Folder&lt;/li&gt;
&lt;li&gt;Seamless windows&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In short, I cannot achieve this because of an error when installing VirtIO for Shared Folder. So I will use VirtualBox for now.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tutorials
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://www.debugpoint.com/kvm-share-folder-windows-guest/" rel="noopener noreferrer"&gt;https://www.debugpoint.com/kvm-share-folder-windows-guest/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://askubuntu.com/questions/1310440/using-virtio-win-drivers-with-win7-sp1-x64" rel="noopener noreferrer"&gt;https://askubuntu.com/questions/1310440/using-virtio-win-drivers-with-win7-sp1-x64&lt;/a&gt; downloaded 179-4.iso&lt;/li&gt;
&lt;li&gt;when installing, got error
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj2lkag4dk1qh9khqx5wr.png" alt="Image description" width="499" height="389"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Resources
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Kubuntu 24.04 ISO&lt;/li&gt;
&lt;li&gt;Windows 7 ISO, the version I used is en_windows_7_professional_with_sp1_x64_dvd_u_676939.iso 1&lt;/li&gt;
&lt;li&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Steps
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;install kubuntu 24.04, minimum install is ok&lt;/li&gt;
&lt;li&gt;open konsole, execute # in this step I installed using Discover GUI
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  $ sudo apt update &amp;amp;&amp;amp; apt install virt-manager
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;make sure libvirtd is enabled and started
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ sudo systemctl enable libvirtd
$ sudo systemctl start libvirtd
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;copy windows 7 iso to the new laptop&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;KVM&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=BgZHbCDFODk" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=BgZHbCDFODk&lt;/a&gt;&lt;br&gt;
&lt;a href="https://help.ubuntu.com/community/KVM/Installation" rel="noopener noreferrer"&gt;https://help.ubuntu.com/community/KVM/Installation&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Windows 7 Resource&lt;br&gt;
&lt;a href="https://forums.whirlpool.net.au/archive/1755258" rel="noopener noreferrer"&gt;https://forums.whirlpool.net.au/archive/1755258&lt;/a&gt;&lt;br&gt;
... and other usual places to get windows 7 ISOs&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Virt-IO ISOs&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/" rel="noopener noreferrer"&gt;https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  FAQs
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;How can I get Windows 7 ISO?&lt;br&gt;
Answer: how to obtain the ISO is left as exercise for the reader&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;"QEMU/KVM - Not Connected" or "Error: No active connection to install on"&lt;br&gt;
Answer: check libvirtd is running&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>ubuntu</category>
      <category>virtmanager</category>
      <category>kvm</category>
    </item>
  </channel>
</rss>
