0490.html 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Red Hat Enterprise Linux (RHEL) 8 VM in Virtualbox</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <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">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Red Hat Enterprise Linux (RHEL) 8 VM in Virtualbox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="04/20/2023 05:12:29 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Running a Red Hat Enterprise Linux (RHEL) 8 VM in Virtualbox</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <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>
  27. <li>Launch Virtualbox</li>
  28. <li>Create a New VM by selecting Machine &gt; New
  29. <p>Name: RHEL 8<br />
  30. Machine Folder: C:\VMs<br />
  31. Type: Linux<br />
  32. Version: Red Hat (64-bit)<br />
  33. Memory Size: 4096 MB<br />
  34. Hard disk: Create a virtual hard disk now</p>
  35. </li>
  36. <li>Click Create</li>
  37. <li>On the Create Virtual Hard Disk dialog
  38. <p>Name the virtual disk image RHEL 8.vdi<br />
  39. File size: 30 GB<br />
  40. Hard disk file type: VDI<br />
  41. Storage on physical hard disk: Dynamically Allocated</p>
  42. </li>
  43. <li>Click Create</li>
  44. <li>Select the VM and Click Settings</li>
  45. <li>Select System &gt; Processor</li>
  46. <li>Give the VM at least 2 processors</li>
  47. <li>Select Display</li>
  48. <li>Slide the Video Memory to 128 MB</li>
  49. <li>Select Network</li>
  50. <li>Set the attached to dropdown to Bridged Adapter</li>
  51. <li>Select Storage</li>
  52. <li>Click on the CD-ROM drive</li>
  53. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  54. <li>Browse to and select the downloaded RHEL 8 .iso file</li>
  55. <li>Click OK</li>
  56. <li>Make sure the RHEL 8 VM is selected and click Start &gt; Normal</li>
  57. <li>Press Ctrl+C to cancel the disk check</li>
  58. <li>When the menu displays select Install Red Hat Enterprise Linux 8.3 &gt; Press Enter</li>
  59. <li>Select a language &gt; Click Continue</li>
  60. <li>Click the Installation Destination button</li>
  61. <li>Click the ATA VBOX HARDDISK to select it</li>
  62. <li>Set the Storage Configuration to automatic</li>
  63. <li>Click Done in the top left of the dialog</li>
  64. <li>Click the Time &amp; Date button</li>
  65. <li>Set the Region and City values</li>
  66. <li>Click Done in the top left of the dialog</li>
  67. <li>Click the Network and Hostname option</li>
  68. <li>Set the VM hostname &gt; Click Apply</li>
  69. <li>If the network adapter is set to Off, set it to On</li>
  70. <li>Click Done in the top left of the dialog</li>
  71. <li>Click Begin Installation</li>
  72. <li>Under User Settings, select Root Password</li>
  73. <li>Set a root password and click the Done button</li>
  74. <li>Again under User Settings, select User Creation</li>
  75. <li>Set a username and password and click the Done button</li>
  76. <li>Wait for the installation to complete copying files</li>
  77. <li>Once complete, Click Devices &gt; Optical Drives &gt; Remove disk from virtual drive</li>
  78. <li>Select Force unmount</li>
  79. <li>Click the Reboot button, the VM will reboot</li>
  80. <li>Welcome to Red Hat Enterprise Linux</li>
  81. </ol> </div>
  82. </div>
  83. </body>
  84. </html>