|
@@ -0,0 +1,45 @@
|
|
|
|
+ <!DOCTYPE html>
|
|
|
|
+ <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
+ <head>
|
|
|
|
+ <title>Running a CloudReady ChromeOS 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,Can You Virtualize ChromiumOS,ChromeOS VirtualBox,ChromeOS VirtualBox VM,ChromeOS,ChromeOS Installation,ChromeOS VM,ChromeOS VirtualBox Tutorial,How To Virtualize ChromeOS,VM,Virtual ChromeBook,Virtual ChromeBox,Virtual ChromeOS,Virtual Machine,VirtualBox,Virtualization,Virtualize ChromeOS,How To,Tutorial,i12bretro">
|
|
|
|
+ <meta name="author" content="i12bretro">
|
|
|
|
+ <meta name="description" content="Running a CloudReady ChromeOS VM in Virtualbox">
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
+ <meta name="revised" content="12/09/2023 01:01:56 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 CloudReady ChromeOS VM in Virtualbox</h1>
|
|
|
|
+ </div>
|
|
|
|
+ <div></div>
|
|
|
|
+ <div id="content">
|
|
|
|
+ <p><em>NOTE: This method uses an older version of CloudReady Free. The latest release is incompatible with VirtualBox due to graphics requirements</em></p>
|
|
|
|
+
|
|
|
|
+<ol>
|
|
|
|
+ <li>Open a web browser and download the CloudReady .ova <a href="https://s3.amazonaws.com/cloudready-vms/CloudReady_Free_x64_Virtualbox.ova" target="_blank">Download</a></li>
|
|
|
|
+ <li>Launch VirtualBox</li>
|
|
|
|
+ <li>Select File > Import Appliance...</li>
|
|
|
|
+ <li>Click the Browse icon > Navigate to the downloaded .ova file > Select CloudReady_Free_x64_Virtualbox.ova</li>
|
|
|
|
+ <li>Click Next and then Import</li>
|
|
|
|
+ <li>Make sure the CloudReady_Free_x64 VM is selected and click Start > Normal</li>
|
|
|
|
+ <li>Select a Language and Keyboard Layout > Click Continue</li>
|
|
|
|
+ <li>Click Accept and install</li>
|
|
|
|
+ <li>Click Continue without Flash</li>
|
|
|
|
+ <li>Enter your Google/GMail account and password</li>
|
|
|
|
+ <li>Select an icon for your user account > Click OK</li>
|
|
|
|
+ <li>Click the Take a tour button</li>
|
|
|
|
+ <li>Welcome to CloudReady, ChromeOS</li>
|
|
|
|
+</ol> </div>
|
|
|
|
+ </div>
|
|
|
|
+ </body>
|
|
|
|
+ </html>
|
|
|
|
+
|