Quantcast
Channel: Ivanti User Community : All Content - Endpoint Manager and Endpoint Security (EPM) (Powered by LANDESK)
Viewing all articles
Browse latest Browse all 1714

Capture UEFI W10 GPT very big size !

$
0
0

VersionIvanti.JPG

 

Hello,

We are trying to capture our first UEFI W10 GPT PC.
We use a "Capture template"

"Command-line parameters" below:
/ b / d: 0 / rb: 0 /f:\\landeskcore\ldlogon\MasterW10 \
temporary \ CAPTUREMASTERUEFIW101803DELL5590PILOTES.tbi
Capture.JPG
XML below:
<template id = "3b446d57-cba4-4266-a397-b658b0daf5c6" name = "MASTER CAPTURE - UEFI - W10 1803 - DELL5590 - DRIVERS" version = "4">
<description> MASTER CAPTURE - UEFI - W10 1803 - DELL5590 - DRIVERS </ description>
<Preboot-os> WindowsPE </ preboot-os>
<Final-os>
<Name> Windows </ name>
<Type-id> All </ type-id>
<Family-id> Windows </ family-id>
<Vendor-id> All </ vendor-id>
<Major worm> -1 </ Major worm>
<Minor-ver> -1 </ minor-ver>
<Architecture> All </ architecture>
</ Final-os>
<Variable>
<variable name = "_ ShowClientUI" transform = "none"> True </ variable>
<variable name = "_ CloseClientUI" transform = "none"> wait30 </ variable>
<variable name = "_ RemoveClientFolder" transform = "none"> True </ variable>
</ Variable>
<section id = "SystemMigration" name = "System migration">
<description> Back up personal or custom files before the system is modified. </ description>
</ Section>
<section id = "PreOsInstall" name = "Pre-OS installation">
<description> Configure the hardware and get the system ready for the OS. </ description>
<action name = "Ensure the OS partition is mounted as C:" version = "4">
<description />
<Action-type> Score </ action-type>
<variables />
<Options>

<option name = "StopProcessingTemplateIfActionFails"> false </ option>
</ Option>
<Parameters>
<Action> autoassign </ Action>
</ Parameters>
</ Action>
</ Section>
<section id = "OsInstall" name = "OS installation">
<description> Install the target operating system with the specified options. </ description>
<action name = "Capture image" version = "4">
<description />
<Action-type> Capture_image </ action-type>
<variables />
<Options>
<option name = "StopProcessingTemplateIfActionFails"> true </ option>
</ Option>
<Parameters>
<Application> c: \ ldprovision \ imagew.exe </ application>
<arguments> / b / d: 0 / rb: 0 / f: \\ landeskcore \ ldlogon \ MasterW10 \ temporary \ CAPTUREMASTERUEFIW101803DELL5590PILOTES.tbi </ arguments>
<Imagetype> LANDeskWinV2 </ imagetype>
<Imagepath> landeskcore \\ \ ldlogon \ MasterW10 \ temporary \ CAPTUREMASTERUEFIW101803DELL5590PILOTES.tbi </ imagepath>
<OSType> 1 </ OSType>
</ Parameters>
</ Action>
</ Section>
<section id = "PostOsInstall" name = "Post-OS installation">
<description> Add additional items after OS installation, before rebooting into the target OS. For example, you might add service pack updates. </ Description>
</ Section>
<section id = "SystemConfiguration" name = "System configuration">
<description> Automate system configuration that must happen after booting into the target OS such as installing drivers and applications and updating scan files. </ description>
</ Section>
</ Template>


The problem is that the "capture" takes more than 4 hours and generates a TBI image of more than 50GB.
On our other "capture" BIOS Legacy we had images of 10GB Maximum and in 1 hour maximum ..

 

 

 

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

 

 

Bonjour,

 

Nous essayons de faire la capture de notre premier PC UEFI W10 GPT.

Nous utilisons une "Capture template"

 

"Command-line parameters" ci-dessous :

/b /d:0 /rb:0 /f:\\landeskcore\ldlogon\MasterW10\temporaire\CAPTUREMASTERUEFIW101803DELL5590PILOTES.tbi

 

XML ci-dessous :

<template id="3b446d57-cba4-4266-a397-b658b0daf5c6" name="CAPTURE MASTER - UEFI - W10 1803 - DELL5590 - PILOTES" version="4">

    <description>CAPTURE MASTER - UEFI - W10 1803 - DELL5590 - PILOTES</description>

    <preboot-os>WindowsPE</preboot-os>

    <final-os>

        <name>Windows</name>

        <type-id>All</type-id>

        <family-id>Windows</family-id>

        <vendor-id>All</vendor-id>

        <major-ver>-1</major-ver>

        <minor-ver>-1</minor-ver>

        <architecture>All</architecture>

    </final-os>

    <variables>

        <variable name="_ShowClientUI" transform="none">True</variable>

        <variable name="_CloseClientUI" transform="none">wait30</variable>

        <variable name="_RemoveClientFolder" transform="none">True</variable>

    </variables>

    <section id="SystemMigration" name="System migration">

        <description>Back up personal or custom files before the system is modified.</description>

    </section>

    <section id="PreOsInstall" name="Pre-OS installation">

        <description>Configure the hardware and get the system ready for installing the target OS.</description>

        <action name="Ensure the OS partition is mounted as C:" version="4">

            <description />

            <action-type>Partition</action-type>

            <variables />

            <options>

                <option name="StopProcessingTemplateIfActionFails">false</option>

            </options>

            <parameters>

                <action>autoassign</action>

            </parameters>

        </action>

    </section>

    <section id="OsInstall" name="OS installation">

        <description>Install the target operating system with the specified options.</description>

        <action name="Capture image" version="4">

            <description />

            <action-type>Capture_image</action-type>

            <variables />

            <options>

                <option name="StopProcessingTemplateIfActionFails">true</option>

            </options>

            <parameters>

                <application>c:\ldprovision\imagew.exe</application>

                <arguments> /b /d:0 /rb:0 /f:\\landeskcore\ldlogon\MasterW10\temporaire\CAPTUREMASTERUEFIW101803DELL5590PILOTES.tbi</arguments>

                <imagetype>LANDeskWinV2</imagetype>

                <imagepath>\\landeskcore\ldlogon\MasterW10\temporaire\CAPTUREMASTERUEFIW101803DELL5590PILOTES.tbi</imagepath>

                <OSType>1</OSType>

            </parameters>

        </action>

    </section>

    <section id="PostOsInstall" name="Post-OS installation">

        <description>Add additional items after OS installation, before rebooting into the target OS. For example, you might add service pack updates.</description>

    </section>

    <section id="SystemConfiguration" name="System configuration">

        <description>Automate system configuration that must happen after booting into the target OS such as installing drivers and applications and updating scan files.</description>

    </section>

</template>

 

 

Le problème c'est que la "capture" prend plus de 4h et génère une image TBI de plus de 50Go.

Sur nos autres "captures" BIOS Legacy nous avions des images de 10Go Maximum et en 1 heure maximum..


Viewing all articles
Browse latest Browse all 1714

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>