1

I have a USB thumb drive containing a live boot environment.

It's actually set up like a HDD with a single ext2 partition within and boots a minimal customized version of linux.

How would I go about setting this up to boot via PXE (or iPXE)

hookenz
  • 14,472
  • 23
  • 88
  • 143

1 Answers1

0

If you've got a functioning PXE server, you should have no problem using memdisk with an image of the drive. I've used memdisk to boot a hybrid ISO over PXE, serving the ISO over TFTP rather than NFS.

Andrew
  • 8,002
  • 3
  • 36
  • 44