RemixOS is a beautiful thing. Android on a PC, simple and fast and pretty, and all those apps!
But while it’s a nice place to visit, it still takes a bit of work to live there. So I’m going to document, here on my blog, the things I’ve done to make my “toy” computer someplace I could actually do business.
I’m going to start this in the middle, with something I learned later that it pays to know in the beginning. Install the 32 bit version! Even if you have a 64-bit-capable computer, your life will be easier (at least right now) in 32 bit land. Apps that provide native Intel libraries often do not supply 64 bit versions… apps like PrintHand or Print Hammermill.
Let’s start with installing RemixOS on your computer. If you, like me, want RemixOS to be the only OS on the computer, then start by either making a bootable USB flash drive containing your preferred edition (i.e. 32 bit, as I explained above) or burning the image to a DVD. I had a problem with the computer I’m using for testing being unable to boot USB… turned out it won’t boot any USB flash drive. So I did the burning option.
Rather than explain all of this myself, I’m going to chicken out and let someone else do it. If you want to create a bootable USB drive on Windows, you want to start following the directions at this link. When you get to step 5 and the menu appears (the GRUB boot menu, to be exact), press TAB to pause the boot and pick up the directions below.
If you are using a modern Linux distribution, install UNetbootin from your package manager and then run it. Tell it you are putting an ISO on your flash drive, then point it at the one you downloaded. Again, boot from it, and at the blue GRUB menu press TAB.
Okay, so, now you should be looking at the GRUB menu with a long string of garbage at the bottom. That long string of garbage is the boot command string which tells Linux (the underlying kernel for Android) how to boot. Without changing anything that is already there, add a space and then type in
INSTALL=1
at the end. Press ENTER, and the RemixOS installation system will start up.
I’m assuming you want to use the entire hard drive for RemixOS. If not, stop. The instructions I’m about to give you will DESTROY the contents of your hard drive… if you have anything important on there, you need to back it up first. No, I’m not going to explain how… Google for it.
If you are sure you are ready to erase that hard drive, well, here’s how you do it. RemixOS will ask where you want to install it, and it will show you a list of the available partitions on all your hard drives. You probably should start by choosing the option to change partitions, then choose your /dev/sda (the first hard drive). When it asks if you want to use GPT, say no. The next screen that comes up will be cfdisk, which will allow you to delete your partitions and create new ones.
After erasing your partitions, create a single partition for the entire hard drive, make it bootable, and then choose the Write option to save it. Finally, choose Quit to move on.
RemixOS will ask about formatting the drive. Choose ext3 or ext4 as the partition type (I’m not sure that it makes much difference which one you choose; ext4 is a bit better, technically). You’ll be warned that you are going to erase the hard drive, but don’t kid yourself, you already did that in the last step.
The operating system will now install. Walk away and let it work.
More later… look for Part 2, coming soon!