CentOS 7 single mode 부팅 & root 비밀번호 변경

1. GRUB 부팅에서 (Core) 부팅에서 'E'를 눌러 편집모드로 진입

2. "rhgb quiet" 구문을 삭제하고 그 자리에 "init=/bin/bash" 추가

3. Ctrl+X 눌러 single 모드 진입

-- root 비밀번호 변경
# mount -o remount,rw /
# passwd root

-- 리부팅
# touch /.autorelabel
# exec /sbin/init
위로 스크롤