Skip to main content

Bootable Media not correctly created - missing files on pxe server.

Thread needs solution

I saw 2 problems when trying to create a bootable media on the PXE server.

1. When both ABR and Disk Director 11 Advanced Server is installed a error will appear like 0x800.......
Solution uninstall Disk Director 11 Advanced Server .
2. When only ABR 11.5 (and Snap Deplay is installed ) the creation of the bootable media is succesfull, however, when trying to reboot from the PXE server 2 errors appeared (RAMDISK and an other one).

At the time I created a bootable media from a previous release booting from the PXE server was succesfull.
So I debug why I got these errors.

I found out that 3 files were not present and this was causing the Ramdisk and other error.

These were the filenames of the missing files:
F05650FA2
F5C5E0D50
F399E0CCA

I knew these file were missing because they're mentioned in the bootwiz.cfg.
The bootwiz.cfg was like below:
VGA VESA
MBRCRCS ON /SKIPBOOT
INITRD F05650FA2 /S
KERNEL F399E0CCA product=bootagent media_for_windows quiet
[C2]
VGA VESA
MBRCRCS ON /SKIPBOOT
INITRD F5C5E0D50 /S
KERNEL F41560CE6 quiet
[C3]
VGA VESA
MBRCRCS ON /SKIPBOOT
INITRD F57320D51 /S
KERNEL F3C280CE7 quiet
[C4]
VGA VESA
MBRCRCS ON /SKIPBOOT
INITRD F45A20D0E /S
KERNEL F2B1E0CA4 quiet
[continue]
SYSBOOT /MBR
[BOOTMGR]
QUIET ON
BOOTMENU ON

But It's strange, I uses the 64-bit UEFI support but it's not showing.

After copying the missing files. Acronis ABR 11 starts (in 32 bits mode),

0 Users found this helpful