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.)
- Suspend or disable BitLocker encryption on the Windows system drive before shrinking the partition to make unallocated space for Linux.Answer
- 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
- CPerform an in-place architectural migration of the existing Windows 11 installation from 64-bit to 32-bit to ensure cross-kernel compatibility.
- DConvert 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
Key Concept
Multiboot OS Configuration Prerequisites and BitLocker Management