Hi everyone,I'm encountering several issues with my dual boot system on a Lenovo Ideapad Gaming 3 laptop running Windows 11 and Kubuntu 24.04. Here are the details:
Problems:
- GRUB Error: Selecting Windows from the GRUB menu gives the error: "BIInitializeLibrary failed 0xc0000185."
- BIOS/UEFI Access Issues: When trying to access BIOS settings via F1 or F2 keys, or by selecting UEFI firmware settings from the GRUB menu, I get a black screen with only a non-movable cursor visible.
- USB Boot Failure: Attempting to boot from a USB with a fresh Windows 11 installation (created using the Windows Media Creation Tool) results in the same error: "BIInitializeLibrary failed 0xc0000185."
Steps I've Tried:
- Updating GRUB: I ran
from Kubuntu, but it didn't resolve the issue.Code:sudo update-grub- Boot-Repair: I used Boot-Repair, went to advanced options, checked "Repair Windows boot files," and applied the changes. Despite the successful message, the problem persists.
- Disk Checks:
- I listed my drives using fdisk -l and verified them with sudo smartctl -a diskname and sudo badblocks -sv disk for all drives. All drives passed the health assessments with no bad blocks found.
List of my drives:
I'm out of ideas and unsure about the next steps . ChatGPT suggested clearing the CMOS by removing the CMOS battery from the motherboard, but I'm hesitant since I've never opened a laptop before and fear it could lead to more issues.Code:Device Start End Sectors SizeType /dev/nvme0n1p1 2048 534527 532480 260M EFI System /dev/nvme0n1p2 534528 567295 32768 16M Microsoft reserved /dev/nvme0n1p3 567296 327075839 326508544 155.7G Microsoft basic data /dev/nvme0n1p4 327077888 810409983 483332096 230.5G Microsoft basic data /dev/nvme0n1p5 810409984 810801151 391168 191M EFI System /dev/nvme0n1p6 998166528 1000214527 2048000 1000M Windows recovery environment /dev/nvme0n1p7 810801152 816658431 5857280 2.8G Linux swap /dev/nvme0n1p8 817682432 865488895 47806464 22.8G Linux filesystem /dev/nvme0n1p9 865488896 998164479 132675584 63.3G Linux filesystem /dev/nvme0n1p10 816658432 817682431 1024000 500M EFI System
Any advice on how to resolve this would be greatly appreciated. Thanks in advance for your help!
Bookmarks