Installation and Running OpenThOs img - openthos/openthos GitHub Wiki
Download, Install and Run OpenThOs
Preparing
- An android_x86_64.img image which can boot into UEFI.
- A PC whic can Boot in UEFI mode
- A larger than 1GB USB disk
How to get an openthos image
If you want to try our system, you can download our images from baidu cloud disk:
http://pan.baidu.com/s/1i4vSEf7 PW:z8wu
Then you can watch Installation guide to run our images in your PC, or try it by virtualbox
Creating bootable USB disk
Howto on Windows
Open android_x86_64.img with 7zip,and copy all files to your USB disk。
Howto on linux
You may create a bootable USB disk by
sudo umount your_usb_device(with partition number e.g. /dev/sdc1)
sudo dd if=android_x86_64.img of=your_usb_device(no partition number e.g. /dev/sdc)
Installation
-
Bootint your USB disk in UEFI
-
Enter your PC's setup,change boot tab to open uefi mode and reboot.
-
Enter your PC's boot menu and select your USB disk to boot into UEFI grub.
-
Using installer
After entered UEFI grub, you will see 4 selections:run system live, run system live(DEBUG Mode), installer and boot into windows.Select installer to start installation.
-
Create partition(if you have a partiton to install, please go to 4)
-
Select create/modify partitions.
-
Select a disk to create new partition.
-
Use arrow keys select usable space and select "new".
-
Input the partition information to set a new partition.
-
Use arrow keys select "write" to save your changes.
-
Install
-
Select the partition you want to install the system into.
-
Format the partition you selected to EXT4 fs.
-
Select yes to install a read/write system dir.
-
Wait for installation complete and reboot.
-
Boot system
Boot with rEFInd:If you have a rEFInd in your efi parition, the installer will add a menuentry for Android-x86 and you can boot with it.We suggest to use rEFInd as your bootmanager. For more information please read rEFInd's home page Boot with grub2:Enter your PC's setup and set all boot selection to disable. After you do that and reboot, you will enter grub2 and you can select a menuentry(openthos,openthos debug,windows) to boot the system you want.
Reports of successes or failures on other distributions are welcome.