From: jkk on
I have a FC4 system that I had wanted to change the SELINUX policy.

I had seen somewhere that editing /etc/selinux/config and reseting the
SELINUXTYPE was what I needed to do. Unfortunately, the system will
not reboot now - it hangs trying to execute fsck:

Fail checking file system
Fsck.ext2: No such device or address while trying to open /dev/fd0.
Possible non-existent or swap device.

Now I see that I missed a critical step:
touch /.autorelable
(from:
http://docs.fedoraproject.org/selinux-faq-fc3/index.html#id2825232)

I'm looking for the easiest way to recover from this screwup...
Ideas?

From: ch1n0_c0ch1n0 on
jkk <klakjf(a)airmail.net> wrote:

> I'm looking for the easiest way to recover from this screwup...
> Ideas?

Try passing the command "selinux=0" as a parameter to grub.

Please let us know how it goes.

--