How To Deploy a Windows Operating System on a Dell Computer using SCCM
Summary: This article provides an overview along with information about how to deploy a Windows Operating System to a Dell Computer. Using the System Center Configuration Manager (SCCM) Software. ...
Instructions
Table of Contents:
Introduction
This article provides the checks and best practices required to successfully deploy a Microsoft Windows Operating System to a Dell computer. Dell Technologies provide an overview that covers the most possible outcomes. It adds any additional information that may be of use at the end of the article. This article should cover all Dells business and consumer laptops and desktops. (For example: Our Inspiron, XPS, Vostro, Latitude, OptiPlex, and Precision computers.)
Before Starting
Ensure that the latest BIOS revision is installed on the computer.
The latest BIOS driver for Dell computers is available from the Dell Support Site:
-
Ensure that either the service tag or express service code from the computer is entered or select the model type from the list provided.
-
Go to the Drivers section of the on-page menu:
-
The left-hand side tab shows those updates that are needed based on the tag or code used.
-
The right-hand side tab is searchable for the update, if only the model type was selected:
-
Ensure that the operating system is selected from the drop-down.
-
Go down the page to the BIOS drawer, and select the driver kept there.
-
Compare the revision of the file against the revision of the BIOS which is shown on the front page of the BIOS.
-
-
-
To run the file, ensure that the computer is connected to mains power and double-click the file.
-
The computer restarts and when it has booted back into the operating system after updating the BIOS revision to the version from the file that was saved and ran.
The easiest and quickest way to get into the BIOS on a Dell computer is to:
-
Press the <F2> key when the Dell Splash screen appears during POST.
-
Alternatively, press the <F12> key at the same point and select BIOS or Startup from the on-screen menu that appears.
For UEFI and Secure Boot builds the BIOS must be checked in the BIOS for:
-
Look for an option to Enable legacy Option ROMs and ensure that it is disabled.
-
Check if the Integrated RAID controller is enabled by default?
-
If it is, ensure that the SATA Operation is set to RAID ON.
-
Ensure that the IRST RAID Driver is added into the Boot image.
-
-
Especially on newer computers, check that the USB and Thunderbolt ports are enabled and set with no security level.
-
Ensure that secure boot is enabled.
For Legacy builds check in the BIOS for:
-
Look for an option to Enable legacy Option ROMs and ensure that it is enabled.
-
Check if the Integrated RAID controller is enabled by default?
-
If it is, ensure that the SATA Operation is set to RAID ON.
-
Ensure that the IRST RAID Driver is added into the Boot image.
-
-
Especially on newer computers, check that the USB and Thunderbolt ports are enabled and set with no security level.
Create a bootable USB drive using SCCMs Create Task Sequence Media.
Deploying an Image using SCCM
Choose the Method used to deploy the Operating System:
- PXE Initiated Deployments:
-
Deployment is done over a network using a PXE network boot
- Multicast Deployments:
-
Deployment is done concurrently over a network to multiple clients over separate connections
- Bootable Media Deployments:
-
Deployment is done from external media when the destination computer starts
- Stand-Alone Media Deployments:
-
Deployment done in environments with low to no network connectivity, when it is not practical to copy an image over the network
- Prestaged Media Deployments:
-
Deployment this way allows an operating system to deploy to a Dell computer that is not fully provisioned
How to deploy the Operating System with SCCM:
-
The Operating System Deployment Process:
-
Identify any device drivers required to run the Boot image or the operating system image being deployed.
-
Identify the Boot image that is wanted - there are two provided by default.
-
Use a Task Sequence to capture an image of the operating system being deployed.
-
Distribute the Boot image, operating system image, and any other related content to a distribution point.
-
Use a Task Sequence that deploys the Boot image and the operating system image.
-
Deploy that Task Sequence to the collection that contains the destination computer. All the computers in that collection receive the Task Sequence.
-
-
For more information, see the link below to go to Microsoft's own guide: