I installed Ubuntu 14.04 LTS using a bootable USB pen drive, creating a dual boot with Windows 10. Windows and the EFI partition are on a disk, Ubuntu and its swap partition are on another disk. During the installation I chose as destination for Ubuntu's bootloader the EFI partition (I also tried in a precedent installation to choose not the EFI partition, sda2, but the whole sda disk, resulting however in the following problem).
After the installation, if I try to boot without the pen drive plugged in, the Grub console comes up and I can't go on. The only way I can boot normally is plugging in the pen drive, in this way the OS selection screen in showed and I can go in with the boot.
I tried executing the boot-repair tool, both from the installed version of Ubuntu and from the Live USB, it goes up to the end normally and says that the boot procedure has been repaired but if the I try to boot without the pen drive plugged in, Grub comes up again.
/boot
partition or how it's configured, for instance.) If you can't boot to Ubuntu at all, though, you could try putting rEFInd on a USB flash drive and boot with it, at least temporarily. That should get you up and running well enough to try to fix your problem. – Rod Smith Apr 07 '16 at 18:31/boot
partition on your internal disk as such. See here (or many other questions/answers) for more on "Something Else" partitioning. – Rod Smith Apr 08 '16 at 12:55df -h
to see a list of partitions and mount points. Pay attention to the root (/
) filesystem and/boot
. If you did it right, root (/
) will be on your USB drive (probably/dev/sdb
) and/boot
will be on the internal disk (/dev/sda
). The automatic options are highly unlikely to do what you want; using "Something Else" is almost certain to be required. – Rod Smith Apr 08 '16 at 18:16