Something went wrong with my dual boot system with Ubuntu 20.04 and windows 10. I have windows in installed on SSD and Ubuntu on HDD. It started to give me a black screen on boot with no ubuntu logo/splash screen and no lcd light. I tried all possible ways to fix it and it wont work. I tried to do a grub repair using a live boot usb disk. Now I end up with a broken boot with basic grub command line. The boot repair tool doesn't fix this. Can someone please help me with the issue. Attaching link to the file generated by boot repair tool. https://paste.ubuntu.com/p/ngVZgRvNft/
Laptop Lenovo Legion Y540
man efibootmgr
& https://askubuntu.com/questions/1198221/cloned-ssd-also-cloned-boot-options/1198228#1198228 Normally efibootmgr will be used by grub to reset boot order. If not, go into UEFI settings and change boot order there. – oldfred Jun 14 '21 at 18:46sudo efibootmgr -v
and to see partUUID of your partitions:lsblk -e 7 -o name,fstype,size,model,fsused,label,partlabel,mountpoint,partuuid
Both shown in Boot-Repair's Summary Report. External drives boot from /EFI/Boot/bootx64.efi and name or label of flash drive, not of a distribution. Full install to external may put entry in internal ESP. – oldfred Jun 15 '21 at 13:50