New
#1
First, we need to see what partitions are really on disk 5. Open a command prompt with admin privileges and run:
Post the results. Then you will need to assign a drive letter to the 100 MB EFI System partition on disk 5:Code:diskpart select disk 5 list part exit exit
Then you will need to write the proper BCD to the EFI System Partition:Code:diskpart select disk 5 select part # <-replace # with the actual number for the EFI System Partition assign letter=w exit exit
Code:bcdboot J:\Windows /s W: /f UEFI
It's probably because you are trying to boot from a USB external drive. You can do a clean install to the USB drive and run Windows from it. But I think taking Windows already installed on an internal drive and trying to move that to an external drive is problematic.