Invalid PXE menu items are displayed when using PXE
search cancel

Invalid PXE menu items are displayed when using PXE

book

Article ID: 162415

calendar_today

Updated On:

Products

Deployment Solution

Issue/Introduction

When deleting preboot configurations, the configurations are not being deleted from the 'automation_image_configuration' table in the database.  These files that are on the Site Server(s) under the 'SBS/Images' folder are also not deleted.

There are various issues that can occur, including but not limited to the following:

There were a total of seven preboots in the 'automation_image_configuration' table but only three showed in the console. When manually booting into PXE, the four pxe options that don't show in console appeared.

Environment

DS 8.x

Cause

The database is not being cleaned up nor are the files on the Site Server being deleted.

Resolution

To clean up the database do the following:

  1. Open SQL Server Management Studio and select the database you use with ITMS (DS)  .  *****Verify that there is a backup of the database before proceeding*****
  2. Type 'select * from dbo.Automation_Image_Configuration'
  3. The preboot configurations will be shown.
  4. Delete the configuration(s) that are not needed by typing: 'Delete from dbo.Automation_Image_Configuration where [Configuration_Name] = <put name here>'

To delete preboot configurations on the NS/SS do the following:

  1. Go to the locations listed below:

    SMP Servers - C:\Program Files\Altiris\Deployment\Bootwiz

    Site ServersC:\Program Files\Altiris\Altiris Agent\Agents\Deployment\SBS\Images

  2. Delete the folders with the same name under both of the above locations AFTER you have deleted the corresponding preboot configuration from the Preboot Configuration page in your SMP Console. As an example, if your Preboot Configuration was named "WINPE5x_x64", delete the folder with the same name