Browse Source

0490: Running a Red Hat Enterprise Linux (RHEL) 8 VM in Virtualbox

i12bretro 2 years ago
parent
commit
132ab23e9a
1 changed files with 85 additions and 0 deletions
  1. 85 0
      0490.html

+ 85 - 0
0490.html

@@ -0,0 +1,85 @@
+    <!DOCTYPE html>
+    <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
+      <head>
+        <title>Running a Red Hat Enterprise Linux (RHEL) 8 VM in Virtualbox</title>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta charset="UTF-8">
+        <meta name="keywords" content="Home Lab,Home Lab Ideas,Hypervisor,Install Guide,Self-Hosted,VirtualBox,Linux,Red Hat Enterprise Linux VirtualBox Installation,Red Hat Enterprise Linux Tutorial,Red Hat Enterprise Linux Quick Start,Red Hat Enterprise Linux Virtual Machine,Red Hat Enterprise LinuxOS,RHEL,RHEL 8,Red Hat Enterprise Linux 8,How To,Tutorial,i12bretro">
+        <meta name="author" content="i12bretro">
+        <meta name="description" content="Running a Red Hat Enterprise Linux (RHEL) 8 VM in Virtualbox">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="revised" content="04/20/2023 05:12:29 PM" />
+				          <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
+				  <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
+				        <script type="text/javascript" src="includes/js/steps.js"></script>
+        <link href="css/steps.css" rel="stylesheet" type="text/css" />
+      </head>
+      <body>
+        <div id="gridContainer">
+          <div class="topMargin"></div>
+          <div id="listName" class="topMargin">
+            <h1>Running a Red Hat Enterprise Linux (RHEL) 8 VM in Virtualbox</h1>
+          </div>
+          <div></div>
+          <div id="content">
+          <ol>
+	<li>Download the RHEL 8 .iso <a href="https://developers.redhat.com/products/rhel/download" target="_blank">Download</a> | <a href="https://archive.org/download/rhel-8.3-x86_64-resources" target="_blank">Download</a></li>
+	<li>Launch Virtualbox</li>
+	<li>Create a New VM by selecting Machine &gt; New
+	<p>Name: RHEL 8<br />
+	Machine Folder: C:\VMs<br />
+	Type: Linux<br />
+	Version: Red Hat (64-bit)<br />
+	Memory Size: 4096 MB<br />
+	Hard disk: Create a virtual hard disk now</p>
+	</li>
+	<li>Click Create</li>
+	<li>On the Create Virtual Hard Disk dialog
+	<p>Name the virtual disk image RHEL 8.vdi<br />
+	File size: 30 GB<br />
+	Hard disk file type: VDI<br />
+	Storage on physical hard disk: Dynamically Allocated</p>
+	</li>
+	<li>Click Create</li>
+	<li>Select the VM and Click Settings</li>
+	<li>Select System &gt; Processor</li>
+	<li>Give the VM at least 2 processors</li>
+	<li>Select Display</li>
+	<li>Slide the Video Memory to 128 MB</li>
+	<li>Select Network</li>
+	<li>Set the attached to dropdown to Bridged Adapter</li>
+	<li>Select Storage</li>
+	<li>Click on the CD-ROM drive</li>
+	<li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
+	<li>Browse to and select the downloaded RHEL 8 .iso file</li>
+	<li>Click OK</li>
+	<li>Make sure the RHEL 8 VM is selected and click Start &gt; Normal</li>
+	<li>Press Ctrl+C to cancel the disk check</li>
+	<li>When the menu displays select Install Red Hat Enterprise Linux 8.3 &gt; Press Enter</li>
+	<li>Select a language &gt; Click Continue</li>
+	<li>Click the Installation Destination button</li>
+	<li>Click the ATA VBOX HARDDISK to select it</li>
+	<li>Set the Storage Configuration to automatic</li>
+	<li>Click Done in the top left of the dialog</li>
+	<li>Click the Time &amp; Date button</li>
+	<li>Set the Region and City values</li>
+	<li>Click Done in the top left of the dialog</li>
+	<li>Click the Network and Hostname option</li>
+	<li>Set the VM hostname &gt; Click Apply</li>
+	<li>If the network adapter is set to Off, set it to On</li>
+	<li>Click Done in the top left of the dialog</li>
+	<li>Click Begin Installation</li>
+	<li>Under User Settings, select Root Password</li>
+	<li>Set a root password and click the Done button</li>
+	<li>Again under User Settings, select User Creation</li>
+	<li>Set a username and password and click the Done button</li>
+	<li>Wait for the installation to complete copying files</li>
+	<li>Once complete, Click Devices &gt; Optical Drives &gt; Remove disk from virtual drive</li>
+	<li>Select Force unmount</li>
+	<li>Click the Reboot button, the VM will reboot</li>
+	<li>Welcome to Red Hat Enterprise Linux</li>
+</ol>          </div>
+        </div>
+      </body>
+    </html>
+