pxe 서버에 clonezilla live를 설치했습니다. 내 pxe 서버가 제대로 작동하고 있으며 원격 위치에서 부팅할 수 있도록 clonezilla 이미지를 설치했습니다.
내 clonezilla 이미지가 성공적으로 부팅되지만 때로는 키보드를 선택한 후 중단되고 때로는 오류가 발생합니다."modprobe: module.dep에서 vesafb 모듈을 찾을 수 없습니다"
이 설치를 위해 아래 링크를 따라갔습니다.
- PXE 서버 설치의 경우,https://wiki.debian.org/PXEBootInstall
- Clonezilla 설치의 경우,http://clonezilla.org/livepxe.php
1.2.0-25, 2.4.2-10, 2.4.2-10-2, 2.4.2-10-i586, 2.4.2-17, 20150608-vivid-amd64 등과 같은 다른 버전의 clonezilla를 시도했지만 아니요 키 매핑 후 clonezilla가 성공적으로 시작되었습니다.
내 /srv/tftp/의 내용은 다음과 같습니다.
root@debian-kavin:/srv/tftp# tree -L 3
.
├── ]
├── debian-installer
│ └── amd64
│ ├── bootnetx64.efi
│ ├── boot-screens
│ ├── grub
│ ├── initrd.gz
│ ├── linux
│ ├── pxelinux.0
│ └── pxelinux.cfg
├── filesystem.squashfs
├── initrd.img
├── ldlinux.c32 -> debian-installer/amd64/boot-screens/ldlinux.c32
├── pxelinux.0 -> debian-installer/amd64/pxelinux.0
├── pxelinux.cfg -> debian-installer/amd64/pxelinux.cfg
├── version.info
└── vmlinuz