I want to install ubuntu 12.04 64bit along side with windows 7 32 bit. Is it possible?
Asked
Active
Viewed 568 times
1 Answers
0
Dual-booting is a very easy process with almost no risk. Here's the safest way you can do it:
- Start up your Ubuntu Live CD, changing your BIOS settings if necessary to boot a CD.
- Choose "Try Ubuntu Before Installing." That way, you can see if everything works.
- If everything does work, double-click "Install Ubuntu" on your desktop.
- Go through the settings until you reach "How would you like to install Ubuntu?"
- Choose "Install Alongside Windows 7" and accept the default configuration.
- Finish going through the configuration, then wait for Ubuntu to install.
It is possible you will be unable to boot into Ubuntu. Here's how you can fix that:
- Start up your Live CD again and choose "Try Ubuntu Before Installing."
- Press Ctrl+Alt+T in to open Terminal.
- Type
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
. - Press Enter and let the command run.
- Type
sudo apt-get install -y boot-repair && (boot-repair &)
and press Enter. - Choose the "Recommended Repair"
- Follow the instructions you are given.
- Reboot when done.
It is also possible you will be unable to boot Windows. If that happens, do this:
- Boot into Ubuntu.
- Press Ctrl+Alt+T in to open Terminal.
- Type
sudo update-grub
and press Enter. - Enter your password and press Enter.
- Reboot when done.
By now, you should have Ubuntu and Windows 7 in a proper dual boot configuration. Good luck with your install!

Dillmo
- 1,985
- 3
- 18
- 34