I had a similar issue. Although, it was a .iso file, it ended up being that my boot disc was not not recognized as a bootable device.
Download Ubuntu for free from the Ubuntu website and leave in your downloads folder for now. Version 16.04.1 is the most up-to-date option right now. There is a higher version number available but it has limited support.
Download rufus on your Windows and plug in a thumb drive. The drive will be erased so make sure you don't have anything on there that you can't afford to lose. After starting rufus, the following parameters should look like:
Device: (thumb drive location) -> for example: sandisk(E:)
Partition...type: MBR partition scheme for BIOS or UEFI computers
File System: FAT32
Cluster Size: 4096
New Volume Label: (any name will do) for example: Ubuntu
Format Options:
(UNCHECK) Check Device for bad blocks
(CHECK) Quick format
(CHECK) Create a bootable disk using ISO Image --> Click CD image and choose OS
(CHECK) Create Extended label and icon files
To clarify, the CD image mentioned above is going to be your .iso file which you just downloaded from Ubuntu
For example: ubuntu-16.04.1-desktop-i386.iso
Click start and give it a few minutes. After it is done, you will not get any notification but the progress bar will be full.
After it is done close it and restart your computer.
You will also need to change your boot options inside setup by pressing F2 at startup, if you haven't already. Set the priority to the thumb drive. Note, the drive will have to be plugged in.
It should now boot up into the Ubuntu install options. You will have two options: Install over existing OS or install parallel. There is also a third option, but I forget what it was. You want the parallel option. It may say something like "install next to" or something, but you should know which option to choose.
I hope this works for you!!!!
-Jason.EE.CpE
sda
(If you have more then one hard-drive choose correct drive, but don't choose a partition like sdaX, X=number) – mook765 Feb 10 '17 at 17:27I re-install Grub and didnt have any other option for target drive (to install) other then C, "But Grub should be installed in the master-boot-record(first sector of hard-drive,doesn't belong to a partition)" How can i install it on master-boot-record?
– DahanAviv Feb 10 '17 at 22:01