Windows 11 not showing Ubuntu as a booting option in the boot menu
I installed Ubuntu in dual-boot along with Windows 11 and when I reentered into Win11, I can't boot into Ubuntu anymore. Win11 doesn't show Ubuntu as a booting option in its boot menu. I can't access into Ubuntu 22.04 anymore. This has happened to me several times in other laptops as well (that one had multiboot with Win7).
The way you can reproduce the same issue is by downloading and installing Ubuntu's latest version and then logging in, setting up some demo files, and then restarting the system to enter into Windows again. Now you can't enter into Ubuntu again because Windows has done something to it maybe.
sudo update-grub
both Windows and Ubuntu 22.04 will be added to Ubuntu's USB boot menu. You can then select Windows or 22.04 when booting the USB. For Full install USB see: https://askubuntu.com/questions/1217832/how-to-create-a-full-install-of-ubuntu-20-04-to-usb-device-step-by-step. I showed Full install for Ubuntu 20.04 rather than 22.04 because Windows addition to GRUB has been slightly crippled in 22.04. The USB will boot in BIOS or in UEFI modes. – C.S.Cameron Nov 15 '22 at 12:56