<?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/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Installing and Configuring your first Distribution - Penguin’s Playground: All Things Linux				            </title>
            <link>https://www.admirux.com/community/your-first-distribution</link>
            <description>admirux.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 17 Apr 2026 06:40:08 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Downloading VirtualBox and Ubuntu!</title>
                        <link>https://www.admirux.com/community/your-first-distribution/downloading-virtualbox-and-ubuntu</link>
                        <pubDate>Fri, 23 Aug 2024 21:47:10 +0000</pubDate>
                        <description><![CDATA[1. Introduction to Virtualization
VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. By using VirtualBox, you can run a virtual machin...]]></description>
                        <content:encoded><![CDATA[<h4>1. <strong>Introduction to Virtualization</strong></h4>
<p>VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. By using VirtualBox, you can run a virtual machine (VM) on your current operating system without affecting it. This VM behaves like a separate computer, allowing you to install and use different operating systems, such as Ubuntu Linux, on it.</p>
<h4>2. <strong>Step-by-Step Guide to Installing VirtualBox</strong></h4>
<p>To get started, we first need to install VirtualBox on your machine. Follow these steps:</p>
<h5>2.1 <strong>Download VirtualBox</strong></h5>
<ul>
<li>Visit the official <a target="_new" rel="noopener">VirtualBox website</a>. <a href="https://www.virtualbox.org/" target="_blank" rel="noopener">Here's VirtualBox!</a></li>
<li>Choose the appropriate version for your operating system (Windows, macOS, Linux, or Solaris).</li>
<li>Click on the download link to get the installer.</li>
</ul>
<h5>2.2 <strong>Install VirtualBox</strong></h5>
<ul>
<li><strong>Windows:</strong> Double-click the downloaded <code>.exe</code> file and follow the on-screen instructions.</li>
<li><strong>macOS:</strong> Open the downloaded <code>.dmg</code> file and double-click on the VirtualBox package to begin installation.</li>
<li><strong>Linux:</strong> Use your package manager. For Ubuntu/Debian-based systems, run the following command in the terminal:</li>
</ul>
<p>     sudo apt update<br />     sudo apt install virtualbox<br /><br /></p>
<p><strong>3. Follow the installation prompts</strong>, ensuring to install the VirtualBox Extension Pack if prompted. The Extension Pack adds support for USB devices, RDP, and more.</p>
<h4>. <strong>Download Ubuntu ISO</strong></h4>
<p>Next, you'll need the Ubuntu ISO file, which contains the operating system that you will install on your virtual machine.</p>
<h5>3.1 <strong>Download the ISO</strong></h5>
<ul>
<li>Go to the <a href="https://ubuntu.com/download/desktop" target="_new" rel="noopener">Ubuntu Downloads page</a>.</li>
<li>Choose the latest LTS (Long-Term Support) version for stability, typically recommended for new users.</li>
<li>Click the download button to get the ISO file.</li>
</ul>
<h4>4. <strong>Setting Up Ubuntu in VirtualBox</strong></h4>
<p>Now that you have both VirtualBox installed and the Ubuntu ISO file, you can create your virtual machine.</p>
<h5>4.1 <strong>Create a New Virtual Machine</strong></h5>
<ul>
<li>Open VirtualBox.</li>
<li>Click on <code>New</code> to create a new VM.</li>
<li><strong>Name the VM</strong> something recognizable like "Ubuntu."</li>
<li><strong>Type:</strong> Select <code>Linux</code>.</li>
<li><strong>Version:</strong> Choose <code>Ubuntu (64-bit)</code>.</li>
</ul>
<h5>4.2 <strong>Allocate Memory (RAM)</strong></h5>
<ul>
<li>Allocate memory for your VM. 2 GB (2048 MB) is the minimum recommended, but 4 GB (4096 MB) is better for smoother performance.</li>
</ul>
<h5>4.3 <strong>Create a Virtual Hard Disk</strong></h5>
<ul>
<li>Select <code>Create a virtual hard disk now</code> and click <code>Create</code>.</li>
<li>Choose <code>VDI (VirtualBox Disk Image)</code> as the hard disk file type and click <code>Next</code>.</li>
<li>For the storage type, choose <code>Dynamically allocated</code> (this will only use space on your physical hard disk as it fills up).</li>
<li>Set the size of the virtual hard disk. A minimum of 25 GB is recommended.</li>
</ul>
<h5>4.4 <strong>Mount the Ubuntu ISO</strong></h5>
<ul>
<li>After creating the VM, you'll need to mount the Ubuntu ISO.</li>
<li>Go to <code>Settings</code> &gt; <code>Storage</code>.</li>
<li>Under the <code>Controller: IDE</code>, click on the empty disk icon, then choose <code>Choose a disk file...</code>.</li>
<li>Navigate to where you downloaded the Ubuntu ISO file and select it.</li>
</ul>
<h5>4.5 <strong>Start the Virtual Machine</strong></h5>
<ul>
<li>Click <code>Start</code> to power on the VM.</li>
<li>The VM will boot from the Ubuntu ISO, launching the Ubuntu installation process.</li>
</ul>
<h4>5. <strong>Installing Ubuntu on the Virtual Machine</strong></h4>
<p>The final step is to install Ubuntu on your newly created virtual machine.</p>
<h5>5.1 <strong>Begin Installation</strong></h5>
<ul>
<li>After booting, you'll see the Ubuntu welcome screen. Select <code>Install Ubuntu</code>.</li>
<li>Choose your language and keyboard layout.</li>
</ul>
<h5>5.2 <strong>Installation Type</strong></h5>
<ul>
<li>You can choose the default <code>Normal Installation</code> and select <code>Erase disk and install Ubuntu</code>. Don't worry, this will only affect the virtual disk, not your physical hard drive.</li>
</ul>
<h5>5.3 <strong>Configure Your System</strong></h5>
<ul>
<li>Follow the on-screen prompts to set your time zone, create a username, and set a password.</li>
<li>Click <code>Install Now</code> to begin the installation process. This might take a few minutes.</li>
</ul>
<h5>5.4 <strong>Complete Installation</strong></h5>
<ul>
<li>Once the installation is complete, you’ll be prompted to restart the VM. After rebooting, remove the installation media (the mounted ISO) when prompted.</li>
</ul>
<h4>6. <strong>Final Configuration and First Use</strong></h4>
<p>After rebooting, you'll be greeted by the Ubuntu login screen. Log in using the credentials you created during installation.</p>
<h5>6.1 <strong>Install Updates and Additional Software</strong></h5>
<ul>
<li>Open the terminal (you can press <code>Ctrl + Alt + T</code>).</li>
<li>Run the following commands to update your system:
<div class="dark bg-gray-950 rounded-md border- border-token-border-medium">
<div class="flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md">sudo apt update<br />sudo apt upgrade</div>
</div>
<div class="flex items-center"> </div>
Now, explore Ubuntu and download any additional software you need! Reply with questions or additional help. Lets build an awesome community here! </li>
</ul>]]></content:encoded>
						                            <category domain="https://www.admirux.com/community/your-first-distribution">Installing and Configuring your first Distribution</category>                        <dc:creator>ADMIRUX</dc:creator>
                        <guid isPermaLink="true">https://www.admirux.com/community/your-first-distribution/downloading-virtualbox-and-ubuntu</guid>
                    </item>
							        </channel>
        </rss>
		