[linux] single mode bootingIT/linux2023. 10. 11. 20:30
Table of Contents
CentOS 7
부팅 시 커널 선택에서 'e' -> rhgb quiet -> init=/bin/bash 수정 후 ctrl + x
# mount -o remount,rw /
# passwd ${id}
## selinux enforcing
# touch /.autorelabel
## selinux disable
# exec /sbin/init
CentOS 8
부팅 시 커널 선택에서 'e' -> rhgb quiet 뒤에 'rd.break' 추가 후 ctrl + x
# mount -o remount,rw /sysroot
# chroot /sysroot
# paswwd ${id}
## selinux enforcing
# touch /.autorelabel
## selinux disable
# exec /sbin/init
Ubuntu 20.04 LTS
부팅 시 'esc' or 'shift' -> 커널 선택에서 'e' -> linux ~~ ro -> rw init=/bin/bash 변경 후 ctrl + x
# mount -o remount,rw /
# passwd ${id}
# exec /sbin/init
'IT > linux' 카테고리의 다른 글
[linux] firewalld (0) | 2023.10.11 |
---|---|
[linux] error: disk ‘lvmid/’ not found (1) | 2023.10.11 |
[linux] contains a file system with errors, check forced. (1) | 2023.10.11 |
[linux] nfs 설치, 설정 (0) | 2023.03.30 |
[linux] kernel: NMI watchdog: BUG: soft lockup - CPU#3 stuck for 82s! [pickup:18943] (0) | 2023.03.29 |
@주니- :: 주니
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!