I recently set up a dual-boot on my Windows computer. Windows 10 and Ubuntu 18.04 using grub. After a Windows update I could no longer boot the grub although I can boot straight into windows.
I've been trying to follow various guides to fix this. I select "try Ubuntu" when I boot from a thumb drive.
When I try to mount the drive Ubuntu is on (/dev/sde1
) I get
Mount: /mnt/chrootdir: /dev/sde1 already mounted on /cdrom
When I try to umount
I get
Umount: /cdrom: target is busy.
When I try sudo mount -t vfat /dev/sde1 /mnt/chrootdir
I get
/dev/sde1 already mounted or mount point busy.
I'm assuming that it was the Windows Update that did this, but it could be something else.
Does anyone have any ideas how I can fix the grub/Ubuntu?
Or is there a better way to set up a dual-boot to avoid problems like this?