# Chapter 7: Imaging II

# Imaging profiles

Medulla features imaging profile management. These profiles allow you to associate a master with one or more postinstall configurations, enabling you to link the master and the profile either to specific machines, to imaging groups, or to apply it directly at the server level.

This simplifies the deployment of workstations via Medulla’s imaging module.

#### How do I create a profile for a machine and associate it with a master?

<span style="text-decoration:underline;"><span style="color:rgb(0,0,0);text-decoration:underline;">Click on Add a Profile.</span></span>

Fill in the fields:

- Profile Name
- Description

In the Order section, select the post-installations you want to associate with the profile and arrange them in the order of execution from 0 to 10 (0 being the first step and 10 the last).

Click Save once you are finished.

[![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/scaled-1680-/JqxD3PUVFly4zQCr-image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/JqxD3PUVFly4zQCr-image.png)

Once the profile is validated, follow the steps below depending on how you want to associate your profile:

#### Associate a master with a profile on a machine:

In the Computers tab, click the left-hand menu: All GLPI Computers.

[![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/scaled-1680-/KOZgaqsBCFmOjXwz-image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/KOZgaqsBCFmOjXwz-image.png)

Select your machine and click the Imaging button: [![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/scaled-1680-/BH3rCEkVsnUeKkY1-image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/BH3rCEkVsnUeKkY1-image.png)

[![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/scaled-1680-/Nz839ebPOk3fES0w-image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/Nz839ebPOk3fES0w-image.png)

In the interface above, we have no master associated with the machine. To associate a master and a profile with this machine, follow the steps below: click on Image and Masters

[![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/scaled-1680-/UtviEz6npU6eaJ3n-image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/UtviEz6npU6eaJ3n-image.png)

In the Available Masters section, click the Next button on the line of the master you want to select: [![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/scaled-1680-/DsCfPsORXyI9Z4KB-image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/DsCfPsORXyI9Z4KB-image.png)  
A pop-up will appear as shown in the example below:

You can make your selection and click Confirm.

[![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/scaled-1680-/w0nvPTjcokzekcer-image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/w0nvPTjcokzekcer-image.png)

After that, the row changes and displays a small green checkmark in the " *Added to Startup Menu*" field:

[![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/scaled-1680-/PPZ5HrAB1pZIciCX-image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/PPZ5HrAB1pZIciCX-image.png)

Return to the Startup Menu tab;

Click the "Edit" button for the master you just added: [![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/scaled-1680-/JxXX40ThaxHwWNqI-image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/JxXX40ThaxHwWNqI-image.png)

Check the profile you want to associate with the master for this machine: In my example, I selected the OfficeProfile.

Then click "Confirm."

[![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/scaled-1680-/TGCDf1u7mcyaz69F-image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/TGCDf1u7mcyaz69F-image.png)[![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/scaled-1680-/Jg80cFrhppAaj71B-image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/Jg80cFrhppAaj71B-image.png)

The master is now associated with one or more post-installations.

Next, boot your machine via PXE, and Medulla will automatically offer the master with the associated profile.

You can perform the same steps on an imaging group or via the default boot menu of the imaging server.

# Add a profile

##### [![addprofile.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/addprofile-png.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/addprofile-png.png)

A profile allows you to associate post-installation actions with a master and to add this profile to the machine’s boot menu when booting the machine via PXE.

#### **Accessing and editing a profile**

From the management interface, you can:

- Add a new profile
- Edit an existing profile
- Delete a profile if necessary

#### **List of available post-installation actions**

Here are the actions that can be configured in the desired order.  
All are disabled by default; you must select them manually if you wish to apply them:

- **Shutdown:** automatically shuts down the machine once all steps are complete.
- **MountSystem:** mounts the system partitions, useful for accessing certain files before deployment is complete.
- **Check MountSystem:** Verifies that the system has been successfully mounted.
- **DebugImaging:** Enables a diagnostic mode to analyze the imaging process (primarily used by technicians).
- **Copy agent:** Copies the Medulla agent to the computer, required for remote management.
- **Copy setup complete:** adds a file or script to run at the end of the installation.
- **Create folder:** creates one or more custom folders on the computer.
- **Copy drivers:** Copies the necessary drivers to the target machine.
- **Copy sysprep:** installs files related to Windows system preparation (Sysprep).
- **Postinstall:** entry **point** to run a custom script or command once installation is complete.

#### **Using the profile**

- Create or modify a profile according to the specific needs of your organization or the target computer.
- Select the desired actions in the appropriate order of execution.
- Associate the profile with a master
- Run this profile when the machine you want to install boots up.

**This profile will then be associated with a deployment task, so that the selected steps are automatically applied after installation.**

# List of profiles

[![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/scaled-1680-/lOlYGwhaVhBQEWNa-image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-07/lOlYGwhaVhBQEWNa-image.png)

Displays all user profiles created for imaging.

Side menu**List of profiles**

Central area displaying profiles

- Name
- Status (Active/Inactive)
- Available actions: Edit, Delete

# Imaging Configuration

Allows you to adjust the global settings of the imaging environment (e.g., servers used, policies, etc.)

[![imagingconfigpartI.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/imagingconfigparti-png.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/imagingconfigparti-png.png)

[![imagingconfigpartII.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/imagingconfigpartii-png.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/imagingconfigpartii-png.png)

Side menu**: Imaging Configuration**

Modify the necessary settings

<p class="callout warning">Warning: this section can affect the entire environment → intended for experienced administrators only.</p>

# Sysprep Response File Manager

Allows you to manage the response files used during automated Windows installation.

At the top of the page, you can select the OS, the version, and whether sysprep should take OEM into account:

[![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2026-03/scaled-1680-/KL9RVfjlN59IKdaf-image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2026-03/KL9RVfjlN59IKdaf-image.png)

Then fill in the necessary information.

[![sysprepgestionpartI.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/sysprepgestionparti-png.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/sysprepgestionparti-png.png)

[![sysprepgestionpartiII.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/sysprepgestionpartiii-png.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/sysprepgestionpartiii-png.png)

#### To use it 

- Side menu  **Sysprep Response File Manager**
- Add or edit configuration files

These files contain silent installation settings (machine name, language, product key, etc.)

At the top of the page, you will find the list of Sysprep files:

[![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2026-03/scaled-1680-/U7cGRIddXyTv4I9D-image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2026-03/U7cGRIddXyTv4I9D-image.png)

# Imaging groups

Displays all existing imaging groups.

[![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/QnKimage-png.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/QnKimage-png.png)

- Each group contains a specific configuration linked to a deployment type (for example: classrooms, specific IT equipment, etc.)
- You can view, edit, or delete them.


#### Add an imaging group

Create an imaging group to organize your deployments.

[![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/4z6image.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/4z6image.png)

[![image.png](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/UGjimage-png.png)](https://docs.medulla-tech.io/uploads/images/gallery/2025-05/scaled-1680-/UGjimage-png.png)

#### Steps 

- Side menu**Add an imaging group**
- Select an entity
- Confirm the entity
- The group creation form appears
- Name the group
- You can choose to mark this group as a favorite
- Assign one or more machines to it
- Click **Validate**

 This group will then appear in the list of available groups.