1. tftp 설치
- etc/xinetd.d/tftp 수정
- disable = yes -> no 수정
3. syslinux 설치
4. dhcp 설치
- etc/dhcp/dhcp.conf 수정
6.CentOS 이미지 다운 및 마운트
wget http://ftp.neowiz.com/pub/centos/6.4……..
mount -t iso9660 -o loop /CentOS6.4………….. /centos5.4
7. nfs 설치(참고 공유를 위해 iptables stop)
- 공유폴더 지정 vi /etc/exports
/CentOS6.4 *(ro)
/tftpboot *(ro)
공유 exportfs -a , exportfs -v
8.부팅 설정파일 생성
mkdir /tftpboot/pxelinux.cfg
chmod +r -R /tftpboot
부팅이미지 복사
cp /usr/share/syslinux/pxelinux.0 /tftpboot
cp /usr/share/syslinux/mboot.c32 /tftpboot
cp /centos5.4/isolinux/* /tftpboot
cp /tftpboot/isolinux.cfg /tftpboot/pxelinux.cfg/default
서비스 재시작
service xinetd/dhcpd/nfs restart
클라이언트
pxe로 부팅
'넋두리 > linux 이야기' 카테고리의 다른 글
DNS Delegation (0) | 2013.10.01 |
---|---|
후지쯔 서버 IRMC 네트워크 부팅 (0) | 2013.10.01 |
openfire 설치 (0) | 2013.10.01 |
Veritas Netbackup Client Install (CentOS) (0) | 2013.10.01 |
MegaRaid 사용 방법(기본) (0) | 2013.10.01 |