浏览代码

0366: Running a BlissOS VM in VirtualBox

i12bretro 2 年之前
父节点
当前提交
e47fb871f1
共有 1 个文件被更改,包括 85 次插入0 次删除
  1. 85 0
      0366.html

+ 85 - 0
0366.html

@@ -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&amp;use_mirror=versaweb&amp;r=https%3A%2F%2Fblissos.org%2F" target="_blank">Download</a></li>
+	<li>Launch VirtualBox</li>
+	<li>Create a New VM by selecting Machine &gt; 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 &gt; 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 &gt; 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 &gt; Normal</li>
+	<li>At the Live &amp; Installation CD screen select Installation - Install Bliss-OS to harddisk... &gt; Press Enter</li>
+	<li>Select Create/Modify Partitions &gt; Press Enter</li>
+	<li>Select No to use GPT &gt; Press Enter</li>
+	<li>Select New &gt; Press Enter</li>
+	<li>Select Primary &gt; Press Enter &gt; Leave the default size &gt; Press Enter</li>
+	<li>Select Bootable &gt; Press Enter</li>
+	<li>Select Write &gt; Press Enter</li>
+	<li>Type yes to confirm writing the changes &gt; Press Enter</li>
+	<li>Select Quit &gt; Press Enter</li>
+	<li>Select the newly created sda1 partition &gt; OK</li>
+	<li>Select the ext4 file system &gt; 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 &gt; Optical Drives &gt; 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>
+