Remix OS is a beautiful android operating system designed or desktops. It brings the lovely android experience to your PC system. It's based on most famous Androidx86 but it's fully customized. With new beta release, you don't need any tricks to install it right on your another partition of your HDD if you already run Windows OS, since the installer program for Windows is included when you download it from official website. What if you don't have Windows on your system because you are Ubuntu user? This tutorial will answer your question.
![]() |
remix os |
How to Install:
- Download Remix OS from official website here
- Extract downloaded zip file and copy .iso file to Desktop.
- On your Desktop, extract .iso file
- Open terminal, create a "remix" folder on root directory by typing this "sudo mkdir /remix" (without quote) hit enter it will prompt you to type your root password, type it then hit enter.
- Create "data" folder inside "remix" folder, type "sudo mkdir /remix/data"
- Open files manager under root privilege, on terminal type "sudo nautilus"
- On files manager go to Desktop directory open extracted folder from step no.3 and copy these files: initrd.img, kernel, ramdisk.img, system.img and paste them to folder you have created on step no.4.
Now everything is set up, but how to boot it?
To boot Remix OS you have to add it to your GRUB menu. I personally use grub-customizer to add it, but the easiest way is:
- open terminal type "gksudo gedit /etc/grub.d/40_custom" you'll be prompted for root password (you know what to do) and you will get gedit window with some text on it. Add this code:
menuentry 'Remix OS' --class android-x86 {insmod part_gptsearch --file --no-floppy --set=root /remix/system.imglinux /remix/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive CMDLINEinitrd /remix/initrd.img}
- Close gedit you'll be prompt to save it or discard it. Save it.
- On terminal type "sudo update-grub" again, it will ask your root password, you know what to do, right?
Remix OS is installed on your system without making new partition on your HDD and now you can reboot your system and choose remix from grub menu.
Want to see how i install Remix OS? Watch this Video:
https://www.youtube.com/watch?v=ppJIweqFCMA