repair windows boot loader after cloning to SSD

Solution 1:

Enter the following commands in the terminal:

sudo add-apt-repository ppa:yannubuntu/boot-repair  
sudo apt update  
sudo apt install -y boot-repair
sudo boot-repair  

Open the Boot Repair application and select Advanced Options > Other Options tab - Repair Windows boot files. The boot flag should be placed on the same partition on which Ubuntu is installed.

enter image description here