Bonsoir,
je ne connais pas bien selinux mais pour pouvoir démarrer tu peut essayer de modifier
les fichiers de conf de selinux.
Pour cela utilise le DVD d'installation, puis va dans le dossier '/etc'/selinux'
et édite le fichier 'config' en particulier la ligne 'SELINUX='
En ex voici mon fichier '/etc/sellinux/config'
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=permissive
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
# SETLOCALDEFS= Check local definition changes
SETLOCALDEFS=0
Cordialement
S.