SUSE 12 cannot boot normally

时间:2022-11-16 16:57:15

Fix procedure:

  1. Input root password
  2. mount –o remount,rw /dev/mapper/vg01-root ##enter single user mode
  3. vi /etc/fstab
  4. #commend all the vg02, vg03.... mount points only allow vg01 mount points in /etc/fstab and save the /etc/fstab ##can use journalctl –xb to check the highlighted “Red” items and use lsblk command to list out all mount points
  5. mount -a ## make sure there is no mount point error
  6. reboot
  7. uncomment the vg02, vg03… in /etc/fstab and save
  8. mount -a ## make sure there is no mount point error