doesn't boot until alt+sys req RE

Posted:
Mar 25th, '24, 18:12
by cricket
mga 9 up to date, doesn't boot, press escape to go to verbose mode, just a black screen, pressing alt+sys req R and E fixes it. any thoughts?
Re: doesn't boot until alt+sys req RE

Posted:
Mar 25th, '24, 21:36
by benmc
some thoughts!
You haven't given much info to go on.
Did Mageia9 boot ok until the update?
Do you have nvidia hardware?
can you boot to a previous kernel?
Have you made some hardware changes since the last "normal" boot?
Re: doesn't boot until alt+sys req RE

Posted:
Mar 26th, '24, 16:53
by dbg
In a terminal type
- Code: Select all
systemd-analyze blame
This might give you a hint of what is hanging up.
Re: doesn't boot until alt+sys req RE

Posted:
Mar 26th, '24, 19:03
by doktor5000
It's usually more useful to get the graphical plot as otherwise you don't see services that start concurrently and what is waiting for what. As root
- Code: Select all
systemd-analyze plot > boot_mga.svg
and later attach boot_mga.svg here.