0
点赞
收藏
分享

微信扫一扫

SUSE 12 cannot boot normally

浮游图灵 2022-11-16 阅读 107

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


举报

相关推荐

0 条评论