0

I have installed the most recent version of Ubuntu, I always loved Linux but this is the first time I have ever installed it on my PC.

The fact is that I am a gamer and I wanted to install a windows8 partition so as to play games in there, and use Ubuntu for all the rest. The problem is I was so enthusiastic of having Linux that I installed Ubuntu first, Now I cant find a way of installing win8 and I cant divide my disk because I keep on having windows error saying it isn't a compatible partition to install windows in.

I read in tutorials that I had to use Grub so as to bring back MBR so as to install windows, but the tutorials used old versions of grub, and I cant find a way in grub 2.0 to bring the boot back. Also I read I had to use G parted, but this wasn't effective either.

If anyone knows how to install windows8 in a partition already having Ubuntu please help

Warren Hill
  • 22,412
  • 28
  • 70
  • 88

1 Answers1

0

Resizing partitions can be a bit tricky if you have never done it before. A good way to do it is by using a Live CD called GParted, which will help you manage your partitions after you download it and burn it to a CD / USB.

Once you have booted from the CD, open the program called 'GParted' and you'll be able to resize a partition by following these instructions (Basically, they tell you to go to the 'resize' option in the 'partitions' menu. On that menu, you'll be able to resize the partition freely).

Finally, to be able to install Windows on your drive, I think you'll have to format the unallocated space you created to NTFS. Again, the GParted guide is very useful here.

pauix
  • 61