0454.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>TurnKey Linux Core Install Guide Using Virtualbox</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="TurnKey,Core,Linux,Debian,VirtualBox,VM,Hypervisor,Virtual Machine,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="TurnKey Linux Core Install Guide Using Virtualbox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="06/12/2022 04:20:04 AM" />
  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>TurnKey Linux Core Install Guide Using Virtualbox</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Open a web browser and download the Turnkey Linux Core .ova <a href="https://www.turnkeylinux.org/core" target="_blank">Download</a></li>
  27. <li>Launch VirtualBox</li>
  28. <li>Select File &gt; Import Appliance...</li>
  29. <li>Click the Browse icon &gt; Navigate to and select the downloaded .ova file</li>
  30. <li>Click Next and then Import</li>
  31. <li>Make sure the Turnkey Core VM is selected and click Start &gt; Normal</li>
  32. <li>Once the VM boots, enter a new root password</li>
  33. <li>Select Skip on the TurnKey Backup and Migration screen</li>
  34. <li>Select Skip on the System Notifications screen</li>
  35. <li>Select Install on the Security Updates screen</li>
  36. <li>Note the URLs and IP address for the VM &gt; Press Enter to finish the installation</li>
  37. <li>Welcome to TurnKey Linux Core</li>
  38. </ol>
  39. </div>
  40. </div>
  41. </body>
  42. </html>