Replies: 2 comments 2 replies
-
You can use ansible to compile new bootloader files , here is the actual make command https://github.com/netbootxyz/netboot.xyz/blob/development/roles/netbootxyz/tasks/generate_disks_legacy.yml#L26 |
Beta Was this translation helpful? Give feedback.
-
Hi @thelamer , Thank you for the info. I do the "ansible" compilation after editing the file pointed However, I found some troubles:
I hope you want to consider this. Regards. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I hope this will not be ofensive. I'm new to netboot.xyz, and I'm still reading documentation about this project.
The question is simple: I need to "replace" the ipxe inside the netboot.xyz image (ISO, IMG or PXE). The reason is becuase some drivers that I need aren't compiled by default (rndis, acm, ecm, ncm, etc.). So my idea is to compile (make) a custom version of
ipxe.krn
and replace it inside the ISO image (IMG or PXE). However, I don't know how to compile correctly the ipxe version used inside this project.Please, can you point me to the correct documentation/howto/buid_script to complete this task?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions