|
@@ -0,0 +1,85 @@
|
|
|
+ <!DOCTYPE html>
|
|
|
+ <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
+ <head>
|
|
|
+ <title>Running a BlissOS VM in VirtualBox</title>
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <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">
|
|
|
+ <meta name="author" content="i12bretro">
|
|
|
+ <meta name="description" content="Running a BlissOS VM in VirtualBox">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta name="revised" content="08/02/2022 08:38:52 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 BlissOS VM in VirtualBox</h1>
|
|
|
+ </div>
|
|
|
+ <div></div>
|
|
|
+ <div id="content">
|
|
|
+ <h2>What is BlissOS?</h2>
|
|
|
+
|
|
|
+<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>
|
|
|
+
|
|
|
+<ol>
|
|
|
+ <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&use_mirror=versaweb&r=https%3A%2F%2Fblissos.org%2F" target="_blank">Download</a></li>
|
|
|
+ <li>Launch VirtualBox</li>
|
|
|
+ <li>Create a New VM by selecting Machine > New
|
|
|
+ <p>Name: BlissOS<br />
|
|
|
+ Machine Folder: C:\VMs<br />
|
|
|
+ Type: Linux<br />
|
|
|
+ Version: Other Linux (64-bit)<br />
|
|
|
+ Memory Size: 2048 MB<br />
|
|
|
+ Hard disk: Create a virtual hard disk now</p>
|
|
|
+ </li>
|
|
|
+ <li>Click Create</li>
|
|
|
+ <li>On the Create Virtual Hard Disk dialog
|
|
|
+ <p>Name the virtual disk image BlissOS.vdi<br />
|
|
|
+ File size: 16 GB<br />
|
|
|
+ Hard disk file type: VDI<br />
|
|
|
+ Storage on physical hard disk: Dynamically Allocated</p>
|
|
|
+ </li>
|
|
|
+ <li>Click Create</li>
|
|
|
+ <li>Select the VM and Click Settings</li>
|
|
|
+ <li>Select System > Processor</li>
|
|
|
+ <li>Give the VM at least 2 processors</li>
|
|
|
+ <li>Select Display</li>
|
|
|
+ <li>Slide the Video Memory to 128 MB and set the Graphics Controller to VBoxVGA</li>
|
|
|
+ <li>Select Network</li>
|
|
|
+ <li>Set the attached to dropdown to Bridged Adapter</li>
|
|
|
+ <li>Select Storage</li>
|
|
|
+ <li>Click on the CD-ROM drive</li>
|
|
|
+ <li>Select the disc dropdown to the right > Choose a virtual optical disc file...</li>
|
|
|
+ <li>Browse to and select the downloaded BlissOS .iso file</li>
|
|
|
+ <li>Click OK</li>
|
|
|
+ <li>Make sure the BlissOS VM is selected and click Start > Normal</li>
|
|
|
+ <li>At the Live & Installation CD screen select Installation - Install Bliss-OS to harddisk... > Press Enter</li>
|
|
|
+ <li>Select Create/Modify Partitions > Press Enter</li>
|
|
|
+ <li>Select No to use GPT > Press Enter</li>
|
|
|
+ <li>Select New > Press Enter</li>
|
|
|
+ <li>Select Primary > Press Enter > Leave the default size > Press Enter</li>
|
|
|
+ <li>Select Bootable > Press Enter</li>
|
|
|
+ <li>Select Write > Press Enter</li>
|
|
|
+ <li>Type yes to confirm writing the changes > Press Enter</li>
|
|
|
+ <li>Select Quit > Press Enter</li>
|
|
|
+ <li>Select the newly created sda1 partition > OK</li>
|
|
|
+ <li>Select the ext4 file system > OK</li>
|
|
|
+ <li>Select Yes to confirm formatting the disk</li>
|
|
|
+ <li>Select Yes to install the GRUB bootloader</li>
|
|
|
+ <li>Select Yes to make the /system directory read-write</li>
|
|
|
+ <li>Once the installation completes, select Devices > Optical Drives > Remove disk from virtual drive</li>
|
|
|
+ <li>If prompted, click Force Unmount to remove the disk image</li>
|
|
|
+ <li>Select Reboot</li>
|
|
|
+ <li>Press Enter at the GRUB menu to continue booting</li>
|
|
|
+ <li>Wait while the system partition has been extended</li>
|
|
|
+ <li>Welcome to BlissOS</li>
|
|
|
+</ol> </div>
|
|
|
+ </div>
|
|
|
+ </body>
|
|
|
+ </html>
|
|
|
+
|