Στις 02-02-2011, ημέρα Τετ, και ώρα 15:09 +0100, ο/η Didier 'OdyX' Raboud έγραψε: > So, given the messages received so far and my present answer, I am pretty > confident that the PXE patch does basically what you need; I will proceed in > merging the pxe branch to "master". Other enhancements will certainly happen, > but please report separate bugs (it's not a matter of blocking discussion, > but > to keep the "one problem is one bug" motto).
Confirming everything that OdyX says. Awesome PXE integration, much more mature than our preliminary attempts. :) To compile, I did the following: git clone git://git.debian.org/d-i/win32-loader.git cd win32-loader git checkout -b pxe remotes/origin/pxe # remove "--format=i386-pc" from Makefile because I had an old grub version cp /usr/share/gpxe/gpxe.lkrn ./pxe.lkrn PXE=yes make Tested the resulting win32-loader.exe in a vbox XP installation, worked fine. The only thing that remains is the boot menu title, we'll file another bug for it once the pxe branch is merged to master. Again, thank you OdyX, you're great. :) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

