> > > _______________________________________________ > users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Just a thought: If you are using efi boot and BLS ("normal" fo F32) then try commands of the form below. You can change entries in /boot/efi/EFI/fedora/grubenv directly as follows Modify as required !!!! Add a kernelopt grub2-editenv - set "$(grub2-editenv - list | grep kernelopts) net.ifnames=0 biosdevname=0" Remove a kernelopt grub2-editenv - set "$(grub2-editenv - list | grep kernelopts | sed -e 's/rhgb//')" grub2-editenv - set "$(grub2-editenv - list | grep kernelopts | sed -e 's/quiet//')" Not my code but probably from this list. John _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx