pxe.png (19558 bytes) Don't Click This

Home

Back

Screenshots

Links

Chainbooting Tutorial

PXE Problems and Issues


Downloads

Note that these are legacy downloads and are not intended for public-facing internet services

VIRUS SCAN ALL DOWNLOADS

MicroApache

MicroApache 1.3.37+1.05 PXE Distro (313kb ZIP)

Complete Project ISO
Approx 12Mb ISO (via mediafire)

MicroApache
Launch13x.exe
v1,05 (custom)

TFTPLaunch

ShowIP

BinPatch


System Requirements

Windows NT 3.51
Windows NT 4.0
Windows 2000
Windows XP
Windows 7
Linux/WINE


 

PXE and gPXE Netbooting

This is a page of gradually-accumulating PXE boot notes and stuff related to my explorations with the Preboot Execution Environment - I'm only just getting to grips with the PXE/GRUB environment so will be adding stuff to this page as time progresses.

Check out TFTPLaunch - my freeware Auto-Configurator/Launcher for Ph. Jounin's TFTPD32.EXE server. This may be used to create "turnkey" (auto-starting) TFTPD server media such as USB sticks or CDROM.


Tutorial - Chainbooting PXE, gPXE and Tinycore Linux

After much time spent studying various approaches - especially this one which I liked although the exact method didn't work for me -  I finally managed to successfully create a PXE->gPXE chainboot which could be used to boot something useful. In this case it was TinyCore Linux .

Why do this? Well, gPXE is far more powerful than the standard PXE network boot which is available from the BIOS boot on most PCs. It has the ability to "chain-load" (remote execute) using a wider range of network protocols include AoE, iSCSI and HTTP. The latter interested me as it offered a potential use for MicroApache. The advantage of HTTP over TFTP which is usually used for PXE transfers is that it is far more scaleable and can offer much faster rates of data-transfer.

I successfully managed to get gPXE to chainload Tinycore Linux via PXE, GRUB gPXE and MicroApache. This can be bundled on optical media such as DVD or CDROM

Read more....


PXE Problems and Issues

A catalogue of various problems and issues encountered whilst experimenting with PXE booting and TFTP

Read more....


Booting Windows 98 over PXE

I achieved some degree of success in getting a working QEMU Windows 98 boot disk image to work over PXE/GRUB for DOS using tftpd32.

From GRUB I used the following configuration, an image size of no more than 500mb and a PC with more than 500mb of RAM installed...

title Win98 (IMG)
kernel (pd)/memdisk
initrd (pd)/hdd/hdd500mb.img

Hardware Problems

Hardware differences will almost certainly mean that when Windows loads it will detect new hardware and try to install. I chose "Next"->Search for the best driver (recommended)->Next->Browse to hard drive location of setup files and set path->Next->(Accept suggestions)->Next. This requires either the Windows 98 CDROM installed or copied to the image hard drive, or specify c:\win98 as the search folder.  The big problem is that the hard drive image is mapped into RAM and thus any changes made are lost if you reboot the system.

"Do you want to restart your computer now?" -> Hold down the SHIFT key whilst clicking OK (I had problems with Windows "hanging")

Windows may report a problem with the master-boot record possibly being infected by a virus and drives may operate in "compatibility mode"

Shutdown->Restart in DOS mode also hangs

A major problem is that although it can be gotten to boot, the resulting Windows session will normally need to install a plethora of devices. Any kind of Windows restart or reboot causes the transient memory-mapped session to be lost. Investigations continue...

Page top


Oracle VirtualBox

I had problems with Oracle VirtualBox not booting to tftpd32. It doesn't pick up on tftpd32 as a DNS server (MSVPC2007 does) - it also requests an invalid file...

Read request for file <ÿ>. Mode octet [12/09 02:18:26.109]
File <ÿ> : error 2 in system call CreateFile The system cannot find the file specified. [12/09 02:18:26.109]

Useful Tools for Win32 PXE Work

Page top


Patching Binary Files Such as NTLDR, SETUPLDR.EXE etc.

Looking at some of the excellent PXE guides (such as this one) I note that quite a few require using a HEX editor to "patch" (replace strings) within binary executable code. This is tedious and error-prone using debug or a binary hex editor. I wrote BinPatch to do an automatic find/replace on any binary (or text) file.

Page top


Updates and News

  • 18th February 2021 - Archived page restored
  • 5th October 2011 - Tutorial on booting Tinycore Linux with a combination of PXE, gPXE, GRUB and MicroApache
  • 2nd October 2011 - Released TFTPLaunch v1.01 for Ph. Jounin's TFTPD32 server - A demonstration "turnkey" ISO TFTPD boot CD is available (appx 5mb)
  • 11th September 2011 - Released BinPatch v1.00 - A binary search/replace tool
  • 7th September 2011 - Released TFTPLaunch v1.00 for Ph. Jounin's TFTPD32 server
  • 1st September 2011 - Page started

Page top


Screenshots

screenshot-gpxe-chainboot-startx400.jpg (22503 bytes)
screenshot-pxe-boot-startx400.jpg (12473 bytes)
screenshot-gpxe-boot-startx400.jpg (28204 bytes)
screenshot-grub-menux400.jpg (14507 bytes)
screenshot-tinycore-loadingx400.jpg (31318 bytes)
screenshot-tinycore-loadedx400.jpg (8357 bytes)

Page top


Links

Page top


This page and all software, unless otherwise stated, is Copyright (c) M Shaw 
Last updated on 06 March 2021 - This page is designed for 1024 x760 and higher resolution displays