I am going to guess a "warm" reboot does not leave some piece of critical hardware in a correct state (either to work, or that some driver and/or grub needs/expects) and so something fails early. Does the kernel post any messages? you might try removing quiet and see if anything shows up at all, if nothing at all does then something must be broken really early which would likely make it a firmware issue. There are options you can specify on the kernel line that will force a hard/cold boot when you do a reboot, and setting that option is probably the easiest solution. I think it is boot=cold but at the moment the machine I have to set that on to get it to work on reboots is off so I cannot double check. A bios update might fix it, but if the boot=cold does it, then I would just set that. The option is I believe designed for this sort of issue. On Sat, Nov 14, 2020 at 3:00 PM PGNet Dev <pgnet.dev@xxxxxxxxx> wrote: > > I've built up an older box (ASRock J1900D2Y mobo), on Fedora32 + kernel 5.8.18 + grub 2.04 (from F32 pkgs), booting UEFI. > > I can cold boot -- or hard reboot -- the box, and it boots to desktop with no problems. > Afaict, everything's up & running without issue. > > But, > > on SOFT reboot -- via either `shutdown -r now` or `systemctl start reboot.target`, > the system DOES start the reboot. > UEFI boot passes to grub menu as usual, latest kernel is selected, and then ... > ... nothing. > > Just sits there. No further error logging, or progress -- even at serial console with kernel/systemd debug logging turned up. > > A cold, power-cycling reboot immediately fixes the problem -- e.g., after an IPMI 'Reset', the system again boots fine. > > Since cold boot is OK, seems kernel & initrd are ok. > > Since the issue arises only AFTER grub menu's in the picture, it doesn't seem that BIOS/UEFI should be involved in any way. > > Any hints as to where to dig around next? Or suggestions how to workaround? > _______________________________________________ > 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 _______________________________________________ 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