PDA

View Full Version : How PXE boot HDM 2010, or paragon product has pxe server


jm2k7
June 21st, 2010, 12:28 AM
Good friends, thanks for the support you have given me this great community of security wilder Forums. :thumb:

Well, I have this small concern, for a project I'm developing.

I'm going straight to the point, for some reason I do not load the ISO Paragon Hard Disk Manager 2010 by PXE, using "Tftpd32".

I'm using GRUB4DOS and tftp32, in the menu.lst I have the following parameters to load the paragon for pxe:

default 0
gfxmenu (pd)/gfxboot

title Paragon Hard Disk Manager 2010 - PXE
map --mem (pd)/paragon_pxe/paragon.iso (0xFF)
map --hook
root (0xFF)
chainloader (0xFF)

But for some reason the HDM, loading by pxe, it gives me error 0xc0000017 in the \windows\system32\boot\winload.exe.

That could do to make me load bartpe with PXE.

or paragon product has PXE server, you should do about it.

I suppose I should change anything ... XD

jm2k7
July 27th, 2010, 03:21 PM
I searched the solution for PXE boot WinPE Paragon...

in the menu.lst, put the following entry, I had to change it now looks like this:

menu.lst entry:

title Paragon Hard Disk Manager 2010 - PXE
pxe keep
chainloader --raw (pd)/pxeboot.n12

---------------------------------------------------------------------

necessary files to the ROOT directory tftpd32:

bootmgr.exe ---> required files for booting the WinPE PXE
grldr ---> GRUB bootloader
menu.lst ---> config file menu
pxeboot.n12 ---> required files for booting the WinPE PXE

Directory and files needed in ROOT:

/BOOT/BCD ----> BCD file has been modified so that it can boot from PXE.
/BOOT/boot.sdi ----> iles required for booting the WinPE PXE
/BOOT/boot.wim ----> this is the file of winpe that weighs more than 200MB

---------------------------------------------------------------------

If you want to test, attached the files needed to boot the PXE menu with tftpd32 and included.

h**p://www.megaupload.com/?d=HFS031TH

just copy the file "boot.wim, not included, but can include yours.
can use this model as a template, just add your file boot.wim

---------------------------------------------------------------------


Note:
1. Unzip the file "tftpd32.zip" in C:
2. and copy your file "boot.wim" to "C:\tftpd32\root\BOOT\ <here!>"
3. Ready, now running "tftpd32" to "C:\tftfpd32\tftpd32.exe" and boot lan on another computer.

SIW2
July 27th, 2010, 05:26 PM
Thanks,

I am sure it will be useful if anybody else wants to do that.