If doing Fedora network install and booted without Gnome, this might help (seen at r/fedora):
First elevate yourself into sudo using: sudo su
Then use the following commands:
dnf groupinstall gnome-desktop
dnf groupinstall base-x
systemctl set-default graphical.target
Systemctl enable gdm.service
Reboot