There's a bug with ubuntu installers where it puts grub on the wrong disk (have had this problem before and had to manually redo everthing) https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1396379 I'm again in a same situation. I'm trying to install Ubuntu 20.04.1 on my computer. I have 2 disks. /dev/sda has windows /dev/sdb will have ubuntu. I'm at the installer part where i select "something else" and have made an efi partition on /dev/sdb1 (1gb) and /dev/sdb2 (the rest) will be EXT4 and have the mount point. I'm in the middle of the installer and according to the workaround I'm supposed to type:
sudo umount /target/boot/efi
sudo mount /dev/sdb1 /target/boot/efi
however there is no /target/boot/efi to unmount. I'm worried if I don't run these commands it'll screw up /dev/sda again like it did the last time. Anyone know if there's another point in the installer when this happens? I'm afraid to push the "Install Now" button without being able to complete this step. Thanks!!