글 수 367
1. LiveCD로 부팅
2. root partition 및 기본 파티션 마운트
bash# mount <root partition> /mnt/gentoo
bash# mount -t proc none /mnt/gentoo/proc
3. chroot 진입
bash# chroot /mnt/gentoo /bin/bash
bash(chroot)# source /etc/profile
4. password 변경
bash(chroot)# passwd
5. 끝
bash(chroot)# exit
bash# umount /mnt/gentoo/proc /mnt/gentoo