So I dual booted my Windows 10 with ubuntu and it worked for the first few days, but now I can only use ubuntu and gets stuck initiating Windows 10. It gets stuck in "Initiating automatic repairs loop".
I ran boot-repair but the problem continues. This is the link to the info returned:
http://paste.ubuntu.com/25772569/
I hope you can help me, this is driving me crazy.
Thank you!!
sudo efibootmgr -v
and then delete it withsudo efibootmgr -b XXXX -B
where XXXX is the 0003 or whatever that line is now. You want line that has grubx64.efi in description. See alsoman efibootmgr
. – oldfred Oct 20 '17 at 13:43