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