- I can boot normally in Ubuntu (graphic mode).
When I boot in Recovery Mode it get stuck at
systemd-journald[270]: Received request to flush runtime journal from PID 1
I have tried many things from the net without any results.
Thanks.
Asked
Active
Viewed 343 times
0

Vijay
- 8,056
1 Answers
0
In grub I changed GRUB_CMDLINE_LINUX=""
to GRUB_CMDLINE_LINUX="console=tty12"
to hide kernel text as suggested here.
After removing console=tty12
I could boot into recovery mode.
Tried this three times (adding and removing console=tty12
) with same result.

Vijay
- 8,056