I have Windows 10 on an m.2 drive and Ubuntu 17.4 on a SATA drive. The Ubuntu installation is encrypted.
- I dual boot using the boot order option (F9 on HP computer on startup)
- Windows and Ubuntu are on their own isolated drives
- Ubuntu was installed last (basic option, erased disk)
- Two separate boot managers
- Everything worked (could boot both Windows and Ubuntu via F9)
- After using Windows for a day, I now have no Ubuntu boot option
- Running boot-repair doesn't seem to do much on the Ubuntu side (I think it only repairs the Windows partition). No options in the GRUB menu either
ubuntu@ubuntu:~$ efibootmgr
BootCurrent: 000D
Timeout: 0 seconds
BootOrder: 000C,000D,0011,000E,000A,0012,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000F
Boot0000 Startup Menu
Boot0001 System Information
Boot0002 Bios Setup
Boot0003 3rd Party Option ROM Management
Boot0004 System Diagnostics
Boot0005 System Diagnostics
Boot0006 System Diagnostics
Boot0007 System Diagnostics
Boot0008 Boot Menu
Boot0009 HP Recovery
Boot000A* PLEXTOR PX-256M5S
Boot000C* Windows Boot Manager
Boot000D* SanDisk Extreme [snip]
Boot000E USB:
Boot000F Network Boot
Boot0011* PLEXTOR PX-256M5S
Boot0012* SAMSUNG MZVLV256HCHP-[snip]
Boot0013* IPV6 Network - Intel(R) Ethernet Connection (4) I219-V
- Ubuntu lives on the Plextor drive and Windows is on Samsung
I have a new installation of Ubuntu (with encryption). I can boot into Ubuntu normally. I've booted into the USB live environment, mounted the boot partition and here is what I see ubuntu@ubuntu:/$ cd mnt/ ubuntu@ubuntu:/mnt$ ls EFI ubuntu@ubuntu:/mnt$ cd EFI/ ubuntu@ubuntu:/mnt/EFI$ ls Boot ubuntu@ubuntu:/mnt/EFI$ cd Boot/ ubuntu@ubuntu:/mnt/EFI/Boot$ ls ubuntu@ubuntu:/mnt/EFI/Boot$
I don't have the /mnt/EFI/Boot/bootx64.efi file
– Semo Aug 30 '17 at 18:08sudo parted -l
Full drive encryption also uses LVM an advanced logical volume manager and only uses standard partitions for ESP, /boot and container for LVM. – oldfred Sep 09 '17 at 17:32