Trying solution from ask.fedoraproject.org
dnf install vim
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
dnf install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl
On 64-bit platform, the file should be adobe-release-x86_64-1.0-1.noarch.rpm.
Open Mozilla Firefox and write about:plugins on address bar. Results should display Shockware Flash information.
Remove rhgb
and quiet
and append nomodeset vga=ask
as GRUB2 kernel parameter to let user ask for graphic mode during booting.
Default runlevel is 5, that is graphical.target
. To view current default target, run systemctl get-default
. To set default target to runlevel 3, that is multiuser, run systemctl set-default multi-user.target
.