GNOME Fails to Start After FedUp to Fedora 21 Beta
I used the network upgrade with the recommended command:
fedup --network 21 --product workstation --instrepo https://dl.fedoraproject.org/pub/alt/stage/21_TC1/Server/x86_64/os/
Upgrade finishes fine. I rebooted and after the Fedora balloon fills up, I get the black screen of death. It's stuck at:
[ OK ] Started GNOME Display Manager.
The system is live. I can use the tty console. I went to runlevel 3 and performed the following operations:
Rebuilt the RPM database, distro-synced, and updated.
Disabled Testing-Updates repo and switched the RPMFusion repos from Rawhide to F21 (this was an F20 system before the upgrade but after the upgrade the Rawhide repos were enabled for some reason).
Reinstalled gdm
.
Reinstalled akmod-nvidia
.
I rebooted after every step. No luck. Still stuck at the message. Any suggestions on how to fix this? Thanks.
Hardware:
Gigabyte Z97-UD3H
Intel Core i7-4790k
NVIDIA GTX 750
Update:
With verbose booting I can see the following messages where it's stuck:
[OK] Stated GNOME Display Manager.
[ 7.239722] e1000e: em1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
[ 7.240079] IPv6: ADDRCONF(NETDEV_CHANGE): em1: link becomes ready
[37.808605] Adjusting tsc more than 11% (2359261 vs 2327840)
If I boot in verbose with the ethernet cable unplugged, it just gets stuck at the the GNOME Display Manager line.
what's your hardware ? GPU ? did you try "modprobe nvidia"
If you log into a tty ('Ctrl'+'Alt'+'F2'), what is the output of
sudo systemctl status gdm
?You should try re-enabling the updates-testing repo. Many updates are there, because of the prerelease freeze.
Hardware list was added to the question.
modprobe nvidia
does not find the module.gdm
service is active if I just jump to the console without switching toinit 3
. Reactivating the Updates-Testing repo yielded several updates. They are installing right now...The updates did not help but I did notice that if I turn on the verbose booting I get the messages about the ethernet connection (see updated question).