It’s because you didn’t use this command when Bill tried to get into the way:
What is rm RF /*?
sudo rm -rf /* ( -r means to remove directories and their contents recursively and -f to ignore nonexistent files and arguments and never prompt for confirmation and /* just expands to everything in / ) removes everything in / and as you found out with /boot/efi this also includes mounted filesystems.Jun 29, 2021