I found this question which was duplicated here that is related with the same model I have. But in my case I don't pretend to install gnu/linux alongside with win 8. In fact Windows 8 was banished from the hard drive a couple of weeks ago.
But I have yet two problems that still remains:
The first is a thing called Windows to go that is installed and prevented me from booting from any other media and there was no way or option in the BIOS to disable it.
The second one is a warning that appear each time I try to install linux and it's related with EFI, the warning says:
Go back to the menu and correct this problem? (as superuser)
The partition table format in use on your disks normally requires you to create a separate partition for boot loader code. This partition should be marked for use as “EFI boot partition” and should be at least 35 MB in size. Note that this is not the same as a partition mounted on /boot.
If you do not go back to the partitioning menu and correct this error, boot loader installation may fail later, although it may still be possible to install the boot loader to a partition.
Disclaimer
I use to install creating manually the partitions within the advanced options menu. I worked doing dual installations since 2008, including some cases with Windows 8 without much problem.
Therefore I created a new partition with 104 MB formatted in FAT32 for that EFI partition needed besides the common partitions I use to create: /
, /home
and swap
. But the problem remains.
I can install normally in any case (I tried with Linux Mint 17, 17.2, debian 8 and Ubuntu Studio 14.04 twice). But in the end, when I reboot, always appears this message:
No bootable device -- insert boot disk and press any key
I don't know what's wrong. I set up the BIOS for make able the legacy mode and avoid the secure boot from UEFI.
Should I install automatically instead of create manually the partitions?
gparted
create the EFI partition and use the boot flag. Later start the OEM installation mode and try it again. I hope this time works. – Aradnix Jul 17 '15 at 22:34