After doing software update,when i tried to reboot laptop ,I find that it is not self rebooting .So, I turned off laptop and restarted it but it showed me grub(2.02 version) and by default it was trying to boot in ubuntu but booting was not happening(only a blanck screen). So I revised the process and this time in grub menu 'through advanced option i select a linux generic version ' and booting happend succesfully. "But my main problem is i have to do it manually everytime"
etc/default/grub folder detail: G
RUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash reboot=bios"
GRUB_CMDLINE_LINUX=""
[ -d /sys/firmware/efi ] && echo "EFI boot on HDD" || echo "Legacy boot on HDD"
Shows installer with screen shots. Both BIOS purple accessibility screen & UEFI black grub menu screen https://help.ubuntu.com/community/UEFI – oldfred Jul 26 '20 at 18:06