Welcome to AA Technical! If you've installed Ubuntu alongside Windows 11 but can't see it in the boot menu, this guide will show you how to add Ubuntu to the Windows Boot Manager. By following these steps, you'll be able to seamlessly switch between Windows and Ubuntu.
diskpart
and hit enter.list disk
and hit enter.select disk 2
).list partition
and hit enter.select partition [your partition number]
).assign letter=M
).bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi
bcdedit /create /d "Ubuntu" /application bootsector
bcdedit /set {your new GUID} device partition=[your drive letter]:
bcdedit /set {your new GUID} path \EFI\ubuntu\grubx64.efi
bcdedit /displayorder {your new GUID} /addlast
bcdedit /enum
to verify that Ubuntu is listed.If you follow these steps, you should be able to add Ubuntu to the Windows Boot Manager. For any questions, please let us know. Don't forget to like, comment, share, and subscribe to our channel for more tech tips.
Thank you for watching and have a nice day!