Are there differences between the results of the 3 installation method?
Custom (minimal) desktop environment + some package groups in the Workstation environment (Everything installer, then dnf post install)
Workstation Environment (Everything installer)
Workstation installer
I do this because there are some groups in the Workstation environment that I don’t need and they bring in quite a lot of packages during the install.
I know there was one difference between Workstation installer and installing the Workstation env group[1]. I’m wondering if there are more that would affect the experience / functionality.
I.E. Are there some special things that would otherwise not be applied, if I install using groups?
The menu_auto_hide comes from Anaconda profile, nothing else relevant in there[1].
However Anaconda documentation also mentions kernel arguments and cmdline options[2], which is likely the cause of nomodeset, how did those get put in?
Anaconda base config specifies what kernel arguments are preserved, nomodeset is one of them[3].
I had a look at the kickstart files used to generate the ISO images, but it’s not in them[4].
Those are the final runtime Anaconda configurations.
So no relevant difference except the menu_auto_hide.
Everything conf was obtained by launching anaconda in troubleshoot shell.
Location is /run/anaconda/anaconda.conf.
The kernel argument differ by only rhgb which isn’t preserved. The previous user who got nomodeset likely installed from the basic graphic mode which has the argument in grub entry.