리눅스
리눅스 부팅오류 ‘Give root password for maintenance (or type Control-D to continue)’
랩퍼우26
2018. 11. 9. 17:54
728x90
파일시스템 손상으로 인하여 부팅시 나타나는 메세지 입니다.
Give root password for maintenance (or type Control-D to continue):
여기서 Control-D를 누르면 재부팅 되고
위와 같은 메세지가 반복되어 정상적인 부팅이 안될때의 해결방법입니다.
Give root password for maintenance (or type Control-D to continue):Password
패스워드를 입력하면 안전모드로 진입합니다.
Repair file system1# fsck
fsck 명령으로 수동으로 검사를 완료해줍니다.
Repair file system1# fsck -y /dev/sda2
명령옵션으로 확인메세지를 반복처리 해주거나
손상된 파티션을 알고있을 경우 지정하여 검사복구 합니다.
완료 후 재부팅 하면 정상적인 부팅이 가능합니다.
Repair file system1# reboot
728x90