Add Boot Option Windows 11 Fixed Review

Restart your computer to see both operating systems in the boot menu. Method 2: Manually Create a Boot Entry via BCDEdit

:

(Replace HarddiskVolume3 with your actual recovery partition number – find it via Disk Management) add boot option windows 11

Adding a boot option in Windows 11 allows you to manage multiple operating systems (dual-booting), create specialized troubleshooting shortcuts like Safe Mode, or restore missing entries after a hardware change. Method 1: Use BCDBoot for a New Windows Installation

If you have a manufacturer recovery partition (e.g., Dell, HP): Restart your computer to see both operating systems

: You can then modify properties of the new entry, like setting a specific boot partition.

bcdedit /create /d "Factory Recovery" /application osloader bcdedit /set GUID device partition=\Device\HarddiskVolume3 bcdedit /set GUID osdevice partition=\Device\HarddiskVolume3 bcdedit /set GUID path \Windows\system32\winload.efi bcdedit /displayorder GUID /addlast like setting a specific boot partition.

To ensure the entry was added correctly:

The bcdboot command is used to copy boot files and create the BCD entry.