Installation of Windows 10 & Ubuntu 18.04, Ubuntu 18.04 & Windows 10 [duplicate]

You have to recreate your grub.

  1. boot from live-CD
  2. mount your filesystems from your original installation e. g.

    sudo mount /dev/sda<#> /mnt

  3. chroot

    sudo chroot /mnt

  4. recreate grub

    sudo grub-install --recheck /dev/sda

If you are using LVM you have to mount /dev/mapper/ /mnt

https://unix.stackexchange.com/questions/226169/chroot-copy-or-mount-bind