Think this article might help you out, it goes into detail on how to fix grub and remove it etc..
Easy linux tips project
Ive added the how to from the above link below so the site rules are followed.
id suggest to anyone before installing any Linux on a partition or hard drive to try it out on a virtual machine first. if your only going to use it for your internship then id just use a VM full stop that's what i do all the time, means i can also break the OS then just reinstalling it without any hassle aswell.
Boot problems with Windows 8 or 8.1, can often be solved in the following manner.
- If you don't have an install DVD of Windows 8.x, then download a free evaluation copy of Windows 8.1 at Microsoft itself.
If you don't have a Windows Live account, you need to create one for this. It's free, and >it's not necessary to fill out your real name.
Burn the iso on a DVD in the right way. That can be done in the same way as with an iso of Ubuntu.
Boot your computer from the Windows 8 DVD and select:
Repair your computer (down left, do NOT select "Install now") - Troubleshoot - Advanced >options - Command Prompt
Now type the following command line (note the required space between "bootrec" and "/fixmbr"):
bootrec /fixmbr
Press Enter.
Then:
bootrec /fixboot
Press Enter.
Then:
bootrec /scanos
Press Enter.
Then:
bootrec /rebuildbcd
Press Enter. Confirm the action by typing y and press Enter again.
Remove the DVD and turn your computer off (press the hardware power button for five seconds).
Turn your computer on again and press the key for one-time boot changes. For Acer computers this key is usually F12, but this differs for each brand.
Select "Windows Boot Manager". After a short while you should be presented again with the (in)famous tiles of Windows 8.
If you have a dual boot computer, with Linux alongside Windows, then you might need to restore Grub, in order to make your Linux bootable again.