0

Possible Duplicate:
How to dual boot windows 7 and ubuntu?

Im going to install ubuntu 12.04.1 with my current operating system which is windows7 Im going to use dual boot. i partitioned my ntfs drive and create new 25Gb ntfs drive for ubuntu tell me is it alright or can i make more changes like for swap file or etc or just install ubuntu on my new created 25 gb ntfs drive and start using ubuntu please guide me because its my 1st time and i dont wana loose my windows operating system.And one onother thing i want to share with you recently i created a ubuntu live usb but it have some issues like slow startup slow shut down etc and i can't able to install third party softwares and ubuntu update every time i install it shows error so thats why i decided i'm installing it (ubuntu) on pc with win7 and use it with dual boot.

2 Answers2

0

When installing you will be asked what what you want to do with tree option, erase everything and install ubuntu, install ubuntu on you 2nd partition, or do something else. In principle the 2nd should be good for you, but if you have doughs you can do something else and define yourself the partitions.

For this you need to create in that empty space a swap area, about the size of your memory, and a mount point for "/" with ext4 format. You can do more but this is the bare necessary.

Also, because you are installing from a usb, don't forget to change the boot to your hdd. I believe that by default it goes to your usb.

I hope this helps, and enjoy ubuntu ;).

Presbitero
  • 1,155
  • 3
  • 11
  • 22
0

first of all a quick terminology check. - I assume you partitioned your drive and you created a 25 gigabyte partition where you intend to install Ubuntu.

If you want a swap partition, then now is a good time, before you install, to delete that partition you made and create a new 25GB minus your desired swap partition size.

A good swap size is somewhat a matter of opinion these days, and depends on the amount of RAM in your computer. As a very rough rule, go with the same size swap as your amount of RAM, assuming you have at least 2GB or RAM (as you are running Windows 7, I will assume you do. So, make a 23GB parition and make another 2GB partition for swap. Don't bother formatting it with NTFS this time, as you will need a different format for your Ubuntu install. In fact you are probably better off just leaving the space unpartitioned and allowing the Ubuntu installer to deal with it.

Your Ubuntu installation should go well, and if you install the boot loader (GRUB) to the Master boot record, you should, when Ubuntu has finished installing, be able to dual boot into Windows 7 and Ubuntu. That is the way it is designed to work.

However, things can go wrong, and as there are so many variables and possibilities, the best advice I feel that I can offer you is to find somebody who knows how to recover an non-bootable system and who has the tools to do it. If you can get them to hold your hand as it were, during the installation, you will be fine.

If you decide to go it alone, then do the installation beside another computer that has access to the Internet, so that if at any point during the installation you feel uncomfortable about something, you can search for help. Be careful when choosing the partitions to install to.

Something you could do, if you are up for it, is to install virtualbox http://www.virtualbox.org on your windows 7 OS and create a virtual machine to practice installing Ubuntu on a virtual hard disk. This may allow you to become more comfortable with the installation procedure before you go ahead and install on your internal HD.

It goes without saying that you should backup your entire Windows 7 install before you proceed. At the very least, (as to be honest, if you are wary of installing Ubuntu, a full backup that would allow you to restore to a bootable system may be somewhat impractical for you) make a copy on an external USB memory or hard drive of all your work and documents, and ensure you have your original Windows 7 restore media and installation media for the programs you have installed, so that in the case of absolute disaster, you can factory install your Windows 7 and then restore your applications and your personal files.

I won't address the issue of the live USB, as you don't actually ask a question there, however, if you are asking for help with that, I would suggest you refrain from asking about two issues in the one thread.

Keith
  • 622