I enabled SELinux on my Centos 8 box and now I can't get back into the server. It's hosted with a company, so I don't have physical access to it. But I do have access to advanced boot options, including the EFI shell. I am thinking if I can get access to the partitions, I can disable SELinux like that. However, I don't know how to get to the files. I followed the instructions here but I get stuck on this part:
For example, to select the storage device fs1, you can run the following command:
Shell> fs1:
or in my case:
Shell> blk0:
However, when I type that, I still see:
Shell>
When I am expecting to see:
blk0:\>
If I type:
blk9:
Then I get error:
'blk9:' is not a valid mapping
I dont get that if I type blk0. So it is aware of the mapping, it's just not switching folders.
Any thoughts on this?