Hello,
upgraded from 20.10 to 21.04 successfully today, and the things inside of Kubuntu that I have already tested are working so far.
Unfortunately now i am unable to easily switch back to Windows (10 and 8.1 on a second SSD)
Selecting "Windows Boot Manager (on /dev/nvme1n1p1)" ends stuck at the Windows logo with no running circle below.
	If i go to the bios settings instead (or select "UEFI Firmware Settings" which also goes to the bios settings) and select to start the UEFI "Windows Boot Manager" entry directly from bios, basically skipping Grub, the Windows boot Manager starts without any problems.
							
						
					upgraded from 20.10 to 21.04 successfully today, and the things inside of Kubuntu that I have already tested are working so far.
Unfortunately now i am unable to easily switch back to Windows (10 and 8.1 on a second SSD)
Selecting "Windows Boot Manager (on /dev/nvme1n1p1)" ends stuck at the Windows logo with no running circle below.
Code:
	
	### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (auf /dev/nvme1n1p1)' --class windows --class os $menuentry_id_option 'osprober-efi-DAA0-AB8B' {
 insmod part_gpt
 insmod fat
 if [ x$feature_platform_search_hint = xy ]; then
   search --no-floppy --fs-uuid --set=root  DAA0-AB8B
 else
   search --no-floppy --fs-uuid --set=root DAA0-AB8B
 fi
 chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
set timeout=10
fi
### END /etc/grub.d/30_os-prober ###




Comment