0

enter image description here

Here is the output of the lsblk command my issue was not able to resolve with the above command stated.

Kevin Bowen
  • 19,615
  • 55
  • 79
  • 83
Mayukh
  • 1
  • 4
    Possible duplicate of Unable to boot into Windows after installing Ubuntu, how to fix? If you've tried everything there and it has not worked, then I recommend you [edit] this question will full details about exactly what you have tried and what happened (or why you were not able to attempt some things). If this is closed as a duplicate, you can still [edit] it and your edit will automatically get it reviewed for possible reopening. – Eliah Kagan Oct 12 '19 at 02:36

1 Answers1

0

Try the following:

sudo apt install os-prober
sudo grub-mkconfig -o /boot/grub/grub.cfg
reboot

Edit your question with the output of

lsblk

if the above commands do not solve your issue.