0366.html 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a BlissOS 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="Hypervisor,Install Guide,VirtualBox,Virtual Machine,VM,Android X86,Pie,Android,BlissOS,Bliss OS,Android VM,How To Run BlissOS In VirtualBox,How To Install BlissOS,BlissOS Install Guide,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a BlissOS VM in VirtualBox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="08/02/2022 08:38:52 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 BlissOS VM in VirtualBox</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>What is BlissOS?</h2>
  26. <blockquote><em>[BlissOS is] an Open Source OS, based on Android, that incorporates many optimizations, features, and expanded device support. And it is available for just about any Chromebook, Windows/Linux PC or tablet released in the last 4 years -<a href="https://blissos.org/index.html" target="_blank">https://blissos.org/index.html</a></em></blockquote>
  27. <ol>
  28. <li>Download BlissOS <a href="https://sourceforge.net/projects/blissos-x86/files/Official/bleeding_edge/Generic%20builds%20-%20Pie/11.13/Bliss-v11.13--OFFICIAL-20201113-1525_x86_64_k-k4.19.122-ax86-ga-rmi_m-20.1.0-llvm90_dgc-t3_gms_intelhd.iso/download?use_mirror=versaweb&amp;use_mirror=versaweb&amp;r=https%3A%2F%2Fblissos.org%2F" target="_blank">Download</a></li>
  29. <li>Launch VirtualBox</li>
  30. <li>Create a New VM by selecting Machine &gt; New
  31. <p>Name: BlissOS<br />
  32. Machine Folder: C:\VMs<br />
  33. Type: Linux<br />
  34. Version: Other Linux (64-bit)<br />
  35. Memory Size: 2048 MB<br />
  36. Hard disk: Create a virtual hard disk now</p>
  37. </li>
  38. <li>Click Create</li>
  39. <li>On the Create Virtual Hard Disk dialog
  40. <p>Name the virtual disk image BlissOS.vdi<br />
  41. File size: 16 GB<br />
  42. Hard disk file type: VDI<br />
  43. Storage on physical hard disk: Dynamically Allocated</p>
  44. </li>
  45. <li>Click Create</li>
  46. <li>Select the VM and Click Settings</li>
  47. <li>Select System &gt; Processor</li>
  48. <li>Give the VM at least 2 processors</li>
  49. <li>Select Display</li>
  50. <li>Slide the Video Memory to 128 MB and set the Graphics Controller to VBoxVGA</li>
  51. <li>Select Network</li>
  52. <li>Set the attached to dropdown to Bridged Adapter</li>
  53. <li>Select Storage</li>
  54. <li>Click on the CD-ROM drive</li>
  55. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  56. <li>Browse to and select the downloaded BlissOS .iso file</li>
  57. <li>Click OK</li>
  58. <li>Make sure the BlissOS VM is selected and click Start &gt; Normal</li>
  59. <li>At the Live &amp; Installation CD screen select Installation - Install Bliss-OS to harddisk... &gt; Press Enter</li>
  60. <li>Select Create/Modify Partitions &gt; Press Enter</li>
  61. <li>Select No to use GPT &gt; Press Enter</li>
  62. <li>Select New &gt; Press Enter</li>
  63. <li>Select Primary &gt; Press Enter &gt; Leave the default size &gt; Press Enter</li>
  64. <li>Select Bootable &gt; Press Enter</li>
  65. <li>Select Write &gt; Press Enter</li>
  66. <li>Type yes to confirm writing the changes &gt; Press Enter</li>
  67. <li>Select Quit &gt; Press Enter</li>
  68. <li>Select the newly created sda1 partition &gt; OK</li>
  69. <li>Select the ext4 file system &gt; OK</li>
  70. <li>Select Yes to confirm formatting the disk</li>
  71. <li>Select Yes to install the GRUB bootloader</li>
  72. <li>Select Yes to make the /system directory read-write</li>
  73. <li>Once the installation completes, select Devices &gt; Optical Drives &gt; Remove disk from virtual drive</li>
  74. <li>If prompted, click Force Unmount to remove the disk image</li>
  75. <li>Select Reboot</li>
  76. <li>Press Enter at the GRUB menu to continue booting</li>
  77. <li>Wait while the system partition has been extended</li>
  78. <li>Welcome to BlissOS</li>
  79. </ol> </div>
  80. </div>
  81. </body>
  82. </html>