2

I just got my PC back from the service where they changed the power supply. Probably that changed the setup for the dual boot I have already set up. I have installed Windows 10 and Ubuntu. When I tried to start the PC, in the grub menu there is only Ubuntu and not Windows. Tried to fix it with boot-repair but it didn't work. Here is the link from boot-repair

I have tried update-grub, editing the custom_40 file with:

menuentry "Windows 10" --class windows --class os {
   insmod ntfs
   search --no-floppy --set=root --fs-uuid $your_uuid_here$
   ntldr /bootmgr
}

with the correct uuid. Windows 10 appeared as an option but when I enter it shows the errors:

file '/boot/grub/x86_64-efi/ntfs.mod' not found

file '/boot/grub/x86_64-efi/ntldr.mod' not found
can't find command 'ntldr'

Can anyone help me?

Zanna
  • 72,312

1 Answers1

2

As suggested by @mook765 all I had to do was to change the boot order and make boot option #1 from hard drive and not Ubuntu. With that way Windows loaded with no problem!

Zanna
  • 72,312