Ghost Solution Suite

 View Only
  • 1.  PROBLEM IN Automation Folder & MULTIBOOT

    Posted Nov 02, 2015 09:53 AM
      |   view attached

    Intro:

    • We present our 6000+ student in our 500+ machines a windows managed multiboot option for them to choose between Windows and Linux

    Problem

    • 1st: With this Automation folder strategy, a new boot entry is created and the tasks that involve going to automation don’t work
    • 2nd: The students/users get access to a service menu that isn’t appropriate or welcome to them

     

    Attached is a photo showing the problem!



  • 2.  RE: PROBLEM IN Automation Folder & MULTIBOOT

    Posted Nov 02, 2015 02:47 PM
      |   view attached

    Easy fix. I added a script command when I roll out my automation folder to go ahead and change the boot time out with a bcdedit command. This worked for me. Check out the screen shot....

     

     



  • 3.  RE: PROBLEM IN Automation Folder & MULTIBOOT

    Posted Nov 02, 2015 08:03 PM

    I applied the same fix as above to prevent the Windows Boot Manager menu from appearing at startup.

    The first task installs the Automation Folder then the 2nd task runs a script "bcdedit.exe /timeout 0" to disable the Windows Boot Manger.



  • 4.  RE: PROBLEM IN Automation Folder & MULTIBOOT

    Posted Nov 03, 2015 05:18 AM

    Thanks, but the  /timeout switch  only Sets the boot manager time-out value. 

    My main problem is that when a task is issued the client doesn't go to automation. Here's the log:

     

    2015/11/03 10:17:23 autoutil(15f8) I: ****************************************
    2015/11/03 10:17:23 autoutil(15f8) I:    Application Start:
    2015/11/03 10:17:23 autoutil(15f8) I:    (C:\boot\altiris\iso\autoutil.exe)
    2015/11/03 10:17:23 autoutil(15f8) I: ****************************************
    2015/11/03 10:17:23 autoutil(15f8) I:     Module:       'C:\boot\altiris\iso\autoutil.exe'
    2015/11/03 10:17:23 autoutil(15f8) I:     Command line: 'autoutil.exe  -a'
    2015/11/03 10:17:23 autoutil(15f8) I:     Using startup parameters from ini file:
    2015/11/03 10:17:23 autoutil(15f8) I:       'C:\boot\altiris\iso\autoutil.ini' - [LogFile]: Severity=d, Screen=false, Append=an, TimeStamps=C, ProcessIDs=mp, File='C:\autoutil.log'

    2015/11/03 10:17:23 autoutil(15f8) I: AutoUtil application version and architecture is '1.1.9714.20-x64'
    2015/11/03 10:17:23 autoutil(15f8) I: ParseCmdLine (sCmdLine='-a')
    2015/11/03 10:17:23 autoutil(15f8) D:     sCmdLine='-a'
    2015/11/03 10:17:23 autoutil(15f8) D:     sInstallTo=''
    2015/11/03 10:17:23 autoutil(15f8) D:     sCopyFrom=''
    2015/11/03 10:17:23 autoutil(15f8) D:     sCopyTo=''
    2015/11/03 10:17:23 autoutil(15f8) D:     sBootDevice=''
    2015/11/03 10:17:23 autoutil(15f8) D:     sSection=''
    2015/11/03 10:17:23 autoutil(15f8) D:     sKey=''
    2015/11/03 10:17:23 autoutil(15f8) D:     sVal=''
    2015/11/03 10:17:23 autoutil(15f8) D:     sIni=''
    2015/11/03 10:17:23 autoutil(15f8) D:     bGet=0
    2015/11/03 10:17:23 autoutil(15f8) D:     bSet=0
    2015/11/03 10:17:23 autoutil(15f8) D:     bSetAuto=1
    2015/11/03 10:17:23 autoutil(15f8) D:     bSetProd=0
    2015/11/03 10:17:23 autoutil(15f8) D:     bReg=0
    2015/11/03 10:17:23 autoutil(15f8) D:     bUnreg=0
    2015/11/03 10:17:23 autoutil(15f8) D:     bVerbose=0
    2015/11/03 10:17:23 autoutil(15f8) D:     bCopy=0
    2015/11/03 10:17:23 autoutil(15f8) D:     bQueryStatus=0
    2015/11/03 10:17:23 autoutil(15f8) D:     bBootDevice=0
    2015/11/03 10:17:23 autoutil(15f8) D:     bIgnore=0
    2015/11/03 10:17:23 autoutil(15f8) I: CClient::Create (sAppPath='C:\boot\altiris\iso', sInstallPath='', bSilent=0, bVerbose=0, bBootDevice=0)
    2015/11/03 10:17:23 autoutil(15f8) I:   Begin CClient::GetOSVer ()
    2015/11/03 10:17:23 autoutil(15f8) I:     Client OS version from GetVersionEx is 'WinNT-6.2.9200:-x64' (6.2)
    2015/11/03 10:17:23 autoutil(15f8) I:     Client OS version from Registry is 'WinNT-6.3.10240:-x64' (6.3)
    2015/11/03 10:17:23 autoutil(15f8) I:       Error reading 'CSDVersion' or 'CSDBuildNumber' from registry
    2015/11/03 10:17:23 autoutil(15f8) I:       Registry results of 6.3 disagree with earlier results of 6.2
    2015/11/03 10:17:23 autoutil(15f8) I:         Use client OS of 6.3 instead of 6.2
    2015/11/03 10:17:23 autoutil(15f8) I:     Client OS version from Kernel (C:\WINDOWS\system32\kernel32.dll) is 'WinNT-6.2.10240.16384-x64' (6.2)
    2015/11/03 10:17:23 autoutil(15f8) I:       Kernel results of 6.2 disagree with earlier results of 6.3
    2015/11/03 10:17:23 autoutil(15f8) I:   End GetOSVer - Using client OS of 6.3
    2015/11/03 10:17:23 autoutil(15f8) I:   Client OS type is NT
    2015/11/03 10:17:23 autoutil(15f8) I:   Client OS is Vista, 2008, Win7, 2008 R2, Win8 or 2012, etc (6.*)
    2015/11/03 10:17:23 autoutil(15f8) I:     Client OS is 6.x (6.3) - try generic BOOTMGR class
    2015/11/03 10:17:23 autoutil(15f8) I: CClient::CClient (bUseNativeBcdEdit=0, sBaseSection='BOOTMGR', sClientSection='BOOTMGR', sVerb='open', sAppPath='C:\boot\altiris\iso', sInstallPath='', bSilent=0, bVerbose=0, bBootDevice=0)
    2015/11/03 10:17:23 autoutil(15f8) D:   Begin GetProdBootDrive (bInAutomation=0)
    2015/11/03 10:17:23 autoutil(15f8) D:   End GetProdBootDrive - returning 'C:'
    2015/11/03 10:17:23 autoutil(15f8) I:   Begin bcd::UsesNativeBootMgr (bVerbose=false, pWnd=00000000, sBcdEditPath='')
    2015/11/03 10:17:23 autoutil(15f8) I: - - bRedirectDisabled = 0
    2015/11/03 10:17:23 autoutil(15f8) D:           RunShellExecute - ShellExecuteEx (sFile='bcdedit.exe', sParam='/enum all') succeeded with exitcode 0, returning true
    2015/11/03 10:17:23 autoutil(15f8) D:   -UsesNativeBootMgr - RunCommand returned true, exitcode=0
    2015/11/03 10:17:23 autoutil(15f8) I:   End bcd::UsesNativeBootMgr - returning true
    2015/11/03 10:17:23 autoutil(15f8) I:   Determine bcdedit path...
    2015/11/03 10:17:23 autoutil(15f8) D:     don't use native path - use installer path of 'C:\boot\altiris\iso\bcdedit.exe'
    2015/11/03 10:17:23 autoutil(15f8) I:   Determine bcd path...
    2015/11/03 10:17:23 autoutil(15f8) D:     bootmgr detected - use empty bcd path instead of 'C:\boot\bcd'
    2015/11/03 10:17:23 autoutil(15f8) D:     explicitly use 'C:' as the automation folder boot device instead of 'boot'
    2015/11/03 10:17:23 autoutil(15f8) I:  CClient::IniReadVariables (sFile='C:\boot\altiris\iso\autoinst.ini', sSection='BOOTMGR_VARIABLES')
    2015/11/03 10:17:23 autoutil(15f8) I:  CClient::IniReadVariables (sFile='C:\boot\altiris\iso\autoinst.ini', sSection='VARIABLES')
    2015/11/03 10:17:23 autoutil(15f8) D:     %MASTER_GUID% = '{e217309d-dead-beef-a315-001372be0d01}'
    2015/11/03 10:17:23 autoutil(15f8) D:     %MASTER_GUID2% = '{e217309d-dead-beef-a315-001372be0d02}'
    2015/11/03 10:17:23 autoutil(15f8) D:     %DESCRIPTION_AUTOMATION% = 'Symantec Deployment Solution Preboot Environment'
    2015/11/03 10:17:23 autoutil(15f8) D:     %DESCRIPTION_PRODUCTION% = 'Windows Production Operating System'
    2015/11/03 10:17:23 autoutil(15f8) D:     %DESCRIPTION_BOOTMGR% = 'Windows Boot Manager'
    2015/11/03 10:17:23 autoutil(15f8) D:     %FORCE% = ''
    2015/11/03 10:17:23 autoutil(15f8) D:     %MBR% = ''
    2015/11/03 10:17:23 autoutil(15f8) I:  CClient::IniReadVariables (sFile='C:\boot\altiris\iso\autoinst.ini', sSection='IF_CMDS')
    2015/11/03 10:17:23 autoutil(15f8) D:     %IF_BOOTDIR% = '@CMD.EXE|/D /C DIR /b "%INSTALL_PATH%"'
    2015/11/03 10:17:23 autoutil(15f8) D:     %IF_BCDSTORE% = '@CMD.EXE|/D /C DIR /b "%BCD_PATH%"'
    2015/11/03 10:17:23 autoutil(15f8) D:     %IF_ANY% = 'ANY'
    2015/11/03 10:17:23 autoutil(15f8) D:     %IF_BOOTMGR% = 'BOOTMGR'
    2015/11/03 10:17:23 autoutil(15f8) D:     %IF_OSLOADER% = 'OSLOADER'
    2015/11/03 10:17:23 autoutil(15f8) D:     %IF_NTLDR% = 'NTLDR'
    2015/11/03 10:17:23 autoutil(15f8) D:     %IF_PREBOOTLDR% = 'PREBOOTLDR'
    2015/11/03 10:17:23 autoutil(15f8) D:     %IF_PREBOOTOPT% = 'PREBOOTOPT'
    2015/11/03 10:17:23 autoutil(15f8) D:     %IF_TIMEOUT% = 'TIMEOUT'
    2015/11/03 10:17:23 autoutil(15f8) D:     %IF_BCDEDIT% = '@CMD.EXE|/D /C DIR /b "%INSTALL_PATH%\bcdedit.exe"'
    2015/11/03 10:17:23 autoutil(15f8) D:   Tokens:
    2015/11/03 10:17:23 autoutil(15f8) D:     %BCDEDIT_PATH% = 'C:\boot\altiris\iso\bcdedit.exe'
    2015/11/03 10:17:23 autoutil(15f8) D:     %BCD_PATH% = ''
    2015/11/03 10:17:23 autoutil(15f8) D:     %BCD_OPT% = ''
    2015/11/03 10:17:23 autoutil(15f8) D:     %INSTALL_PATH% = 'C:\boot\altiris\iso'
    2015/11/03 10:17:23 autoutil(15f8) D:     %INSTALL_PATH_NO_DRIVE% = 'boot\altiris\iso'
    2015/11/03 10:17:23 autoutil(15f8) D:     %PROD_DRIVE% = 'C:'
    2015/11/03 10:17:23 autoutil(15f8) D:     %BOOT_FOLDER_PATH% = 'C:\boot'
    2015/11/03 10:17:23 autoutil(15f8) D:     %MASTER_GUID% = '{e217309d-dead-beef-a315-001372be0d01}'
    2015/11/03 10:17:23 autoutil(15f8) D:     %MASTER_GUID2% = '{e217309d-dead-beef-a315-001372be0d02}'
    2015/11/03 10:17:23 autoutil(15f8) D:     %DESCRIPTION_AUTOMATION% = 'Symantec Deployment Solution Preboot Environment'
    2015/11/03 10:17:23 autoutil(15f8) D:     %DESCRIPTION_PRODUCTION% = 'Windows Production Operating System'
    2015/11/03 10:17:23 autoutil(15f8) D:     %{inject}% = 'C:\boot\altiris\iso\@inject@'
    2015/11/03 10:17:23 autoutil(15f8) D:     %{dot}% = 'C:\boot\altiris\iso'
    2015/11/03 10:17:23 autoutil(15f8) D:     %{iso}% = 'C:\boot\altiris\iso'
    2015/11/03 10:17:23 autoutil(15f8) D:     %%SRC%% = 'C:\boot\altiris\iso'
    2015/11/03 10:17:23 autoutil(15f8) D:     %%DST%% = 'C:\boot\altiris\iso'
    2015/11/03 10:17:23 autoutil(15f8) I:   Member variables:
    2015/11/03 10:17:23 autoutil(15f8) I:     m_bIsAutomation     =false
    2015/11/03 10:17:23 autoutil(15f8) I:     m_bUsesNativeBootMgr=true
    2015/11/03 10:17:23 autoutil(15f8) I:     m_bUseNativeBcdEdit =false
    2015/11/03 10:17:23 autoutil(15f8) I:     m_sVerb             ='open'
    2015/11/03 10:17:23 autoutil(15f8) I:     m_sAppPath          ='C:\boot\altiris\iso'
    2015/11/03 10:17:23 autoutil(15f8) I:     m_sIniPath          ='C:\boot\altiris\iso\autoinst.ini'
    2015/11/03 10:17:23 autoutil(15f8) I:     m_sProdBootDrive    ='C:'
    2015/11/03 10:17:23 autoutil(15f8) I:     m_sInstallPath      ='C:\boot\altiris\iso'
    2015/11/03 10:17:23 autoutil(15f8) I:     m_sBcdEditPath      ='C:\boot\altiris\iso\bcdedit.exe'
    2015/11/03 10:17:23 autoutil(15f8) I:     m_sBootFolderPath   ='C:\boot'
    2015/11/03 10:17:23 autoutil(15f8) I:     m_sBcdPath          ='' (not found)
    2015/11/03 10:17:23 autoutil(15f8) I:     m_sDotFolderPath    ='C:\boot\altiris\iso'
    2015/11/03 10:17:23 autoutil(15f8) I:     m_sInjectFolderPath ='C:\boot\altiris\iso\@inject@' (not found)
    2015/11/03 10:17:23 autoutil(15f8) I:     m_bSilent           =false
    2015/11/03 10:17:23 autoutil(15f8) I:     m_bVerbose          =false
    2015/11/03 10:17:23 autoutil(15f8) I:     m_sMasterGuid       ='{e217309d-dead-beef-a315-001372be0d01}'
    2015/11/03 10:17:23 autoutil(15f8) I:     m_sMasterGuid2      ='{e217309d-dead-beef-a315-001372be0d02}'
    2015/11/03 10:17:23 autoutil(15f8) I:     m_sBaseSection      ='BOOTMGR'
    2015/11/03 10:17:23 autoutil(15f8) I:     m_sClientSection    ='BOOTMGR'
    2015/11/03 10:17:23 autoutil(15f8) I: CClientBootMgr::CClientBootMgr (sClientSection='BOOTMGR', sVerb='open', sAppPath='C:\boot\altiris\iso', sInstallPath='', bSilent=0, bVerbose=0, bBootDevice=0)

    2015/11/03 10:17:23 autoutil(15f8) I: ----- Start SetAuto operation -----

    2015/11/03 10:17:23 autoutil(15f8) I: Begin CClient::SetAuto () called:
    2015/11/03 10:17:23 autoutil(15f8) I: Begin CClient::IsInstalled (bForce=0)
    2015/11/03 10:17:23 autoutil(15f8) I:  bcd::GetOsLoaderIdentifier (sGuid='{e217309d-dead-beef-a315-001372be0d01}', sDescription='')
    2015/11/03 10:17:23 autoutil(15f8) I:    Begin bcd::GetOsLoaderObjects (v, sId='')
    2015/11/03 10:17:23 autoutil(15f8) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam=' /enum osloader /v') succeeded with exitcode 1, returning true
    2015/11/03 10:17:23 autoutil(15f8) D:         RunCommandRedirectToBuffer output:

    Windows Boot Loader
    -------------------
    identifier              {e217309d-dead-beef-a315-001372be0d01}
    device                  ramdisk=[C:]\boot\altiris\iso\sources\boot.wim,{e217309d-dead-beef-a315-001372be0d02}
    path                    \windows\system32\boot\winload.exe
    description             Symantec Deployment Solution Preboot Environment
    osdevice                ramdisk=[C:]\boot\altiris\iso\sources\boot.wim,{e217309d-dead-beef-a315-001372be0d02}
    systemroot              \windows
    detecthal               Yes
    winpe                   Yes
    quietboot               Yes
    bootlog                 Yes

    Windows Boot Loader
    -------------------
    identifier              {e3240733-814e-11e5-8f24-c4346b5f412c}
    device                  ramdisk=[\Device\HarddiskVolume1]\Recovery\WindowsRE\Winre.wim,{e3240734-814e-11e5-8f24-c4346b5f412c}
    path                    \windows\system32\winload.exe
    description             Windows Recovery Environment
    locale                  pt-PT
    inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
    displaymessage          Recovery
    displaymessageoverride  Recovery
    osdevice                ramdisk=[\Device\HarddiskVolume1]\Recovery\WindowsRE\Winre.wim,{e3240734-814e-11e5-8f24-c4346b5f412c}
    systemroot              \windows
    nx                      OptIn
    bootmenupolicy          Standard
    winpe                   Yes
    custom:46000010         Yes

    Windows Boot Loader
    -------------------
    identifier              {e5077d91-8194-11e5-b9fe-9ffdfb3269f4}
    device                  partition=C:
    path                    \WINDOWS\system32\winload.exe
    description             Windows 10
    locale                  en-US
    inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
    recoverysequence        {f2ee52fa-8194-11e5-b9fe-9ffdfb3269f4}
    recoveryenabled         Yes
    allowedinmemorysettings 0x15000075
    osdevice                partition=C:
    systemroot              \WINDOWS
    resumeobject            {e5077d90-8194-11e5-b9fe-9ffdfb3269f4}
    nx                      OptIn
    bootmenupolicy          Standard

    Windows Boot Loader
    -------------------
    identifier              {f2ee52fa-8194-11e5-b9fe-9ffdfb3269f4}
    A device attached to the system is not functioning.


    2015/11/03 10:17:23 autoutil(15f8) D:         RunCommandRedirectToBuffer - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam=' /enum osloader /v') succeeded with exitcode=1, returning TRUE
    2015/11/03 10:17:23 autoutil(15f8) I:    End bcd::GetOsLoaderObjects found 0 objects
    2015/11/03 10:17:23 autoutil(15f8) I: End CClient::IsInstalled - returning false
    2015/11/03 10:17:23 autoutil(15f8) I: End CClient::SetAuto - automation not installed, returning 129 (success = 0)
    2015/11/03 10:17:23 autoutil(15f8) D: CClientBootMgr destructor called
    2015/11/03 10:17:23 autoutil(15f8) D: CClient destructor called

    2015/11/03 10:17:23 autoutil(15f8) I: AUTOUTIL is returning 129 (EXIT_ERR_AUTOMATION_NOT_INSTALLED)

    2015/11/03 10:17:23 autoutil(15f8) I: Ending application instance
    2015/11/03 10:17:23 autoutil(15f8) I:     Exit code: 129 (EXIT_ERR_AUTOMATION_NOT_INSTALLED)
    2015/11/03 10:17:23 autoutil(15f8) I: ****************************************
    2015/11/03 10:17:23 autoutil(15f8) I:    Application End
    2015/11/03 10:17:23 autoutil(15f8) I: ****************************************

     



  • 5.  RE: PROBLEM IN Automation Folder & MULTIBOOT

    Posted Nov 03, 2015 05:21 AM

    Here's the installation log returning sucess, has the autoinstall log sugest that automation is not installed:

     

    2015/11/02 14:37:13 autoinst(01b4) I: ****************************************
    2015/11/02 14:37:13 autoinst(01b4) I:    Application Start:
    2015/11/02 14:37:13 autoinst(01b4) I:    (C:\WINDOWS\TEMP\apt0\autoinst.exe)
    2015/11/02 14:37:13 autoinst(01b4) I: ****************************************
    2015/11/02 14:37:13 autoinst(01b4) I:     Module:       'C:\WINDOWS\TEMP\apt0\autoinst.exe'
    2015/11/02 14:37:13 autoinst(01b4) I:     Command line: 'C:\WINDOWS\TEMP\apt0\autoinst.exe -i -s'
    2015/11/02 14:37:13 autoinst(01b4) I:     Using startup parameters from ini file:
    2015/11/02 14:37:13 autoinst(01b4) I:       'C:\WINDOWS\TEMP\apt0\autoinst.ini' - [LogFile]: Severity=d, Screen=false, Append=r, TimeStamps=C, ProcessIDs=mp, File='C:\autoinst.log'

    2015/11/02 14:37:13 autoinst(01b4) I: AutoInst application version and architecture is '1.1.9714.40-x86'
    2015/11/02 14:37:13 autoinst(01b4) I:   ParseCmdLine (sCmdLine='-i -s')
    2015/11/02 14:37:13 autoinst(01b4) D:     sCmdLine='-i -s'
    2015/11/02 14:37:13 autoinst(01b4) D:     sInstallTo=''
    2015/11/02 14:37:13 autoinst(01b4) D:     sBootDevice=''
    2015/11/02 14:37:13 autoinst(01b4) D:     sFile=''
    2015/11/02 14:37:13 autoinst(01b4) D:     bInstall=1
    2015/11/02 14:37:13 autoinst(01b4) D:     bUninstall=0
    2015/11/02 14:37:13 autoinst(01b4) D:     bReboot=0
    2015/11/02 14:37:13 autoinst(01b4) D:     bSilent=1
    2015/11/02 14:37:13 autoinst(01b4) D:     bHideProgress=0
    2015/11/02 14:37:13 autoinst(01b4) D:     bVerbose=0
    2015/11/02 14:37:13 autoinst(01b4) D:     bForce=0
    2015/11/02 14:37:13 autoinst(01b4) D:     bIgnore=0
    2015/11/02 14:37:13 autoinst(01b4) D:     bMBR=0
    2015/11/02 14:37:13 autoinst(01b4) D:     bMbrExport=0
    2015/11/02 14:37:13 autoinst(01b4) D:     bMbrImport=0
    2015/11/02 14:37:13 autoinst(01b4) D:     bMbrChecksum=0
    2015/11/02 14:37:13 autoinst(01b4) D:     bCheckSum=0
    2015/11/02 14:37:13 autoinst(01b4) D:     offset=0
    2015/11/02 14:37:13 autoinst(01b4) D:     bytes=18446744073709551615
    2015/11/02 14:37:13 autoinst(01b4) I: CClient::Create (sAppPath='C:\WINDOWS\TEMP\apt0', sInstallPath='', bSilent=1, bVerbose=0, bReboot=0, bForce=0, bMBR=0, pProg)
    2015/11/02 14:37:13 autoinst(01b4) I:   Begin CClient::GetOSVer ()
    2015/11/02 14:37:13 autoinst(01b4) I:     Client OS version from GetVersionEx is 'WinNT-6.2.9200:-x86' (6.2)
    2015/11/02 14:37:13 autoinst(01b4) I:     Client OS version from Registry is 'WinNT-6.3.10240:-x64' (6.3)
    2015/11/02 14:37:13 autoinst(01b4) I:       Error reading 'CSDVersion' or 'CSDBuildNumber' from registry
    2015/11/02 14:37:13 autoinst(01b4) I:       Registry results of 6.3 disagree with earlier results of 6.2
    2015/11/02 14:37:13 autoinst(01b4) I:         Use client OS of 6.3 instead of 6.2
    2015/11/02 14:37:13 autoinst(01b4) I:     Client OS version from Kernel (C:\WINDOWS\sysnative\kernel32.dll) is 'WinNT-6.2.10240.16384-x64' (6.2)
    2015/11/02 14:37:13 autoinst(01b4) I:       Kernel results of 6.2 disagree with earlier results of 6.3
    2015/11/02 14:37:13 autoinst(01b4) I:   End GetOSVer - Using client OS of 6.3
    2015/11/02 14:37:13 autoinst(01b4) I:   Client OS type is NT
    2015/11/02 14:37:13 autoinst(01b4) I:   Client OS is Vista, 2008, Win7, 2008 R2, Win8 or 2012, etc (6.*)
    2015/11/02 14:37:13 autoinst(01b4) I:     Client OS is 6.x (6.3) - try generic BOOTMGR class
    2015/11/02 14:37:13 autoinst(01b4) I: CClient::CClient (bUseNativeBcdEdit=0, sBaseSection='BOOTMGR', sClientSection='BOOTMGR', sVerb='open', sAppPath='C:\WINDOWS\TEMP\apt0', sInstallPath='', bSilent=1, bVerbose=0, bReboot=0, bForce=0, bMBR=0, pProg)
    2015/11/02 14:37:13 autoinst(01b4) D:   Begin GetProdBootDrive (bInAutomation=0)
    2015/11/02 14:37:13 autoinst(01b4) D:   End GetProdBootDrive - returning 'C:'
    2015/11/02 14:37:13 autoinst(01b4) I:   Begin bcd::UsesNativeBootMgr (bVerbose=false, pWnd=0077ea60, sBcdEditPath='')
    2015/11/02 14:37:13 autoinst(01b4) I: - - bRedirectDisabled = 1
    2015/11/02 14:37:13 autoinst(01b4) D:           RunShellExecute - ShellExecuteEx (sFile='bcdedit.exe', sParam='/enum all') succeeded with exitcode 0, returning true
    2015/11/02 14:37:13 autoinst(01b4) D:   -UsesNativeBootMgr - RunCommand returned true, exitcode=0
    2015/11/02 14:37:13 autoinst(01b4) I:   End bcd::UsesNativeBootMgr - returning true
    2015/11/02 14:37:13 autoinst(01b4) I:   Determine bcdedit path...
    2015/11/02 14:37:13 autoinst(01b4) D:     don't use native path - use installer path of 'C:\boot\altiris\iso\bcdedit.exe'
    2015/11/02 14:37:13 autoinst(01b4) I:   Determine bcd path...
    2015/11/02 14:37:13 autoinst(01b4) D:     bootmgr detected - use empty bcd path instead of 'C:\boot\bcd'
    2015/11/02 14:37:13 autoinst(01b4) D:     explicitly use 'C:' as the automation folder boot device instead of 'boot'
    2015/11/02 14:37:13 autoinst(01b4) I:  CClient::IniReadVariables (sFile='C:\WINDOWS\TEMP\apt0\autoinst.ini', sSection='BOOTMGR_VARIABLES')
    2015/11/02 14:37:13 autoinst(01b4) I:  CClient::IniReadVariables (sFile='C:\WINDOWS\TEMP\apt0\autoinst.ini', sSection='VARIABLES')
    2015/11/02 14:37:13 autoinst(01b4) D:     %MASTER_GUID% = '{e217309d-dead-beef-a315-001372be0d01}'
    2015/11/02 14:37:13 autoinst(01b4) D:     %MASTER_GUID2% = '{e217309d-dead-beef-a315-001372be0d02}'
    2015/11/02 14:37:13 autoinst(01b4) D:     %DESCRIPTION_AUTOMATION% = 'Symantec Deployment Solution Preboot Environment'
    2015/11/02 14:37:13 autoinst(01b4) D:     %DESCRIPTION_PRODUCTION% = 'Windows Production Operating System'
    2015/11/02 14:37:13 autoinst(01b4) D:     %DESCRIPTION_BOOTMGR% = 'Windows Boot Manager'
    2015/11/02 14:37:13 autoinst(01b4) D:     %FORCE% = ''
    2015/11/02 14:37:13 autoinst(01b4) D:     %MBR% = ''
    2015/11/02 14:37:13 autoinst(01b4) I:  CClient::IniReadVariables (sFile='C:\WINDOWS\TEMP\apt0\autoinst.ini', sSection='IF_CMDS')
    2015/11/02 14:37:13 autoinst(01b4) D:     %IF_BOOTDIR% = '@CMD.EXE|/D /C DIR /b "%INSTALL_PATH%"'
    2015/11/02 14:37:13 autoinst(01b4) D:     %IF_BCDSTORE% = '@CMD.EXE|/D /C DIR /b "%BCD_PATH%"'
    2015/11/02 14:37:13 autoinst(01b4) D:     %IF_ANY% = 'ANY'
    2015/11/02 14:37:13 autoinst(01b4) D:     %IF_BOOTMGR% = 'BOOTMGR'
    2015/11/02 14:37:13 autoinst(01b4) D:     %IF_OSLOADER% = 'OSLOADER'
    2015/11/02 14:37:13 autoinst(01b4) D:     %IF_NTLDR% = 'NTLDR'
    2015/11/02 14:37:13 autoinst(01b4) D:     %IF_PREBOOTLDR% = 'PREBOOTLDR'
    2015/11/02 14:37:13 autoinst(01b4) D:     %IF_PREBOOTOPT% = 'PREBOOTOPT'
    2015/11/02 14:37:13 autoinst(01b4) D:     %IF_TIMEOUT% = 'TIMEOUT'
    2015/11/02 14:37:13 autoinst(01b4) D:     %IF_BCDEDIT% = '@CMD.EXE|/D /C DIR /b "%INSTALL_PATH%\bcdedit.exe"'
    2015/11/02 14:37:13 autoinst(01b4) D:   Tokens:
    2015/11/02 14:37:13 autoinst(01b4) D:     %BOOTSECT_PATH% = 'C:\boot\altiris\iso\bootsect.exe'
    2015/11/02 14:37:13 autoinst(01b4) D:     %BCDEDIT_PATH% = 'C:\boot\altiris\iso\bcdedit.exe'
    2015/11/02 14:37:13 autoinst(01b4) D:     %BCD_PATH% = ''
    2015/11/02 14:37:13 autoinst(01b4) D:     %BCD_OPT% = ''
    2015/11/02 14:37:13 autoinst(01b4) D:     %BOOT_DEV% = 'C:'
    2015/11/02 14:37:13 autoinst(01b4) D:     %INSTALL_PATH% = 'C:\boot\altiris\iso'
    2015/11/02 14:37:13 autoinst(01b4) D:     %INSTALL_PATH_NO_DRIVE% = 'boot\altiris\iso'
    2015/11/02 14:37:13 autoinst(01b4) D:     %PROD_DRIVE% = 'C:'
    2015/11/02 14:37:13 autoinst(01b4) D:     %BOOT_FOLDER_PATH% = 'C:\boot'
    2015/11/02 14:37:13 autoinst(01b4) D:     %MASTER_GUID% = '{e217309d-dead-beef-a315-001372be0d01}'
    2015/11/02 14:37:13 autoinst(01b4) D:     %MASTER_GUID2% = '{e217309d-dead-beef-a315-001372be0d02}'
    2015/11/02 14:37:13 autoinst(01b4) D:     %DESCRIPTION_AUTOMATION% = 'Symantec Deployment Solution Preboot Environment'
    2015/11/02 14:37:13 autoinst(01b4) D:     %DESCRIPTION_PRODUCTION% = 'Windows Production Operating System'
    2015/11/02 14:37:13 autoinst(01b4) D:     %BOOT_LOADER_TYPE% = 'exe'
    2015/11/02 14:37:13 autoinst(01b4) D:     %BOOTMGR_TYPE% = 'bootmgr'
    2015/11/02 14:37:13 autoinst(01b4) D:     %%SRC%% = 'C:\WINDOWS\TEMP\apt0'
    2015/11/02 14:37:13 autoinst(01b4) D:     %%DST%% = 'C:\boot\altiris\iso'
    2015/11/02 14:37:13 autoinst(01b4) I:   Member variables:
    2015/11/02 14:37:13 autoinst(01b4) I:     m_bIsAutomation     =false
    2015/11/02 14:37:13 autoinst(01b4) I:     m_bUsesNativeBootMgr=true
    2015/11/02 14:37:13 autoinst(01b4) I:     m_bUseNativeBcdEdit =false
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sVerb             ='open'
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sAppPath          ='C:\WINDOWS\TEMP\apt0'
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sIniPath          ='C:\WINDOWS\TEMP\apt0\autoinst.ini'
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sProdBootDrive    ='C:'
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sInstallPath      ='C:\boot\altiris\iso' (not found)
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sBcdEditPath      ='C:\boot\altiris\iso\bcdedit.exe' (not found)
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sBootSectPath     ='C:\boot\altiris\iso\bootsect.exe' (not found)
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sBootFolderPath   ='C:\boot'
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sBcdPath          ='' (not found)
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sBootDev          ='C:'
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sDotFolderPath    ='C:\boot\altiris\iso' (not found)
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sInjectFolderPath ='C:\boot\altiris\iso\@inject@' (not found)
    2015/11/02 14:37:13 autoinst(01b4) I:     m_bSilent           =true
    2015/11/02 14:37:13 autoinst(01b4) I:     m_bVerbose          =false
    2015/11/02 14:37:13 autoinst(01b4) I:     m_bReboot           =false
    2015/11/02 14:37:13 autoinst(01b4) I:     m_bForce            =false
    2015/11/02 14:37:13 autoinst(01b4) I:     m_bMBR              =false
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sMasterGuid       ='{e217309d-dead-beef-a315-001372be0d01}'
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sMasterGuid2      ='{e217309d-dead-beef-a315-001372be0d02}'
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sBaseSection      ='BOOTMGR'
    2015/11/02 14:37:13 autoinst(01b4) I:     m_sClientSection    ='BOOTMGR'
    2015/11/02 14:37:13 autoinst(01b4) I: CClientBootMgr::CClientBootMgr (sClientSection='BOOTMGR', sVerb='open', sAppPath='C:\WINDOWS\TEMP\apt0', sInstallPath='', bSilent=1, bVerbose=0, bReboot=0, bForce=0, bMBR=0, pProg)
    2015/11/02 14:37:13 autoinst(01b4) D:   Begin GetProdBootDrive (bInAutomation=0)
    2015/11/02 14:37:13 autoinst(01b4) D:   End GetProdBootDrive - returning 'C:'

    2015/11/02 14:37:13 autoinst(01b4) I: ----- Start Install operation -----


    2015/11/02 14:37:13 autoinst(01b4) I: Begin CClientBootMgr::Install (exitcode, bContinueOnErrors=0, bIgnoreErrors=0)
    2015/11/02 14:37:13 autoinst(01b4) I: -Install - uninstall existing folder

    2015/11/02 14:37:13 autoinst(01b4) I: Begin CClientBootMgr::Uninstall (exitcode, bContinueOnErrors=1, bIgnoreErrors=1, bRename=0)
    2015/11/02 14:37:13 autoinst(01b4) I:  Begin CClient::IniEntrysCmd (sFile='C:\WINDOWS\TEMP\apt0\autoinst.ini', sSection='UNINSTALL_CMD', dwExitCode, bContinueOnErrors=1, pfnProgress=0136a150, bSearchForSection=1, nLevel=0)
    2015/11/02 14:37:13 autoinst(01b4) I:      CClient::IniIfCmd - Evaluating conditional 'IF(PREBOOTOPT)')
    2015/11/02 14:37:13 autoinst(01b4) I:  Begin bcd::GetDeviceOptionsObject (item, sId='{e217309d-dead-beef-a315-001372be0d02}')
    2015/11/02 14:37:13 autoinst(01b4) I:    Begin bcd::GetDeviceOptionsObjects (v, sId='{e217309d-dead-beef-a315-001372be0d02}')
    2015/11/02 14:37:13 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam=' /enum {e217309d-dead-beef-a315-001372be0d02} /v') failed with GetLastError=2, returning false
    2015/11/02 14:37:13 autoinst(01b4) D:         RunCommandRedirectToBuffer - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam=' /enum {e217309d-dead-beef-a315-001372be0d02} /v') failed with exitcode 2, returning FALSE
    2015/11/02 14:37:13 autoinst(01b4) I:    End bcd::GetDeviceOptionsObjects found 0 objects
    2015/11/02 14:37:13 autoinst(01b4) I:  End bcd::GetDeviceOptionsObject - returning 0
    2015/11/02 14:37:13 autoinst(01b4) I:      CClient::IniIfCmd - Conditional test 'IF(PREBOOTOPT)' failed
    2015/11/02 14:37:13 autoinst(01b4) I:      CClient::IniIfCmd - Evaluating conditional 'IF(PREBOOTLDR)')
    2015/11/02 14:37:13 autoinst(01b4) I:  Begin bcd::GetOsLoaderObject (item, sId='{e217309d-dead-beef-a315-001372be0d01}')
    2015/11/02 14:37:13 autoinst(01b4) I:    Begin bcd::GetOsLoaderObjects (v, sId='{e217309d-dead-beef-a315-001372be0d01}')
    2015/11/02 14:37:13 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam=' /enum {e217309d-dead-beef-a315-001372be0d01} /v') failed with GetLastError=2, returning false
    2015/11/02 14:37:13 autoinst(01b4) D:         RunCommandRedirectToBuffer - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam=' /enum {e217309d-dead-beef-a315-001372be0d01} /v') failed with exitcode 2, returning FALSE
    2015/11/02 14:37:13 autoinst(01b4) I:    End bcd::GetOsLoaderObjects found 0 objects
    2015/11/02 14:37:13 autoinst(01b4) I:  End bcd::GetOsLoaderObject - returning 0
    2015/11/02 14:37:13 autoinst(01b4) I:      CClient::IniIfCmd - Conditional test 'IF(PREBOOTLDR)' failed
    2015/11/02 14:37:13 autoinst(01b4) I:  End CClient::IniEntrysCmd - 3 commands, returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:13 autoinst(01b4) I: Begin CClient::UnregisterAutoUtil ()
    2015/11/02 14:37:13 autoinst(01b4) I: -UnregisterAutoUtil - AutoUtil not found in registry
    2015/11/02 14:37:13 autoinst(01b4) I: End CClient::UnregisterAutoUtil - returning 0 (success = 0)
    2015/11/02 14:37:13 autoinst(01b4) I:  Begin CClient::IniEntrysCopy (sFile='C:\WINDOWS\TEMP\apt0\autoinst.ini', sSection='UNINSTALL_FILES', sSrcVar='', sDstVar='', dwExitCode, bContinueOnErrors=1, pfnProgress=0136a150, bSearchForSection=1, nLevel=0)
    2015/11/02 14:37:13 autoinst(01b4) I:  -IniEntrysCopy - Delete 'C:\boot\altiris\iso\'
    2015/11/02 14:37:13 autoinst(01b4) D:     FolderDelete (sFolder='C:\boot\altiris\iso') folder does not exist, returning 0 (success = 0)
    2015/11/02 14:37:13 autoinst(01b4) I:  -IniEntrysCopy - Delete 'C:\atrsboot'
    2015/11/02 14:37:13 autoinst(01b4) D:     End FileDelete (sFile='C:\atrsboot') file does not exist, returning 0 (success = 0)
    2015/11/02 14:37:13 autoinst(01b4) I:  -IniEntrysCopy - Delete 'C:\boot\atrsboot'
    2015/11/02 14:37:13 autoinst(01b4) D:     End FileDelete (sFile='C:\boot\atrsboot') file does not exist, returning 0 (success = 0)
    2015/11/02 14:37:13 autoinst(01b4) I:  -IniEntrysCopy - Delete 'C:\boot\original.mbr'
    2015/11/02 14:37:13 autoinst(01b4) D:     End FileDelete (sFile='C:\boot\original.mbr') file does not exist, returning 0 (success = 0)
    2015/11/02 14:37:13 autoinst(01b4) I:  -IniEntrysCopy - Delete 'C:\boot\bootsect.mbr'
    2015/11/02 14:37:13 autoinst(01b4) D:     End FileDelete (sFile='C:\boot\bootsect.mbr') file does not exist, returning 0 (success = 0)
    2015/11/02 14:37:13 autoinst(01b4) I:  -IniEntrysCopy - Delete 'C:\boot\altiris\'
    2015/11/02 14:37:13 autoinst(01b4) D:     FolderDelete (sFolder='C:\boot\altiris') folder does not exist, returning 0 (success = 0)
    2015/11/02 14:37:13 autoinst(01b4) I:  -IniEntrysCopy - Delete If Empty 'C:\boot\'
    2015/11/02 14:37:13 autoinst(01b4) D:     FolderDelete (sFolder='C:\boot') returning 0 (success = 0)
    2015/11/02 14:37:13 autoinst(01b4) I:  End CClient::IniEntrysCopy - 7 operations, returning 0 (success = 0)
    2015/11/02 14:37:14 autoinst(01b4) I: End CClientBootMgr::Uninstall - returning 0 (success = 0)

    2015/11/02 14:37:14 autoinst(01b4) I: -Install - find frm file
    2015/11/02 14:37:14 autoinst(01b4) D:   CClient::FindFrmFile - FRM file path = 'C:\WINDOWS\TEMP\apt0\auto.frm'
    2015/11/02 14:37:14 autoinst(01b4) I: Begin DiskReadMbrSector (pMbrBuffer, pPartitionTableBuffer, nDiskNumber=0)
    2015/11/02 14:37:14 autoinst(01b4) I: End DiskReadMbrSector - returning 0 (success = 0)
    2015/11/02 14:37:14 autoinst(01b4) I: MbrCheckSum - returning a checksum of 0x4b160d31 / 1259736369 for disk 0
    2015/11/02 14:37:14 autoinst(01b4) D: -Install - size of frm file contents is 272750808
    2015/11/02 14:37:14 autoinst(01b4) I: -Install - create install destination path 'C:\boot\altiris\iso'
    2015/11/02 14:37:14 autoinst(01b4) I: -Install - extract contents of frm file 'C:\WINDOWS\TEMP\apt0\auto.frm' to 'C:\boot\altiris\iso'
    2015/11/02 14:37:15 autoinst(01b4) I: -Install - copy files listed in '[INSTALL_FILES]' from 'C:\WINDOWS\TEMP\apt0' to 'C:\boot\altiris\iso'
    2015/11/02 14:37:15 autoinst(01b4) I:  Begin CClient::IniEntrysCopy (sFile='C:\WINDOWS\TEMP\apt0\autoinst.ini', sSection='INSTALL_FILES', sSrcVar='C:\WINDOWS\TEMP\apt0', sDstVar='C:\boot\altiris\iso', dwExitCode, bContinueOnErrors=0, pfnProgress=0136a150, bSearchForSection=1, nLevel=0)
    2015/11/02 14:37:15 autoinst(01b4) I:  -IniEntrysCopy - Copy 'C:\WINDOWS\TEMP\apt0\autoinst.exe' to 'C:\boot\altiris\iso\autoinst.exe'
    2015/11/02 14:37:15 autoinst(01b4) D:     FileCopy (sSrc='C:\WINDOWS\TEMP\apt0\autoinst.exe' -> sDst='C:\boot\altiris\iso\autoinst.exe') returning 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:  -IniEntrysCopy - Copy 'C:\WINDOWS\TEMP\apt0\autoinst.ini' to 'C:\boot\altiris\iso\autoinst.ini'
    2015/11/02 14:37:15 autoinst(01b4) D:     FileCopy (sSrc='C:\WINDOWS\TEMP\apt0\autoinst.ini' -> sDst='C:\boot\altiris\iso\autoinst.ini') returning 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:  -IniEntrysCopy - Copy 'C:\WINDOWS\TEMP\apt0\autoutil.exe' to 'C:\boot\altiris\iso\autoutil.exe'
    2015/11/02 14:37:15 autoinst(01b4) D:     FileCopy (sSrc='C:\WINDOWS\TEMP\apt0\autoutil.exe' -> sDst='C:\boot\altiris\iso\autoutil.exe') returning 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:  -IniEntrysCopy - Copy 'C:\WINDOWS\TEMP\apt0\autoutil.ini' to 'C:\boot\altiris\iso\autoutil.ini'
    2015/11/02 14:37:15 autoinst(01b4) D:     FileCopy (sSrc='C:\WINDOWS\TEMP\apt0\autoutil.ini' -> sDst='C:\boot\altiris\iso\autoutil.ini') returning 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:  -IniEntrysCopy - Copy 'C:\WINDOWS\TEMP\apt0\bcdedit.exe' to 'C:\boot\altiris\iso\bcdedit.exe'
    2015/11/02 14:37:15 autoinst(01b4) D:     FileCopy (sSrc='C:\WINDOWS\TEMP\apt0\bcdedit.exe' -> sDst='C:\boot\altiris\iso\bcdedit.exe') returning 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:  End CClient::IniEntrysCopy - 7 operations, returning 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I: -Install - create bcd file in 'C:\boot'
    2015/11/02 14:37:15 autoinst(01b4) I:  Begin CClient::IniEntrysCmd (sFile='C:\WINDOWS\TEMP\apt0\autoinst.ini', sSection='INSTALL_CMD', dwExitCode, bContinueOnErrors=0, pfnProgress=0136a150, bSearchForSection=1, nLevel=0)
    2015/11/02 14:37:15 autoinst(01b4) I:      CClient::IniIfCmd - Evaluating conditional 'IFNOT(PREBOOTOPT)')
    2015/11/02 14:37:15 autoinst(01b4) I:  Begin bcd::GetDeviceOptionsObject (item, sId='{e217309d-dead-beef-a315-001372be0d02}')
    2015/11/02 14:37:15 autoinst(01b4) I:    Begin bcd::GetDeviceOptionsObjects (v, sId='{e217309d-dead-beef-a315-001372be0d02}')
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam=' /enum {e217309d-dead-beef-a315-001372be0d02} /v') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommandRedirectToBuffer output:
    There are no matching objects or the store is empty.


    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommandRedirectToBuffer - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam=' /enum {e217309d-dead-beef-a315-001372be0d02} /v') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:    End bcd::GetDeviceOptionsObjects found 0 objects
    2015/11/02 14:37:15 autoinst(01b4) I:  End bcd::GetDeviceOptionsObject - returning 0
    2015/11/02 14:37:15 autoinst(01b4) I:      CClient::IniIfCmd - Conditional test 'IFNOT(PREBOOTOPT)' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:  -IniEntrysCmd - Call section [BCD_ADD_PREBOOTOPT_BOOTMGR]
    2015/11/02 14:37:15 autoinst(01b4) I:    Begin CClient::IniEntrysCmd (sFile='C:\WINDOWS\TEMP\apt0\autoinst.ini', sSection='BCD_ADD_PREBOOTOPT_BOOTMGR', dwExitCode, bContinueOnErrors=0, pfnProgress=0136a150, bSearchForSection=0, nLevel=1)
    2015/11/02 14:37:15 autoinst(01b4) I:        CClient::IniIfCmd - Conditional test 'RDO' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      Begin CClient::IniEntryCmd (sKey='RDO', sVal='%BCDEDIT_PATH%|%BCD_OPT% /create %MASTER_GUID2% /device /d "%DESCRIPTION_AUTOMATION%"|4', dwExitCode, pfnProgress=0136a150)
    2015/11/02 14:37:15 autoinst(01b4) I:      -IniEntryCmd - calling cmd 'C:\boot\altiris\iso\bcdedit.exe  /create {e217309d-dead-beef-a315-001372be0d02} /device /d "Symantec Deployment Solution Preboot Environment"'...
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /create {e217309d-dead-beef-a315-001372be0d02} /device /d "Symantec Deployment Solution Preboot Environment"') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /create {e217309d-dead-beef-a315-001372be0d02} /device /d "Symantec Deployment Solution Preboot Environment"') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      End CClient::IniEntryCmd - returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:        CClient::IniIfCmd - Conditional test 'RDO' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      Begin CClient::IniEntryCmd (sKey='RDO', sVal='%BCDEDIT_PATH%|%BCD_OPT% /set %MASTER_GUID2% ramdisksdidevice partition=%PROD_DRIVE%|4', dwExitCode, pfnProgress=0136a150)
    2015/11/02 14:37:15 autoinst(01b4) I:      -IniEntryCmd - calling cmd 'C:\boot\altiris\iso\bcdedit.exe  /set {e217309d-dead-beef-a315-001372be0d02} ramdisksdidevice partition=C:'...
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d02} ramdisksdidevice partition=C:') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d02} ramdisksdidevice partition=C:') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      End CClient::IniEntryCmd - returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:        CClient::IniIfCmd - Conditional test 'RDO' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      Begin CClient::IniEntryCmd (sKey='RDO', sVal='%BCDEDIT_PATH%|%BCD_OPT% /set %MASTER_GUID2% ramdisksdipath \%INSTALL_PATH_NO_DRIVE%\boot\boot.sdi|4', dwExitCode, pfnProgress=0136a150)
    2015/11/02 14:37:15 autoinst(01b4) I:      -IniEntryCmd - calling cmd 'C:\boot\altiris\iso\bcdedit.exe  /set {e217309d-dead-beef-a315-001372be0d02} ramdisksdipath \boot\altiris\iso\boot\boot.sdi'...
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d02} ramdisksdipath \boot\altiris\iso\boot\boot.sdi') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d02} ramdisksdipath \boot\altiris\iso\boot\boot.sdi') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      End CClient::IniEntryCmd - returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:    End CClient::IniEntrysCmd - 3 commands, returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:      CClient::IniIfCmd - Evaluating conditional 'IFNOT(PREBOOTLDR)')
    2015/11/02 14:37:15 autoinst(01b4) I:  Begin bcd::GetOsLoaderObject (item, sId='{e217309d-dead-beef-a315-001372be0d01}')
    2015/11/02 14:37:15 autoinst(01b4) I:    Begin bcd::GetOsLoaderObjects (v, sId='{e217309d-dead-beef-a315-001372be0d01}')
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam=' /enum {e217309d-dead-beef-a315-001372be0d01} /v') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommandRedirectToBuffer output:
    There are no matching objects or the store is empty.


    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommandRedirectToBuffer - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam=' /enum {e217309d-dead-beef-a315-001372be0d01} /v') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:    End bcd::GetOsLoaderObjects found 0 objects
    2015/11/02 14:37:15 autoinst(01b4) I:  End bcd::GetOsLoaderObject - returning 0
    2015/11/02 14:37:15 autoinst(01b4) I:      CClient::IniIfCmd - Conditional test 'IFNOT(PREBOOTLDR)' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:  -IniEntrysCmd - Call section [BCD_ADD_PREBOOTLDR]
    2015/11/02 14:37:15 autoinst(01b4) I:    Begin CClient::IniEntrysCmd (sFile='C:\WINDOWS\TEMP\apt0\autoinst.ini', sSection='BCD_ADD_PREBOOTLDR', dwExitCode, bContinueOnErrors=0, pfnProgress=0136a150, bSearchForSection=0, nLevel=1)
    2015/11/02 14:37:15 autoinst(01b4) I:        CClient::IniIfCmd - Conditional test 'OSL' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      Begin CClient::IniEntryCmd (sKey='OSL', sVal='%BCDEDIT_PATH%|%BCD_OPT% /create %MASTER_GUID% /d "%DESCRIPTION_AUTOMATION%" /application OSLOADER|4', dwExitCode, pfnProgress=0136a150)
    2015/11/02 14:37:15 autoinst(01b4) I:      -IniEntryCmd - calling cmd 'C:\boot\altiris\iso\bcdedit.exe  /create {e217309d-dead-beef-a315-001372be0d01} /d "Symantec Deployment Solution Preboot Environment" /application OSLOADER'...
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /create {e217309d-dead-beef-a315-001372be0d01} /d "Symantec Deployment Solution Preboot Environment" /application OSLOADER') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /create {e217309d-dead-beef-a315-001372be0d01} /d "Symantec Deployment Solution Preboot Environment" /application OSLOADER') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      End CClient::IniEntryCmd - returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:        CClient::IniIfCmd - Conditional test 'OSL' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      Begin CClient::IniEntryCmd (sKey='OSL', sVal='%BCDEDIT_PATH%|%BCD_OPT% /set %MASTER_GUID% device ramdisk=[%BOOT_DEV%]\%INSTALL_PATH_NO_DRIVE%\sources\boot.wim,%MASTER_GUID2%|4', dwExitCode, pfnProgress=0136a150)
    2015/11/02 14:37:15 autoinst(01b4) I:      -IniEntryCmd - calling cmd 'C:\boot\altiris\iso\bcdedit.exe  /set {e217309d-dead-beef-a315-001372be0d01} device ramdisk=[C:]\boot\altiris\iso\sources\boot.wim,{e217309d-dead-beef-a315-001372be0d02}'...
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} device ramdisk=[C:]\boot\altiris\iso\sources\boot.wim,{e217309d-dead-beef-a315-001372be0d02}') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} device ramdisk=[C:]\boot\altiris\iso\sources\boot.wim,{e217309d-dead-beef-a315-001372be0d02}') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      End CClient::IniEntryCmd - returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:        CClient::IniIfCmd - Conditional test 'OSL' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      Begin CClient::IniEntryCmd (sKey='OSL', sVal='%BCDEDIT_PATH%|%BCD_OPT% /set %MASTER_GUID% path \windows\system32\boot\winload.%BOOT_LOADER_TYPE%|4', dwExitCode, pfnProgress=0136a150)
    2015/11/02 14:37:15 autoinst(01b4) I:      -IniEntryCmd - calling cmd 'C:\boot\altiris\iso\bcdedit.exe  /set {e217309d-dead-beef-a315-001372be0d01} path \windows\system32\boot\winload.exe'...
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} path \windows\system32\boot\winload.exe') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} path \windows\system32\boot\winload.exe') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      End CClient::IniEntryCmd - returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:        CClient::IniIfCmd - Conditional test 'OSL' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      Begin CClient::IniEntryCmd (sKey='OSL', sVal='%BCDEDIT_PATH%|%BCD_OPT% /set %MASTER_GUID% osdevice ramdisk=[%BOOT_DEV%]\%INSTALL_PATH_NO_DRIVE%\sources\boot.wim,%MASTER_GUID2%|4', dwExitCode, pfnProgress=0136a150)
    2015/11/02 14:37:15 autoinst(01b4) I:      -IniEntryCmd - calling cmd 'C:\boot\altiris\iso\bcdedit.exe  /set {e217309d-dead-beef-a315-001372be0d01} osdevice ramdisk=[C:]\boot\altiris\iso\sources\boot.wim,{e217309d-dead-beef-a315-001372be0d02}'...
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} osdevice ramdisk=[C:]\boot\altiris\iso\sources\boot.wim,{e217309d-dead-beef-a315-001372be0d02}') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} osdevice ramdisk=[C:]\boot\altiris\iso\sources\boot.wim,{e217309d-dead-beef-a315-001372be0d02}') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      End CClient::IniEntryCmd - returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:        CClient::IniIfCmd - Conditional test 'OSL' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      Begin CClient::IniEntryCmd (sKey='OSL', sVal='%BCDEDIT_PATH%|%BCD_OPT% /set %MASTER_GUID% systemroot \windows|4', dwExitCode, pfnProgress=0136a150)
    2015/11/02 14:37:15 autoinst(01b4) I:      -IniEntryCmd - calling cmd 'C:\boot\altiris\iso\bcdedit.exe  /set {e217309d-dead-beef-a315-001372be0d01} systemroot \windows'...
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} systemroot \windows') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} systemroot \windows') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      End CClient::IniEntryCmd - returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:        CClient::IniIfCmd - Conditional test 'OSL' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      Begin CClient::IniEntryCmd (sKey='OSL', sVal='%BCDEDIT_PATH%|%BCD_OPT% /set %MASTER_GUID% winpe yes|4', dwExitCode, pfnProgress=0136a150)
    2015/11/02 14:37:15 autoinst(01b4) I:      -IniEntryCmd - calling cmd 'C:\boot\altiris\iso\bcdedit.exe  /set {e217309d-dead-beef-a315-001372be0d01} winpe yes'...
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} winpe yes') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} winpe yes') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      End CClient::IniEntryCmd - returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:        CClient::IniIfCmd - Conditional test 'OSL' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      Begin CClient::IniEntryCmd (sKey='OSL', sVal='%BCDEDIT_PATH%|%BCD_OPT% /set %MASTER_GUID% detecthal yes|4', dwExitCode, pfnProgress=0136a150)
    2015/11/02 14:37:15 autoinst(01b4) I:      -IniEntryCmd - calling cmd 'C:\boot\altiris\iso\bcdedit.exe  /set {e217309d-dead-beef-a315-001372be0d01} detecthal yes'...
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} detecthal yes') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} detecthal yes') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      End CClient::IniEntryCmd - returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:        CClient::IniIfCmd - Conditional test 'OSL' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      Begin CClient::IniEntryCmd (sKey='OSL', sVal='%BCDEDIT_PATH%|%BCD_OPT% /set %MASTER_GUID% bootlog yes|4', dwExitCode, pfnProgress=0136a150)
    2015/11/02 14:37:15 autoinst(01b4) I:      -IniEntryCmd - calling cmd 'C:\boot\altiris\iso\bcdedit.exe  /set {e217309d-dead-beef-a315-001372be0d01} bootlog yes'...
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} bootlog yes') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} bootlog yes') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      End CClient::IniEntryCmd - returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:        CClient::IniIfCmd - Conditional test 'OSL' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      Begin CClient::IniEntryCmd (sKey='OSL', sVal='%BCDEDIT_PATH%|%BCD_OPT% /set %MASTER_GUID% quietboot yes|4', dwExitCode, pfnProgress=0136a150)
    2015/11/02 14:37:15 autoinst(01b4) I:      -IniEntryCmd - calling cmd 'C:\boot\altiris\iso\bcdedit.exe  /set {e217309d-dead-beef-a315-001372be0d01} quietboot yes'...
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} quietboot yes') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /set {e217309d-dead-beef-a315-001372be0d01} quietboot yes') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      End CClient::IniEntryCmd - returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:        CClient::IniIfCmd - Conditional test 'OSL' was TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      Begin CClient::IniEntryCmd (sKey='OSL', sVal='%BCDEDIT_PATH%|%BCD_OPT% /displayorder %MASTER_GUID% /addlast|4', dwExitCode, pfnProgress=0136a150)
    2015/11/02 14:37:15 autoinst(01b4) I:      -IniEntryCmd - calling cmd 'C:\boot\altiris\iso\bcdedit.exe  /displayorder {e217309d-dead-beef-a315-001372be0d01} /addlast'...
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /displayorder {e217309d-dead-beef-a315-001372be0d01} /addlast') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam='  /displayorder {e217309d-dead-beef-a315-001372be0d01} /addlast') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:      End CClient::IniEntryCmd - returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:    End CClient::IniEntrysCmd - 13 commands, returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I:      CClient::IniIfCmd - Evaluating conditional 'IFNOT(TIMEOUT)')
    2015/11/02 14:37:15 autoinst(01b4) I:  Begin bcd::GetBootManagerObject (item)
    2015/11/02 14:37:15 autoinst(01b4) I:    Begin bcd::GetBootManagerObjects (v)
    2015/11/02 14:37:15 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam=' /enum {bootmgr} /v') succeeded with exitcode 0, returning true
    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommandRedirectToBuffer output:

    Windows Boot Manager
    --------------------
    identifier              {9dea862c-5cdd-4e70-acc1-f32b344d4795}
    device                  partition=\Device\HarddiskVolume1
    description             Windows Boot Manager
    locale                  en-US
    inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
    default                 {e5077d91-8194-11e5-b9fe-9ffdfb3269f4}
    resumeobject            {e5077d90-8194-11e5-b9fe-9ffdfb3269f4}
    displayorder            {e5077d91-8194-11e5-b9fe-9ffdfb3269f4}
                            {066c0331-8160-11e5-9bc7-c4346b5f412c}
                            {e217309d-dead-beef-a315-001372be0d01}
    toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}
    timeout                 10
    displaybootmenu         Yes


    2015/11/02 14:37:15 autoinst(01b4) D:         RunCommandRedirectToBuffer - CreateChildProcess (sFile='C:\boot\altiris\iso\bcdedit.exe', sParam=' /enum {bootmgr} /v') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:15 autoinst(01b4) I:  -GetBootManagerObjects - Windows boot manager[1]:
    2015/11/02 14:37:15 autoinst(01b4) I:     identifier           ='{9dea862c-5cdd-4e70-acc1-f32b344d4795}'
    2015/11/02 14:37:15 autoinst(01b4) I:     description          ='windows boot manager'
    2015/11/02 14:37:15 autoinst(01b4) I:     device               ='partition=\\harddiskvolume1'
    2015/11/02 14:37:15 autoinst(01b4) I:     path                 =''
    2015/11/02 14:37:15 autoinst(01b4) I:     locale               ='en-us'
    2015/11/02 14:37:15 autoinst(01b4) I:     inherit              ='{7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}'
    2015/11/02 14:37:15 autoinst(01b4) I:     default              ='{e5077d91-8194-11e5-b9fe-9ffdfb3269f4}'
    2015/11/02 14:37:15 autoinst(01b4) I:     bootsequence         =''
    2015/11/02 14:37:15 autoinst(01b4) I:     resume               =''
    2015/11/02 14:37:15 autoinst(01b4) I:     resumeobject         ='{e5077d90-8194-11e5-b9fe-9ffdfb3269f4}'
    2015/11/02 14:37:15 autoinst(01b4) I:     timeout              ='10'
    2015/11/02 14:37:15 autoinst(01b4) I:     displaybootmenu      ='yes'
    2015/11/02 14:37:15 autoinst(01b4) I:     displayorder[0]      ='{e5077d91-8194-11e5-b9fe-9ffdfb3269f4}'
    2015/11/02 14:37:15 autoinst(01b4) I:     displayorder[1]      ='{066c0331-8160-11e5-9bc7-c4346b5f412c}'
    2015/11/02 14:37:15 autoinst(01b4) I:     displayorder[2]      ='{e217309d-dead-beef-a315-001372be0d01}'
    2015/11/02 14:37:15 autoinst(01b4) I:     toolsdisplayorder[0] ='{b2721d73-1db4-4c62-bf78-c548a880142d}'
    2015/11/02 14:37:15 autoinst(01b4) I:    End bcd::GetBootManagerObjects found 1 objects
    2015/11/02 14:37:15 autoinst(01b4) I:  End bcd::GetBootManagerObject - returning 1
    2015/11/02 14:37:15 autoinst(01b4) I:      CClient::IniIfCmd - Conditional test 'IFNOT(TIMEOUT)' failed
    2015/11/02 14:37:15 autoinst(01b4) I:  End CClient::IniEntrysCmd - 5 commands, returning 0 (success = 0), dwExitCode = 0 (success = 0)
    2015/11/02 14:37:15 autoinst(01b4) I: -Install - create atrsboot file 'C:\boot\altiris\iso\boot' from 'C:\boot'
    2015/11/02 14:37:15 autoinst(01b4) I:  Begin CClient::CreateAtrsBootFile (sImageAtrsBootPath='C:\boot\altiris\iso\boot', sInstallerAtrsBootPath='C:\boot', sInstallDir='C:\boot\altiris\iso')
    2015/11/02 14:37:15 autoinst(01b4) I:  End CClient::CreateAtrsBootFile - done
    2015/11/02 14:37:15 autoinst(01b4) I: -Install - register autoutil in 'C:\boot\altiris\iso'
    2015/11/02 14:37:15 autoinst(01b4) I: Begin CClient::RegisterAutoUtil (sInstallPath='C:\boot\altiris\iso')


    2015/11/02 14:37:16 autoutil(090c) I: ****************************************
    2015/11/02 14:37:16 autoutil(090c) I:    Application Start:
    2015/11/02 14:37:16 autoutil(090c) I:    (C:\boot\altiris\iso\autoutil.exe)
    2015/11/02 14:37:16 autoutil(090c) I: ****************************************
    2015/11/02 14:37:16 autoutil(090c) I:     Module:       'C:\boot\altiris\iso\autoutil.exe'
    2015/11/02 14:37:16 autoutil(090c) I:     Command line: '"C:\boot\altiris\iso\autoutil.exe" -reg -log D|R|F|C|PM|"C:\autoinst.log"|000|A'
    2015/11/02 14:37:16 autoutil(090c) I:     Using startup parameters from command line:
    2015/11/02 14:37:16 autoutil(090c) I:       '-log D|R|F|C|PM|C:\autoinst.log|000|A'

    2015/11/02 14:37:16 autoutil(090c) I: AutoUtil application version and architecture is '1.1.9714.20-x64'
    2015/11/02 14:37:16 autoutil(090c) I: ParseCmdLine (sCmdLine='-reg -log D|R|F|C|PM|"C:\autoinst.log"|000|A')
    2015/11/02 14:37:16 autoutil(090c) D:     sCmdLine='-reg -log D|R|F|C|PM|"C:\autoinst.log"|000|A'
    2015/11/02 14:37:16 autoutil(090c) D:     sInstallTo=''
    2015/11/02 14:37:16 autoutil(090c) D:     sCopyFrom=''
    2015/11/02 14:37:16 autoutil(090c) D:     sCopyTo=''
    2015/11/02 14:37:16 autoutil(090c) D:     sBootDevice=''
    2015/11/02 14:37:16 autoutil(090c) D:     sSection=''
    2015/11/02 14:37:16 autoutil(090c) D:     sKey=''
    2015/11/02 14:37:16 autoutil(090c) D:     sVal=''
    2015/11/02 14:37:16 autoutil(090c) D:     sIni=''
    2015/11/02 14:37:16 autoutil(090c) D:     bGet=0
    2015/11/02 14:37:16 autoutil(090c) D:     bSet=0
    2015/11/02 14:37:16 autoutil(090c) D:     bSetAuto=0
    2015/11/02 14:37:16 autoutil(090c) D:     bSetProd=0
    2015/11/02 14:37:16 autoutil(090c) D:     bReg=1
    2015/11/02 14:37:16 autoutil(090c) D:     bUnreg=0
    2015/11/02 14:37:16 autoutil(090c) D:     bVerbose=0
    2015/11/02 14:37:16 autoutil(090c) D:     bCopy=0
    2015/11/02 14:37:16 autoutil(090c) D:     bQueryStatus=0
    2015/11/02 14:37:16 autoutil(090c) D:     bBootDevice=0
    2015/11/02 14:37:16 autoutil(090c) D:     bIgnore=0

    2015/11/02 14:37:16 autoutil(090c) I: ----- Start Register operation -----

    2015/11/02 14:37:16 autoutil(090c) I: CClient::Create (<client OS id mode>)
    2015/11/02 14:37:16 autoutil(090c) I:   Begin CClient::GetOSVer ()
    2015/11/02 14:37:16 autoutil(090c) I:     Client OS version from GetVersionEx is 'WinNT-6.2.9200:-x64' (6.2)
    2015/11/02 14:37:16 autoutil(090c) I:     Client OS version from Registry is 'WinNT-6.3.10240:-x64' (6.3)
    2015/11/02 14:37:16 autoutil(090c) I:       Error reading 'CSDVersion' or 'CSDBuildNumber' from registry
    2015/11/02 14:37:16 autoutil(090c) I:       Registry results of 6.3 disagree with earlier results of 6.2
    2015/11/02 14:37:16 autoutil(090c) I:         Use client OS of 6.3 instead of 6.2
    2015/11/02 14:37:16 autoutil(090c) I:     Client OS version from Kernel (C:\WINDOWS\system32\kernel32.dll) is 'WinNT-6.2.10240.16384-x64' (6.2)
    2015/11/02 14:37:16 autoutil(090c) I:       Kernel results of 6.2 disagree with earlier results of 6.3
    2015/11/02 14:37:16 autoutil(090c) I:   End GetOSVer - Using client OS of 6.3
    2015/11/02 14:37:16 autoutil(090c) I:   Client OS type is NT
    2015/11/02 14:37:16 autoutil(090c) I:   Client OS is Vista, 2008, Win7, 2008 R2, Win8 or 2012, etc (6.*)
    2015/11/02 14:37:16 autoutil(090c) I:     Client OS is 6.x (6.3) - try generic BOOTMGR class
    2015/11/02 14:37:16 autoutil(090c) I: Begin CClient::RegisterAutoUtil (bWow64=0) called
    2015/11/02 14:37:16 autoutil(090c) I: End CClient::RegisterAutoUtil returning 0 (success = 0)
    2015/11/02 14:37:16 autoutil(090c) I: Begin CClient::RegisterAutoUtil (bWow64=0) called
    2015/11/02 14:37:16 autoutil(090c) I: End CClient::RegisterAutoUtil returning 0 (success = 0)

    2015/11/02 14:37:16 autoutil(090c) I: AUTOUTIL is returning 0 (EXIT_SUCCESS)

    2015/11/02 14:37:16 autoutil(090c) I: Ending application instance
    2015/11/02 14:37:16 autoutil(090c) I:     Exit code: 0 (EXIT_SUCCESS)
    2015/11/02 14:37:16 autoutil(090c) I: ****************************************
    2015/11/02 14:37:16 autoutil(090c) I:    Application End
    2015/11/02 14:37:16 autoutil(090c) I: ****************************************


    2015/11/02 14:37:16 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='C:\boot\altiris\iso\autoutil.exe', sParam='-reg -log D|R|F|C|PM|"C:\autoinst.log"|000|A') succeeded with exitcode 0, returning true
    2015/11/02 14:37:16 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='C:\boot\altiris\iso\autoutil.exe', sParam='-reg -log D|R|F|C|PM|"C:\autoinst.log"|000|A') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:16 autoinst(01b4) I: End CClient::RegisterAutoUtil - returning 0 (success = 0)
    2015/11/02 14:37:17 autoinst(01b4) I: End CClientBootMgr::Install - returning 0 (success = 0)

    2015/11/02 14:37:17 autoinst(01b4) D:           CreateChildProcess - CreateProcess (sFile='attrib', sParam='+h C:\boot') succeeded with exitcode 0, returning true
    2015/11/02 14:37:17 autoinst(01b4) D:         RunCommand - CreateChildProcess (sFile='attrib', sParam='+h C:\boot') succeeded with exitcode=0, returning TRUE
    2015/11/02 14:37:17 autoinst(01b4) D: CClientBootMgr destructor called
    2015/11/02 14:37:17 autoinst(01b4) D: CClient destructor called

    2015/11/02 14:37:17 autoinst(01b4) I: AUTOINST is returning 0 (EXIT_SUCCESS)

    2015/11/02 14:37:17 autoinst(01b4) I: Ending application instance
    2015/11/02 14:37:17 autoinst(01b4) I:     Exit code: 0 (EXIT_SUCCESS)
    2015/11/02 14:37:17 autoinst(01b4) I: ****************************************
    2015/11/02 14:37:17 autoinst(01b4) I:    Application End
    2015/11/02 14:37:17 autoinst(01b4) I: ****************************************

     



  • 6.  RE: PROBLEM IN Automation Folder & MULTIBOOT

    Posted Dec 19, 2015 01:42 PM

    We have experimented with disabling the boot timeout by setting it to 0 , however this had caused many issues due to it subsequentially disabling safemode and other advanced startup options. The compromise that we found was setting the bootmenu timeout to 1 and configuring the Lock Keyboard option for the Automation Folder.



  • 7.  RE: PROBLEM IN Automation Folder & MULTIBOOT

    Trusted Advisor
    Posted Jan 25, 2016 11:45 AM

    Hi  Daniel,

    When you say that the automation boot does not work, can you elaborate on what you are seeing when you select the Symantec boot option?

    Kind Regards,
    Ian./

     



  • 8.  RE: PROBLEM IN Automation Folder & MULTIBOOT

    Posted Feb 01, 2016 06:42 PM

    It may be that the dual boot set up isn't booting to the alternat options.   At this time only a single boot system is supported with the locally installed automation folder or prior automation partitions.   

    Pxe or usb/dvd boot options would be needed for this set up at this time.   

    https://support.symantec.com/en_US/article.TECH110175.html

     

     



  • 9.  RE: PROBLEM IN Automation Folder & MULTIBOOT

    Trusted Advisor
    Posted Feb 28, 2016 09:25 AM

    Is still an issue Daniel?



  • 10.  RE: PROBLEM IN Automation Folder & MULTIBOOT

    Posted Feb 29, 2016 01:34 PM

    Hello Ian, For the moment i haven't deployed the solution to production.  

    It's scheduled to the next academic year. So in June i'll be installing an configuring GSS3 in a new server for deploying windows10/ubuntu machines. I hope by then that the problems with GSS3 are minimized or resolved.