The link in the "duplicate" is too specific to that user's issue to be of any help to me. When I run that answer, I get:
grub-probe: warning: disk does not exist, so falling back to partition device /dev/sda1.
grub-probe: warning: disk does not exist, so falling back to partition device /dev/sda1.
grub-probe: warning: disk does not exist, so falling back to partition device /dev/sda1.
grub-probe: error: disk `hostdisk//dev/sda1' not found.
As a preface I have this laptop, albiet a few years old now, which is very bad at playing nice with anything other an Windows 8: https://www.asus.com/Notebooks/ASUS_ROG_G750JX/overview/
I've tried dual booting off the same drive in the past, and it hasn't worked out for me on this machine for whatever reason. So this time, I caved and decided to split them up.
I've for Ubuntu 14.04 LTS on a 1TB HDD (/dev/sda), and Windows 7 Ult (x64)(/dev/sdb) on a 250GB SSD. Both appear in the BIOS as boot options, with the Ubuntu drive being set as the default.
My only gripe, is that currently the only way into Windows is to let the Laptop boot to GRUB, then select System Settings, so that it reboots directly into the BIOS, and then select my Windows SSD from the boot override page.
I've been told millions of times that GRUB would simply find my Windows OS after doing a 'sudo update-grub' but it never has.
All I want is to be able to boot to Win7 directly from GRUB
And yes, I followed all the normal dual boot procedure, despite being on separate drive (ie. Windows first, then Ubuntu, made sure the Windows drive was plugged in at the time, etc.).
I would greatly appreciate any helpful responses.
lsblk output:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 512M 0 part /boot/efi
├─sda2 8:2 0 244M 0 part /boot
└─sda3 8:3 0 930.8G 0 part
├─ubuntu--vg-root (dm-0) 252:0 0 914.9G 0 lvm /
└─ubuntu--vg-swap_1 (dm-1) 252:1 0 15.9G 0 lvm [SWAP]
sdb 8:16 0 238.5G 0 disk
├─sdb1 8:17 0 100M 0 part
└─sdb2 8:18 0 238.4G 0 part
sr0 11:0 1 1024M 0 rom
So not sure if this is important or not, but in the GUI for boot-repair, where it lets me change the "OS to boot by default" dropwdown bar it lists Windows as the following:
"Windows (via mapper/ubuntu--vg-root menu)"
sudo update-grub
? – Ferris Garden Sep 17 '15 at 08:34Found linux image: /boot/vmlinuz-3.19.0-28-generic
Found initrd image: /boot/initrd.img-3.19.0-28-generic
Found linux image: /boot/vmlinuz-3.19.0-26-generic
Found initrd image: /boot/initrd.img-3.19.0-26-generic
Found linux image: /boot/vmlinuz-3.19.0-25-generic
Found initrd image: /boot/initrd.img-3.19.0-25-generic
Found linux image: /boot/vmlinuz-3.13.0-63-generic
Found initrd image: /boot/initrd.img-3.13.0-63-generic
Adding boot menu entry for EFI firmware configuration
done
@FerrisGarden
No clue how to format this correctly, sorry
– WorseDoughnut Sep 17 '15 at 08:40boot-repair
disk which solves your problem with 1 click. http://sourceforge.net/projects/boot-repair-cd/?source=typ_redirect – Ferris Garden Sep 17 '15 at 09:03Ran all of boot-repairs commands, window's still isn't appearing in GRUB at all.
– WorseDoughnut Sep 17 '15 at 16:18