User Tools

Site Tools


centos_not_booting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
centos_not_booting [2021/04/21 18:32] walkeradmincentos_not_booting [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 93: Line 93:
 /dev/mapper/vg_main-lv_var /var                    ext4    defaults        1 1 /dev/mapper/vg_main-lv_var /var                    ext4    defaults        1 1
 </file> </file>
 +\\ 
 +It is the last number we want to change, and we will change this to a zero, this will mark this partition (and only this partition) to ignore fsck at boot.
 +\\ 
 +<file>
 +So we will change:
 +
 +/dev/mapper/vg_main-lv_var /var                    ext4    defaults        1 1
 +
 +to
 +
 +/dev/mapper/vg_main-lv_var /var                    ext4    defaults        1 0
 +</file>
 +Save this file, and now you should be able to do a test reboot, and the system should boot normally to user login page rather than emergency mode.
 +\\ 
 \\  \\ 
 \\  \\ 
  
centos_not_booting.1619026321.txt.gz · Last modified: 2023/03/09 22:35 (external edit)