I see this shit every day. You know why? User base.
Linux doesn't have to worry about grandma using it. The vast majority of the Linux user base is technologically adept humans that know not to remove the bootloader.
But you know for a fact that grandmas were trolled into or accidentally removed system files so often that Microsoft did something about it.
Also note, Chromebooks - which use a Linux adjacent os that is marketed to a wide audience including kids and the elderly - doesn't let you do shit to system files. Android and Steam Deck are also highly locked down.
The point is its a wierd flex to say that linux gives sudo users the power to break your system when its really just saying your os is too niche to have to worry about grandma.
But you could delete system32 if you wanted, it just broke everything, I can't imagine deleting the bootloader would go particularly well for you either.
Yeah this is sort of funny because Linux used to let you delete EFI vars, bricking motherboards, since it mounted them to the root filesystem. It’s since been patched in every motherboard, but sometimes full control is more dangerous than “haha I can just reinstall”
Actually, you can't, not by normal means anyway. For starters, there's the Windows File Protection (WFP) which automatically restores any deleted essential system files, and there's also the Windows Resource Protection (WRP), which prevents you from even attempting to delete those files. There are ways you can get around it of course, but even still, you can't delete files which are in use, which means you still wouldn't be able to delete the system32 folder.
The only way to actually delete it completely, would be to boot from a second OS or a rescue environment and then delete the folder.
In modern installs you've got to jump through a few hoops to be able to delete system32, because normally it simply won't let you or anything running do that.
Deleting your efi partition doesn't brick your board. It just makes your disk unbootable, but you can always install another operating system and create a new efi partition.
I think you're confusing with the special efivarfs file system that is mounted under /sys/firmware/efi/efivars. If you delete stuff under there, you're apparently going to have a bad time, because it directly deletes variables in your UEFI firmware which can prevent your system to POST.
Ah yes. I always confuse them. I even though that what I wrote didn't make any sense since usually I know what an efi partition is. Thanks for correcting me