-2

I bought a new SSD, but since my computer had only one SSD slot, I removed my old SSD and inserted the new one. I installed Windows 10, then I installed Ubuntu, I set it to boot into Ubuntu from Easy BCD, but I turned off the boot selection menu, so the computer boots into Ubuntu as soon as it is turned on. I thought I could boot into Windows from the menu that appears(GRUB) at startup in Ubuntu, but when I try to boot into Windows it goes back to the Ubuntu boot menu.

I couldn't solve my problem elsewhere, so I wanted to open a new question.

3geE
  • 1

2 Answers2

-1

Try sudo update-grub to rebuild grub's understanding of your configuration post installation/update.

Also see https://askubuntu.com/a/729752/405461

-1

I found a solution to the problem, but another problem arose. First, let me explain how I solved my problem.

I selected the repair your computer option on the Windows installation disk and opened CMD from the repair section from there. I wrote the following commands there:

bootrec /fixMBR
bootrec /fixBoot
bootrec /rebuild BCD

after that I was able to boot into Windows via GRUB.

The problem is that the video card does not appear in the device manager and the keyboard does not work. (This is a problem related to Windows 10, I'm not sure if I should write here)

3geE
  • 1