Currently the UEFI implementation of Go fs.FS interface expects callers to replace forward slashes with back slashes.
Rather it should satisfy fs.ValidPath requirement and only honor forward slashes.
For any other os access os.PathSeparator should be honored as needed.