pfSense 설치 중 QEMU 오류 발생

pfSense 설치 중 QEMU 오류 발생

QEMU를 사용하여 EVE-NG에 pfSense를 설치하려고 합니다. EVE-NG를 사용하고 있습니다문서pfSense 2.4.x의 경우 설치 부분을 제외한 모든 단계를 수행했습니다.

/opt/qemu/bin/qemu-system-x86_64 -hda install.img -hdb virtioa.qcow2 -nographic

다음 오류가 발생합니다.

여기에 이미지 설명을 입력하세요.

해결책이 있나요? 감사해요.

답변1

.iso 파일의 이름을 .img로 바꾸고 /opt/qemu/bin/qemu-system-x86_64 -hda install.img -hdb virtioa.qcow2 -ngraphic을 실행하려고 하면 이 오류가 표시됩니다.

.img 파일 예시를 사용해 보세요: pfSense-CE-memstick-serial-2.4.4-RELEASE-p3-amd64.img

관련 정보