How to Dual Boot Asus Transformer With Ubuntu

dualboot-android-ubuntuI got myself a Asus Transformer tablet in June 2011 and since then, I have been looking for an easy way to install Ubuntu on it. The form factor, the keyboard dock and the hardware spec of Asus transformer make it just right for a portable computer. However, back then, getting Ubuntu on board the device is not easy and requires lot of hacking and scripting.

Recently, I re-checked the XDA-Developers forum again and found that someone has created a super-easy way to create a dualboot system. I tried it and it works! Here’s what I did:.
[Read more...]

Snippet: How to Create a Mac Boot Entry in Grub2

If you have just created a dual-boot system with Mac Snow Leopard and Ubuntu Karmic and find that the Grub2 does not boot up your Mac, you can follow the instruction below to add the correct boot entry in Grub2.

Boot into Ubuntu Karmic.

Open a terminal and type:

sudo gedit /etc/grub.d/40_custom

Add the following to the end of the file:

menuentry "MacOS X Snow Leopard" {
        insmod hfsplus
        set root=(hd0,X) #change X to the Mac SL partition
        multiboot /boot
}

Save and close the file. Back in the terminal, type:

sudo update-grub

That’s it. You should now see an extra entry in your Grub screen. Scroll down to the last entry and it will boot into your Mac Snow Leopard.
[Read more...]

How to Dual Boot Windows Vista And Windows 7

windows-selection

For those of you who have waited long for the beta release of Windows 7, Micosoft has finally released the link for you to download a copy to test. In case you have not downloaded, here is the link:

  • Windows 7 beta 32-bit version
  • Windows 7 beta 64-bit version (the download is no longer available)

The file size is about 2.4GB in size, so make sure you are on a broadband connection and have several hours to spare. You will have to burn it into a DVD to use it.

Once you have downloaded it, you will have to install it on a working machine in order to access the full functionality. As this is still a beta release and not suitable for daily production use, it is not wise to erase or upgrade your existing Vista to Windows 7. A good way is to create a dual boot system where you can choose to boot into Vista or Win 7. Here’s how it’s done:
[Read more...]

How To Dual Boot Windows XP And Vista

xp-vista-logoEven though Windows Vista has been around for close to two years, there are still many people who can’t bear to get rid of Win XP due to its stability and better hardware support. Luckily you can get the best of both world by creating a dual boot between Vista and XP.

Here is the tutorial to create a dual boot Vista/XP system. It is divided into 3 scenarios: Installing XP/Vista on a blank unformatted hard disk, installing Vista with XP pre-installed, installing XP with Vista preinstalled.  You will find yourself in one of these scenarios.
[Read more...]