If you look at line 487 Boot-Repair has added a correct Windows boot stanza. Whether set root = or search are just two different ways to set root. Generally the search to use UUID is preferred as with multiple drives or even plugging in a flash drive may change drive order hd0 becomes hd1 where UUID does not change.
...
I turn off os-prober. You could turn it back on if grub fixes bug in the future and then you will not need the 25_custom that Boot-Repair has created.
gksudo gedit /etc/default/grub
GRUB_DISABLE_OS_PROBER=true
or turn off executeable bit
sudo chmod a-x /etc/grub.d/30_os-prober
# then run
sudo update-grub
That will help clean up menu, but will not fix any boot issues.
Perhaps you need this? But I would fully backup entire efi partition first.
Boot-Repair - Updated Jan 1, 2013 to not rename first time, but rename if first time Windows does not boot. Post 706 and 711
http://ubuntuforums.org/showthread.p...769482&page=71
Boot-Repair copied /EFI/ubuntu/grubx64.efi to /EFI/Boot/bootx64.efi (in case the BIOS is hard-coded to boot into /EFI/Boot/bootx64.efi or secure boot
signed GRUB file shimx64.efi.
To perform this, just run Boot-Repair --> Adv options --> tick "Backup and rename EFI files" --> Apply
Then reboot the PC and please tell us what you observe.
Bookmarks