diff --git a/README.md b/README.md index fa0cdbd..a9d1dfd 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ Use some bootloaders files provide by : * pxelinux.0 * `syslinux-common` debian package : * chain.c32 + * ldlinux.c32 + * libcom32.c32 + * libutil.c32 * menu.c32 * reboot.c32 * vesamenu.c32 @@ -32,7 +35,7 @@ mkdir -p temp_pxe_files cd temp_pxe_files aptitude download pxelinux syslinux-common ar p pxelinux*.deb data.tar.xz | tar xJ -C . --strip-components=4 ./usr/lib/PXELINUX/{g,}pxelinux.0 -ar p syslinux-common*.deb data.tar.xz | tar xJ -C . --strip-components=6 ./usr/lib/syslinux/modules/bios/{chain,menu,reboot,vesamenu}.c32 +ar p syslinux-common*.deb data.tar.xz | tar xJ -C . --strip-components=6 ./usr/lib/syslinux/modules/bios/{chain,ldlinux,libcom32,libutil,menu,reboot,vesamenu}.c32 ``` The MD5 checksum can mismatch between the files from this repo and those from Debian's packages. diff --git a/chain.c32 b/chain.c32 index a15cc0a..531af63 100644 Binary files a/chain.c32 and b/chain.c32 differ diff --git a/gpxelinux.0 b/gpxelinux.0 index ba43512..19ce673 100644 Binary files a/gpxelinux.0 and b/gpxelinux.0 differ diff --git a/ldlinux.c32 b/ldlinux.c32 new file mode 100644 index 0000000..b9a0849 Binary files /dev/null and b/ldlinux.c32 differ diff --git a/libcom32.c32 b/libcom32.c32 new file mode 100644 index 0000000..1652914 Binary files /dev/null and b/libcom32.c32 differ diff --git a/libutil.c32 b/libutil.c32 new file mode 100644 index 0000000..1610391 Binary files /dev/null and b/libutil.c32 differ diff --git a/menu.c32 b/menu.c32 index 348c6b8..7600b2c 100644 Binary files a/menu.c32 and b/menu.c32 differ diff --git a/pxelinux.0 b/pxelinux.0 index af7410f..e5f7365 100644 Binary files a/pxelinux.0 and b/pxelinux.0 differ diff --git a/reboot.c32 b/reboot.c32 index c74d620..2580371 100644 Binary files a/reboot.c32 and b/reboot.c32 differ diff --git a/vesamenu.c32 b/vesamenu.c32 index c466582..31cf3ba 100644 Binary files a/vesamenu.c32 and b/vesamenu.c32 differ