On Sat, 1 Sep 2018 13:44:56 +0200 Andreas Tunek <andreas.tunek@xxxxxxxxx> wrote: > I can't get a commandline, everything seems stuck in the boot > process.... Is there anyway to get a commandline and update the system > when it is in this state? You could try getting to single user mode, putting a 1 after the boot line during boot by editing the menu entry before booting. That should put you into the root account, where you can run a dnf update. Or, if you can boot a rescue image, you can then use chroot to do a dnf update of F29, should be something like chroot /mnt/Sysimage dnf update where /mnt/Sysimage is the root directory of the F29 installation. I've done this successfully in the past from an older version of Fedora for rawhide update in a situation like you are experiencing, and it has worked. I always keep an older version of Fedora (the last one I used before this one) around for just this purpose (disk is cheap). _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx