I have Dual Boot of Windows and Ubuntu 11.10, I recently learned that it is possible to install Android OS on Laptops, I also learned that in such cases Android uses its own Bootloader, Now what i want is
- Install Android Along with Ubu and Win.
- Use Grub/Burg as THE boot-loader.
and i was Unable to find info about second point in the internet, Help needed
I'm assuming you will install android into it's own partition - for example
/dev/sda3
- if in doubt typesudo fdisk -l
in a terminal.When installing android and it asks you to install Grub - DON'T!
Next, boot into Ubuntu
Launch Nautilus and double click the Android device and note the name of the Android folder name
Next we need to add some custom grub entries:
In a terminal:
Copy and paste the above custom entries into gedit.
Search and replace
android-2011-02-20
with the android folder name - for exampleandroid-2012-01-29
Next you need to work out which hard-disk and partition you have install android.
I've installed Android-x86 on
sda3
, so I've searched and replaced(hd0,4)
with(hd0,3)
-hd0
means the first hard disk (sda
) and3
is the partition and comes fromsda3
.Hard disk naming starts with 0 so basically,
sda
ishd0
,sdb
ishd1
and so on. Counting partitions doesn't start with0
, so if you've installed Android x86 on let's saysdb5
, you'd use(hd1,5)
.Save and close gedit
Finally update your grub configuration
sudo update-grub