2.1 Given a scenario, install server operating systems.
📘CompTIA Server+ (SK0-005)
Installing a server operating system (OS) is a core skill for the CompTIA Server+ (SK0-005) exam. You must understand different installation types, methods, media options, and deployment techniques.
This guide explains everything in simple and clear English so your students can easily understand and pass the exam.
1. Types of Server OS Installations
1. Graphical User Interface (GUI) Installation
A GUI installation installs the operating system with a graphical desktop environment.
Characteristics:
- Uses windows, menus, and icons
- Easier to configure for beginners
- Includes full management tools
- Requires more CPU, RAM, and disk space
Advantages:
- Easy to use and manage
- Good for administrators who prefer visual tools
- Helpful for application servers
Disadvantages:
- Higher resource usage
- Larger attack surface (more services running)
- More frequent updates
Exam Tip:
Know that GUI installations are easier but use more resources and may have more security risks.
2. Core Installation
A Core installation installs the OS without a graphical interface.
For example:
- Windows Server Core installation
Characteristics:
- Command-line interface only
- Minimal services installed
- Smaller disk footprint
- Lower memory usage
Advantages:
- More secure (fewer services)
- Better performance
- Reduced patching requirements
Disadvantages:
- Requires command-line knowledge
- Harder for beginners
Exam Tip:
Core installations are preferred for production servers that do not require a GUI.
3. Bare Metal Installation
A bare metal installation means installing the OS directly onto physical hardware.
Characteristics:
- No hypervisor or virtualization layer
- Direct access to CPU, memory, storage, and NIC
- Maximum performance
Used For:
- Database servers
- High-performance applications
- Systems requiring full hardware control
Exam Tip:
Bare metal = physical server with no virtualization layer.
4. Virtualized Installation
A virtualized installation means installing the server OS inside a virtual machine (VM).
This is done using hypervisors such as:
- VMware ESXi
- Microsoft Hyper-V
- KVM
Characteristics:
- Multiple VMs share the same physical hardware
- Hardware resources are allocated virtually
- Easier backup and migration
Advantages:
- Resource efficiency
- Snapshot capability
- Easy scaling
- Disaster recovery support
Disadvantages:
- Slight performance overhead
- Dependent on host system stability
Exam Tip:
Virtualized = installed inside a hypervisor.
5. Remote Installation
A remote installation installs the OS over a network.
Common tools:
- Windows Deployment Services
- Preboot Execution Environment (PXE)
How it works:
- Server boots from network
- Connects to deployment server
- OS image is downloaded and installed
Advantages:
- No need for physical media
- Centralized management
- Faster large-scale deployments
Exam Tip:
Remote installation usually uses PXE boot and network imaging.
6. Slipstreamed / Unattended Installation
A slipstreamed installation combines the OS with:
- Updates
- Drivers
- Patches
- Applications
An unattended installation installs the OS automatically without user interaction.
A. Scripted Installations
Scripts automate installation using answer files.
Examples:
- Windows uses an answer file (unattend.xml)
- Linux may use Kickstart
Scripts define:
- Disk partitions
- Hostname
- Network settings
- Admin password
- Installed roles
Exam Tip:
Scripted = automated installation using predefined configuration files.
B. Additional Drivers
Sometimes installation media does not include:
- RAID drivers
- Storage controller drivers
- Network drivers
These must be added during installation.
Slipstreaming drivers prevents installation failure.
C. Additional Applications and Utilities
Organizations often add:
- Monitoring agents
- Backup agents
- Antivirus
- Security tools
This ensures all deployed servers are standardized.
D. Patches
Slipstreaming patches:
- Reduces post-install updates
- Improves security
- Saves time
- Ensures compliance
Exam Tip:
Slipstreaming = OS + drivers + updates + apps combined into one installation source.
7. Media Installation Types
1. Network Installation
- Uses PXE boot
- Pulls OS image from deployment server
- Common in enterprise data centers
Pros:
- No physical media required
- Centralized control
2. Optical Media
- DVD or CD installation
- Older method
Limitations:
- Slower
- Requires physical access
- Limited storage size
3. USB Installation
- Bootable USB drive
- Faster than optical
- Common for modern servers
Advantages:
- Portable
- Reusable
- Fast installation
4. Embedded Installation
An embedded OS is pre-installed in firmware or flash storage.
Used in:
- Network appliances
- Storage controllers
- Specialized servers
Exam Tip:
Embedded = built into hardware device.
8. Imaging
Imaging means creating a copy of a configured OS and deploying it to other systems.
A. Cloning
Cloning creates an exact copy of a system.
Two types:
1. Virtual Machine (VM) Cloning
Inside hypervisors like:
- VMware vSphere
You can:
- Clone an existing VM
- Create identical copies
- Save time
Benefits:
- Fast provisioning
- Ideal for test environments
- Snapshot support
2. Physical Clones
Physical disk-to-disk cloning:
- Used for hardware replacement
- Used for backup
- Used for scaling identical servers
Tools may use disk imaging software.
Risk:
Hardware differences may cause driver issues.
B. Template Deployment
A template is a master copy of a server image.
Process:
- Install OS
- Configure settings
- Harden security
- Save as template
- Deploy new servers from template
Benefits:
- Standardization
- Faster deployment
- Reduced configuration errors
Exam Tip:
Template ≠ clone
Template is a clean master image.
C. Physical to Virtual (P2V)
P2V converts a physical server into a virtual machine.
Used when:
- Migrating to virtualization
- Consolidating data center hardware
- Reducing physical servers
Process:
- Capture physical server image
- Convert to VM format
- Run inside hypervisor
Benefits:
- Hardware consolidation
- Easier backup
- Disaster recovery
Exam Tip:
P2V = Physical server converted into VM.
Important Comparison Table
| Installation Type | Installed On | Resource Usage | Use Case |
|---|---|---|---|
| GUI | Physical/VM | High | Easy management |
| Core | Physical/VM | Low | Secure production |
| Bare Metal | Physical only | Maximum hardware access | High performance |
| Virtualized | VM | Shared resources | Cloud & consolidation |
| Remote | Network | Centralized | Enterprise deployment |
| Slipstreamed | Any | Pre-configured | Large scale rollouts |
| Imaging | Copy-based | Fast replication | Standardized builds |
What You MUST Know for the Exam
You should be able to:
- Compare GUI vs Core installations
- Identify when to use bare metal vs virtualized
- Understand PXE and remote deployment
- Explain slipstreaming and unattended installs
- Know different installation media types
- Differentiate cloning, templates, and imaging
- Explain P2V migration
- Identify when additional drivers are required
Final Exam Preparation Tips
- Remember: Core = minimal, secure, command-line.
- Slipstreaming = OS + updates + drivers combined.
- PXE = network-based installation.
- Templates are master images.
- Cloning makes exact copies.
- P2V converts physical servers to virtual machines.
- Bare metal = installed directly on hardware.
