Hi,
following this script https://gist.github.com/papamoose/e0b18d002f8686aaf767 and defining DOWNLOAD_PROTO_HTTPS in the general.h, I've update my proxmox installation's pxe-virtio.rom.
I am passing the following .ipxe file to my KVM via dhcp:
Here is my issue: iPXE keeps telling me http://ipxe.org/err/3c0920, as long as i don't change my initrd url to http. Can someone tell me, if I configured/replaced the virtio rom correctly?
Thanks in advance
Max
following this script https://gist.github.com/papamoose/e0b18d002f8686aaf767 and defining DOWNLOAD_PROTO_HTTPS in the general.h, I've update my proxmox installation's pxe-virtio.rom.
I am passing the following .ipxe file to my KVM via dhcp:
Code:
#!ipxe
set base-url http://ftp.de.debian.org/debian/dists/stretch
kernel ${base-url}/main/installer-amd64/current/images/netboot/debian-installer/amd64/linux initrd=initrd.gz
initrd ${base-url}/main/installer-amd64/current/images/netboot/debian-installer/amd64/initrd.gz
initrd https://pxeboot.myhost.net/preseed.cfg
boot
Here is my issue: iPXE keeps telling me http://ipxe.org/err/3c0920, as long as i don't change my initrd url to http. Can someone tell me, if I configured/replaced the virtio rom correctly?
Thanks in advance
Max