Linux External Drive Boot If Drive Not Connected

In /etc/fstab file, add nofail to UUID line.

UUID=6E18-3B5A /media/Ext2T exfat defaults,nofail,umask=000 0 2

umask=000 means that anyone can read, write or execute any file or directory.