Your video card is causing your problem.
When you see the keyboard/stick figure, hit the down arrow key. Then F6 and enable nomodeset
. Then continue with the install.
If that doesn't work for you, if you've got a desktop machine with an onboard video port, reconnect the video monitor to the onboard port, pull the video card, install Ubuntu, and then reconfigure it all back the way it was.
You'll probably have to manually install the correct Nvidia driver for your card.
Update #1:
Boots to Windows. Can't boot Ubuntu. Don't see GRUB menu... Boot to the Ubuntu Live DVD/USB and install boot-repair
. Run it and accept the default repair.
Update #2:
Ubuntu now boots, but crashes... Disable secure boot
in your BIOS. Then go to the GRUB menu, and hit the e key (to edit). Using the arrow keys, find the line that contains "quiet splash" and change it to "quiet splash nomodeset". Then hit F10. Once booted, open Software & Updates
. Go to the Additional Drivers
tab. Find the video card and install the proprietary video driver. (If you have Intel processors, then you may also see intel-microcode
. Enable that too.) Then reboot.
Update #3:
User installed a fresh 17.04 (instead of 16.04), then did Updates #1 & #2, and all is well now!
nomodeset
to the boot parameter of the grub menu – ravery Sep 09 '17 at 22:11