挂载分区
mount /dev/sdaX /mnt/
挂载其他
mount --bind /dev/ /mnt/dev/ mount --bind /proc/ /mnt/proc/ mount --bind /sys/ /mnt/sys/
更改工作目录
chroot /mnt/
手动修复
退出重启
exit reboot
时间: 2025-01-06 11:04:26
mount /dev/sdaX /mnt/
mount --bind /dev/ /mnt/dev/ mount --bind /proc/ /mnt/proc/ mount --bind /sys/ /mnt/sys/
chroot /mnt/
exit reboot