pybootd icon indicating copy to clipboard operation
pybootd copied to clipboard

A minimalist bootp/dhcp/pxe and tftp server

Results 10 pybootd issues
Sort by recently updated
recently updated
newest added

``` In [20]: !/root/anaconda3/bin/python pybootd.py 12:11:48 PXE[daemons] INFO: pybootd-1.8.0 Error: Unable to detect a matching network config ```

Another issue, which I stumbled over, has to do with the verification of the received blocks. RHEL's 8.4 ``initrd.img`` file is larger than the original TFTP limit of 32 MB....

Hello, when I try to boot RHEL 8.4 I encounter the following: ``` 15:38:39 PXE[pxed] CRITICAL: local variable 'bootfile_size' referenced before assignment Traceback (most recent call last): File "/home/cklein/Development/3rdParty/pybootd/pybootd/pxed.py", line...

install centos7.8 error msg Error populating transaction, anaconda is retrying red Hat article https://access.redhat.com/solutions/1231383 indicates two possible root causes, i.e. bad media/DVD/ISO, or HTTP server not supporting "HTTP RANGE".

waitforfeedback

Hello, I'd like to create a script that listens for BOOTP requests, and prints out mac addresses when requests come in. If they are a known host, the script will...

I was thinkink about disable & enable BOOTP/DHCP function. This function is useful when you shutdown the device to avoid to loose its IP address. When IP address is set,...

pybootd presently assumes that any PXE request comes from a system with BIOS firmware. We would like to be able to have pybootd distinguish BIOS PXE boot requests from UEFI...

As you can see on commits, I added in PXE casting from bytes to string that otherwise generates a TypeError on concatenating bytes (in python3 casting to string is not...

Greetings, I don't know if you are actively supporting this product so I will keep this short. I have a QNAP TS231-P running whatever QNAP runs (firmware 4.3.4.0695) and I...

Added optional support for mapping BOOTP requests from specific vendorIDs to specific filenames. This is configured by adding a [bootp_mapping] section, and entries for each mapping in the form: vendor_id...