Handbook:HPPA/Installation/Bootloader/ko

From Gentoo Wiki
Jump to:navigation Jump to:search
This page is a translated version of the page Handbook:HPPA/Installation/Bootloader and the translation is 100% complete.
HPPA 핸드북
설치
설치 정보
매체 선택
네트워크 설정
디스크 준비
스테이지 3 설치
베이스 시스템 설치
커널 설정
시스템 설정
도구 설치
부트로더 설정
마무리
젠투 활용
포티지 소개
USE 플래그
포티지 기능
초기화 스크립트 시스템
환경 변수
포티지 활용
파일 및 디렉터리
변수
소프트웨어 브랜치 함께 사용하기
추가 도구
꾸러미 저장소 개별 설정
고급 기능
네트워크 설정
시작하기
고급 설정
모듈러 네트워크
무선 네트워크
기능 추가
동적 관리


PALO 설치

PA-RISC 플랫폼의 부트로더를 palo라고 합니다. 먼저 프로그램을 시스템에 이머지하십시오:

root #emerge --ask sys-boot/palo

설정은 /etc/palo.conf에서 찾을 수 있습니다. 아래는 설정 예제입니다:

경고
This configuration must be changed after running palo for the first time! See below for after first setup.
파일 /etc/palo.conf간단한 PALO 설정 예제
'"`UNIQ--pre-00000001-QINU`"'

첫번째 줄은 커널 위치와 사용할 매개 변수를 palo 명령에 알립니다. 2/kernel-6.6.13-gentoo 문자열은 /kernel-6.6.13-gentoo 이름의 커널이 두번째 분할 영역에 있음을 의미합니다. 커널의 경로는 루트 분할 영역이 아닌 부팅 분할 영역과 관련 있음을 주의 깊게 참고하십시오.

두번째 줄은 사용할 복구 커널을 나타냅니다. 첫 설치 단계이며, 복구 커널이(아직) 없다면, 이 부분을 주석처리하십시오. 세번째 줄은 palo가 있는 디스크를 나타냅니다.

To format the disk, palo must be run with certain arguments. This example uses ext4 for the first partition:

root #palo --format-as=4 --init-partitioned=/dev/sda

설정이 끝났으면, 간단하게 palo 명령을 실행하십시오.

root #palo

The configuration must then be updated for post-first-install use:

파일 /etc/palo.confSimple PALO configuration example
--commandline=2/kernel-6.6.13-gentoo root=/dev/sda4
--recoverykernel=/vmlinux.old
# Don't throw away the old partition, just update the existing one on `palo` runs.
--update-partitioned=/dev/sda
# --format-as has two meanings depending on whether --init-partitioned or --update-partitioned is used. Keep this line.
--format-as=4


시스템 다시 부팅

chroot로 진입한 환경을 빠져나가고 모든 파티션의 마운트를 해제하십시오. 그 다음 대미를 장식할 마법의 명령을 입력하여, 실제로 시험해보십시오: reboot.

root #exit
cdimage ~#cd
cdimage ~#umount -l /mnt/gentoo/dev{/shm,/pts,}
cdimage ~#umount -R /mnt/gentoo
cdimage ~#reboot

물론 부팅 CD를 제거하는걸 잊지 않으면 새 젠투 시스템 대신 CD로 부팅합니다.

새로 설치한 젠투 환경으로 다시 부팅하고 나면, 젠투 설치 마무리로 끝내십시오.