Advertisement
0x2264773426

How to fix an error during Linux boot:

May 26th, 2023 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. How to fix an error during Linux boot:
  2.  
  3. Problem:
  4. Generating "/run/ininramfs/rdsosreport.txt"
  5.  
  6.  
  7. Entering emergency mode. Exit the shell to continue
  8. Type "journalctl" to view system logs.
  9. You might want to save "/run/initramfs/rdsosreport.txt" to a USB stick or /boot
  10. after mounting them and attach it to a bug report.
  11.  
  12.  
  13. Press Enter for maintenance
  14. (or press Control-D to continue): _
  15.  
  16.  
  17. Solution:
  18. 1) Press "Enter" button to enter into a maintenance mode (Bash mode)
  19. 2) Type "systemctl" to generate and present the problem report
  20. 3) Scroll down (by the down arrow key) and find the problem which listed in red colour
  21. 4) Note down the location or the corrupted path
  22. 5) Go to the last line (by the down arrow key) of the "systemctl" log file
  23. 6) Press "q" button to quit or exit the "systemctl" log file
  24. 7) Type "fsck" stands for file-system check and then type the location or the corrupted path
  25. 8) Press "y" button for yes to every question for fixing out the problem
  26. 9) After deploying all things press "ctrl (Control button) + alt (Alternative button) + del (delete button)" to restart the system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement