Run an Acronis PXE parallel to a another PXE
Hi @all,
we have got already another pxe server for our linux distributions running in our environment. when we install the acronis pxe server, only the acronis pxe will be shown automatically at the start up of a machine booting with pxe-option.
how can we integrate the acronis pxe into our environment without loosing the option to boot up from the other pxe server?
greets,
jay

- Log in to post comments

Hi Yana-
Could you please provide more details on how to make the PXE work from a different server? I am running the PXELinux loader and have placed the kernel.dat/ramdisk.dat on my PXE server. I am able to select them both in the menu and they start booting but I do not think they ever find the Acronis server. What am I missing? They are on the same subnet.
This is a known working Acronis server that I have disabled PXEserver on.
I have attached a screenshot of what it boots to.
Attachment | Size |
---|---|
43381-91678.jpg | 71.37 KB |
- Log in to post comments

I found the answer. To those of you having the same problem, you need to add the following to your append:
vga=791 ramdisk_size=32768 acpi=off quiet noapic
Mine now looks like this:
Label acronisdeploy
Menu label Acronis Image Deploy
kernel /Acronis/deploy/kernel.dat
append initrd=/Acronis/deploy/ramdisk.dat vga=791 ramdisk_size=32768 acpi=off quiet noapic
- Log in to post comments