EDIT 2: Here is the "Create BootInfo Summary" paste2.org/bY6bJDy3 Here is the output of "fdisk -l" drive.google.com/open?id=0B7FIS-RlDuKhTERCNHZJbkdHMms
EDIT: It's not allowing me to attach images or add links since I don't have enough "reputation". The link below is to a Google Drive folder with efibootmgr output and fstab content
https://drive.google.com/open?id=0B7FIS-RlDuKhbE9kVU5WNjR6dms
I've been trying to set-up a dual boot system on my Dell Precision 5510 for several days now using UEFI for both. Currently system will boot to Grub shell when powering on; it does not go to Windows boot loader or Grub boot loader.
I can successfully boot to Ubuntu using these steps:
set pager=1
set root=(hd0,gpt5)
linux /boot/vmlinuz-4.8.0-36-generic root=/dev/sda5
initrd /boot/initrd.img-4.8.0-36-generic
boot
That gets the OS to boot, and once inside I continued following the steps:
update-grub
grub-install /dev/sda
This does not provide any errors, and said installation is successful. I reboot and it just takes me back to the Grub shell. Whenever the OS had booted and I was in terminal, running efibootmgr
shows me what I think is correct. I've attached that output. Also, I attached /etc/fstab
which I thought also looked fine.
Does anyone know what I might be messing up here? I greatly appreciate any help!