挂载分区

mount /dev/sdaX /mnt/

挂载其他

mount --bind /dev/ /mnt/dev/
mount --bind /proc/ /mnt/proc/
mount --bind /sys/ /mnt/sys/

更改工作目录

chroot /mnt/

手动修复

退出重启

exit
reboot