Hey guys!! I need you help please.
I just got an Acer Predator 300. I have Windows and Kali on my 256GB NVME M.2 hard drive, and Mint on my 1TB SATA SSD that I installed.
Windows isn't loading from any of my options on the Grub2 menu. In fact, it has an EFI file that points to sda1. Here's the pastebin:
http://paste.ubuntu.com/p/ThfpXmD74Z/This all started happening after I deleted everything on the 1TB SSD (old Windows 10 and Kali instance) and did a clean install of Mint on that drive, overwriting the entire drive.
I used boot-repair but it's still broken.
The fdisk -l is as follows:
[email protected]:~$ sudo fdisk -l
Disk /dev/nvme0n1: 238.5 GiB, 256060514304 bytes, 500118192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 55A8EAA3-2DE6-4CEA-B7D3-45C7A2FFD938
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 206847 204800 100M EFI System
/dev/nvme0n1p2 206848 239615 32768 16M Microsoft reserved
/dev/nvme0n1p3 239616 249122815 248883200 118.7G Microsoft basic data
/dev/nvme0n1p4 498003968 500101119 2097152 1G Windows recovery environment
/dev/nvme0n1p5 249122816 464762879 215640064 102.8G Linux filesystem
/dev/nvme0n1p6 464762880 498003967 33241088 15.9G Linux swap
Partition table entries are not in disk order.
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 8D8B844C-0B5C-4FA7-9D94-089FAC0E173A
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 1953523711 1952473088 931G Linux filesystem
Is there any other information that you might need?
Thank y'all so much!!
Jed