I had VMWare workstation 16 on Windows 11 installed running Fedora 42 and wanted to upgrade to Fedora 43.
I ran “Software” then click the updates tab, refresh icon in upper left, download, then reboot and install, comes back there is still one item there for system updates that won’t go away, for “gnome-online-accounts” 3.5.4.1-1.fc42 → 3.54.10-1.fc42 and “gnome-online-accounts-libs” 3.54.10-1.fc42. So from there I go ahead with the upgrade to 43.
It installed rebooted, and boots the 43 kernel version from grub menu, the fedora logo shows, spinning circle, then a flash of the init items and then just a black screen with cursor in upper left corner. Ctl-Alt-F3, F1, F2, doesn’t do anything.
I booted to emergency mode via adding systemd.unit=emergency.target to the grub boot item via “e” on the grub menu.
I then used ChatGPT to try and fix it.
To start with: mount -o remount,rw /
ChatGPT had me try different things. One was to:
nano /etc/gdm/custom.conf
and then edit it so that the following was active:
WaylandEnable=false
With that, same thing happens but the init items remain on the screen and Ctl-Alt-F3 works, I can log in in the console terminal.
I tried twice (restored the virtual hard drive and tried again).
I then upgraded VMWare workstation to 25H2 but does the exact same thing. I have also tried to disabled 3D acceleration in VMWare.
Here is some of the other things ChatGPT had me do:
systemctl set-default multi-user.target
With that I get the console log in screen
dnf group install “gnome-desktop”
dnf reinstall xorg-x11-drv-vmware open-vm-tools open-vm-tools-desktop
dnf install xorg-x11-server-Xorg xorg-x11-xinit
dracut --force
systemctl set-default graphical.target
dnf reinstall gdm mutter gnome-shell xorg-x11-drv-vmware open-vm-tools-desktop
systemctl start gdm
When I tried this it crashed - gdm says no session desktop files installed aborting then systemd-coredump gdm signal 5/trap.
ChatGPT just keeps saying to do the same types of things over and over.
I’ve reverted back to 42 and applied updates (except for the two mentioned which won’t go away). I’m not going to try the 43 update until I have some new things to try…
Nothing is working, does anyone know the solution?
Thanks!!