Question

Difficulty: Very hardOS Installation and Upgrade Methods

A desktop technician is tasked with configuring a newly deployed workstation to dual-boot Windows 11 Pro and a 64-bit Linux distribution on a single system drive utilizing UEFI firmware and a GUID Partition Table (GPT). Windows 11 Pro is currently installed and fully configured with BitLocker enabled. Which of the following operational steps must the technician take to ensure a valid and functional dual-boot environment? (Select TWO.)

  1. Suspend or disable BitLocker encryption on the Windows system drive before shrinking the partition to make unallocated space for Linux.Answer
  2. Install Windows prior to installing Linux to allow the Linux bootloader installer (such as GRUB) to automatically detect Windows and configure dual-boot options.Answer
  3. C
    Perform an in-place architectural migration of the existing Windows 11 installation from 64-bit to 32-bit to ensure cross-kernel compatibility.
  4. D
    Convert the main Windows system volume file system in-place from NTFS to ext4 using the Windows Disk Management utility.

Answer

To configure a dual-boot setup with an existing BitLocker-encrypted Windows installation, the technician must suspend or turn off BitLocker before repartitioning the storage drive. Additionally, installing Windows first allows the subsequent Linux installation to install a bootloader (like GRUB) that detects Windows and enables a multi-boot choice menu upon startup.
Suspending BitLocker before partition modification ensures encryption keys and volume structures remain intact during partition resizing. Furthermore, installing Windows before Linux is standard operating procedure because the Windows boot setup typically overwrites third-party bootloaders, while Linux installers (GRUB) are designed to integrate existing Windows installations into their boot sequence.

Step-by-Step Solution

1
Disable or suspend BitLocker protection on the active Windows volume.
Unlocks the volume state so partition management tools can safely shrink the partition without causing encryption failure or data corruption.
Shrinking active encrypted partitions without suspending encryption can cause boot failure and lockout.
2
Shrink the Windows volume in Disk Management to create unallocated space.
Prepares dedicated unallocated disk space on the GPT drive for Linux partitions.
Linux requires dedicated non-NTFS partitions (e.g., ext4 and swap).
3
Boot into the Linux installation media and complete the installation using the unallocated space.
Installs Linux and its bootloader (GRUB).
Linux installers automatically detect existing Windows boot managers on UEFI systems and register GRUB as the primary boot manager with entry options for both operating systems.

Key Concept

Multiboot OS Configuration Prerequisites and BitLocker Management
Rate this question