Hello,
luckily I was able to restore my system and fixing the damaged kernel.
Here the solution for the google groups forum.
On 05/28 10:18,
schnuren...@gmail.com wrote:
> On Monday, May 28, 2018 at 6:00:05 PM UTC+2, [ 799 ] wrote:
> > Hello,
> >
> >
> > After Upgrading my AppVMs to Fedora 28 yesterday I tried to upgrade dom0.
> > During the update I ran into problems with the kernel upgrade.
> > As the process seem to be stuck I interrupted with STRG + C.> >
> > Upon next reboot I run into a bootloop after passing Grub menu.
>
> You should choose in grub menu an older kernel and do the grub2-mkconfig command as suggested.
after I couldn't boot into my default kernel, I booted an older kernel during grub boot menu.
Using the old kernel, I was able to launch dom0 and then uninstalling the kernels:
sudo dnf remove kernel-4.14.35 kernel-qubes-vm-4.14.35
I got some error messages and it looks like only the last package was uninstalled.
Next step was to run
sudo dnf reinstall kernel-4.14.35 kernel-qubes-vm-4.14.35
This took some time, but worked without throwing any error messages.
I then rebooted and was able to use the new kernel.
Not shure if it is really needed to remove the damaged kernel before or if you can just use the reinstall-command.
[799]