06. 리눅스 부트로더, GRUB

정혜지·2022년 7월 21일
0

CS /Linux

목록 보기
10/13
post-custom-banner

GRUB

Grand Unified Bootloader
리눅스 계열에서 가장 많이 사용하는 부트로더
GRUB2

부트로더
리눅스가 부팅되기까지 부팅의 전과정을 진행하는 부팅 전문 프로그램

[복구 과정]
부팅 화면에서 e 입력
ro를 rw로 변경
rhgb~ -> 삭제 후
init=/bin/sh
-> # whoami : root
-> # passwd :

[부팅 설정 값]
vi /etc/default/grub

[부팅 설정 값을 변경하고 나면?]
grub2-mkconfig -o /boot/grub2/grub.cfg

[부트로더 계정 설정]
vi /etc/grub.d/00_header

맨 밑줄에 추가
cat << EOF
set superusers="busan"
passwd grubuser 123456
EOF

grub2-mkconfig -o /boot/grub2/grub.cfg

다시 응급 복구 모드로 실행

profile
오히려 좋아

0개의 댓글