How to Dual-Boot Your Device With Both Android And Ubuntu Touch

Advertisement

You may have noticed in the Android smartphones and tablets is almost on par with PCs. So, like computers, dual booting these devices is quite possible. In this article we explain how a dual boot system with Ubuntu Touch and Android operating systems. Canonical announced a dual-boot tool for your OS recently, but the developer preview, it’s not completely bug-free. So use it at your own risk.

The tool allows you to use both Android and Ubuntu Touch operating systems on your devices. It requires reflashing of the recovery partition of your device. The steps involved in the process are as follows.

But first, you need to meet the following requirements,

  • -You need an unlocked Android device.
  • You need to backup the copy of your current operating system.

Let’s begin.

Advertisement

1. First, start your Ubuntu desktop, add the repository and update it.

sudo add-apt-repository ppa:phablet-team/tools
sudo apt-get update

2. Next you need to install the Developer Preview Tools

sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot

Advertisement

3. If your Android device isn’t unlocked already, then unlock it. This can be done by enabling USB debugging on your Android device and then connect it to Fastboot on your Ubuntu desktop.

sudo fastboot oem unlock

4. Now you need to download the installation script and make it executable.

chmod +x dualboot.sh

Advertisement

5. Now you will be installing the dual booth Ubuntu Installer. This will be done by running the command given below along with your Android device connected to the computer. Here, if you are using a stock ROM, then use the first command. If you’re using a non-stock OS then the second command will come in handy.

– ./dualboot.sh FULL
– ./dualboot.sh UPDATE

A stock ROM is one that has no modifications, like an added SuperUser app etc. A non-stock ROM is like a CyanogenMod edition or something like that.

6. After executing the script, your device may reboot several times. This is normal, so don’t worry about it. When the process is completed, the Ubuntu Installer will be added to the Apps section. In order to install Ubuntu onto it, use the command below,

Advertisement

adb shell “su sh rm -rf /cache/*”

7. Open the Ubuntu Installer and choose ‘Trusty’ channel. This will be followed by a number of on-screen instruction that you will need to follow. These will also cover how to provide SuperUser grants. Let the installation continue after this.

8. Once the installation is completed, you will find the ‘Reboot to Ubuntu’ option. Choose this to boot your device with Ubuntu Touch.

Advertisement
Advertisement
Telecom Clue:
Related Post