First post, by kr_217
Hello,
I want to implement network boot to various machines.So i setup the PXE server on one particular machine.As i want to deploy linux related images on various machine i have a "dd" image on the PXE server and through this i deploy the image by sending initrd to machine and this initrd contains dd command which execute the dd image.Until this every thing works fine.
My problem is there is ghost file(.gho file) which i need to flash on this machine.So i have a ghost11.exe which can execute these gho file. But this ghost11.exe cannot be run on linux because it is windows application.So i installed dosbox application in linux and in that i try to
run ghost11.exe.But ghost11.exe fail to recognized the partition of the machine.Is there any way dosbox list the partition for the local machine.
Waiting for the reply.
Thanks