PXE에서 무인 Ubuntu Server 14.04 설치를 설정하려고합니다.
처음에는 킥 스타트를 사용해 보았습니다. 이것은 파티션 관리자가 사용자 확인을 요구하고 완전히 무인 설치가 아니었다는 것을 제외하고는 정상적으로 작동했습니다.
동료는 세밀한 제어를 위해 Preseed를 사용하는 것이 좋습니다. 불행히도, 미리 설정 한 설치는 현재 choose_interface
섹션에 멈춰 있습니다.
부팅 지침은 /tftpboot/pxelinux.cfg/default
다음 과 같습니다.
KERNEL images/ubuntu_server_1404/install/netboot/ubuntu-installer/amd64/linux
append auto=true vga=normal initrd=images/ubuntu_server_1404/install/netboot/ubuntu-installer/amd64/initrd.gz url=http://myNAS/pxe/preseed.cfg quiet --
처음 몇 줄을 실행할 수 있습니다 (예 : 언어 / 키보드 선택)
d-i debian-installer/locale string en_US
d-i console-setup/ask_detect boolean false
d-i console-setup/layoutcode string us
d-i keyboard-configuration/layoutcode string us
그러나 choose_interface
자동으로 작동하지 않습니다.
네트워크 인터페이스를 지정하려고 시도했습니다.
d-i netcfg/choose_interface select em1
자동 선택 :
d-i netcfg/choose_interface select auto
이 설정 중 어느 것도 작동하지 않았습니다. 설치를 계속하려면 설치시 사람의 입력이 필요합니다.
내가 뭘 잘못하고 있는지 알아?
netcfg/choose_interface= YourInterface
부팅 옵션으로 커널에 전달하는 방법"을 설명 할 수 있습니까 ? 답변을 수정하여?