Replies: 1 comment
-
Here is my experimental netbsd.ipxe menu:
I also had to add NetBSD to the bsd.ipxe file like so:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have written an ipxe script to install NetBSD from netboot.xyz but I've not been able to get it to work yet on my home netboot.xyz server because I've not worked out how to upload files to the tftp server included in the netboot docker container. I need to upload the netbsd install kernel to start the installer. I have tried adding the file into the netboot assets
folder, using the tftp put command and opening a shell in the netboot container and downloading the netbsd kernel into /var/tftpboot but neither has done the trick. This doesn't seem to be covered in the docs currently.
Ideally this wouldn't be required at all but I have tried using the ipxe
imgfetch
andmodule
commands to download the kernel but neither has worked so it looks like using TFTP is the only option to provide the install kernel.Beta Was this translation helpful? Give feedback.
All reactions