0515.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Vanilla ChromiumOS 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="ChromiumOS VirtualBox Tutorial,How To Virtualize ChromiumOS,VirtualBox,Virtual Machine,Virtual ChromeBox,Virtual ChromeBook,ChromiumOS,ChromeOS,ChromiumOS VirtualBox VM,Virtualize ChromiumOS,Can You Virtualize ChromiumOS,Virtualization,VM,Virtual ChromiumOS,Install Guide,Hypervisor,ChromiumOS VM,ChromiumOS Installation,Open Source,ChromeOS VirtualBox VM,ChromeOS VirtualBox,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Vanilla ChromiumOS VM in Virtualbox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/22/2022 02:52:46 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 Vanilla ChromiumOS VM in Virtualbox</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <p><em>NOTE: This method uses an older outdated version of ChromiumOS</em></p>
  26. <ol>
  27. <li>Open a web browser and download the ChromiumOS .ova <a href="http://sourceforge.net/projects/archiveos/files/c/chromeos-vanilla/ChromeOS-Vanilla-4028.0.2013_04_20_1810-r706c4144-VirtualBox.zip/download" target="_blank">Download</a></li>
  28. <li>Extract the downloaded .zip file</li>
  29. <li>Launch VirtualBox</li>
  30. <li>Create a New VM by selecting Machine &gt; New
  31. <p>Name: ChromiumOS<br />
  32. Machine Folder: C:\VMs<br />
  33. Type: Linux<br />
  34. Version: Other Linux (32-bit)<br />
  35. Memory Size: 2048 MB<br />
  36. Hard disk: Use an existing virtual hard disk now</p>
  37. </li>
  38. <li>Click the folder icon &gt; Browse to and select the extracted ChromeOS-Vanilla .vdi file</li>
  39. <li>Click Create</li>
  40. <li>Select the VM and Click Settings</li>
  41. <li>Select System &gt; Processor</li>
  42. <li>Check the Enable PAE/NX checkbox</li>
  43. <li>Select Display</li>
  44. <li>Slide the Video Memory to 128 MB</li>
  45. <li>Select Network</li>
  46. <li>Set the attached to dropdown to Bridged Adapter</li>
  47. <li>Expand the Advanced options area</li>
  48. <li>Set the Adapter Type to Intel PRO/1000 MT Desktop</li>
  49. <li>Click OK</li>
  50. <li>Make sure the ChromiumOS VM is selected and click Start &gt; Normal</li>
  51. <li>Click Continue on the Welcome! screen</li>
  52. <li>Press Escape to cancel checking for updates</li>
  53. <li>Click the browse as guest link</li>
  54. <li>Welcome to ChromiumOS</li>
  55. </ol> </div>
  56. </div>
  57. </body>
  58. </html>