A system administrator needs to configure a new workstation to dual-boot Windows 11 and Linux on a single internal NVMe drive using UEFI mode. In what sequence should the administrator execute the required steps to set up this multiboot system without losing existing Windows data?
- 1Perform a complete system backup of existing Windows user data and configuration files.
- 2Use Windows Disk Management to shrink the main Windows volume and create unallocated drive space.
- 3Boot the workstation from the Linux installation flash drive using UEFI mode.
- 4Select the unallocated space during setup and allow the installer to write GRUB to the EFI System Partition.
Answer
The proper sequence for configuring a UEFI multiboot system is: first back up existing data, shrink the Windows volume in Disk Management to free up unallocated space, boot the secondary OS installer in UEFI mode, and complete the installation into the unallocated space while registering the bootloader in the EFI System Partition.
Establishing a stable dual-boot environment requires protecting current data first with a full backup, shrinking the existing volume in Windows Disk Management to produce unallocated space, booting the secondary OS media in UEFI mode to match the system firmware architecture, and deploying the second OS into the unallocated space while adding the bootloader entry to the EFI System Partition.
Step-by-Step Solution
Key Concept
Multiboot Installation and Partitioning Workflows