My computer originally came with Windows 10 installed on it, but then I dualbooted Kubuntu, and then removed Windows 10 from my computer entirely. When I installed different distros, I noticed that they failed to install GRUB2 a lot, but the Boot Repair app fixed those problems, but I know something is wrong with the /boot/efi partition and I'm not sure how to fix it. Maybe I could try and remake it, but I'm not sure how to do it. I need to reinstall Windows, and this problem still effects any operating system I try to install.
"findmnt /boot/efi" output:
darkbrave_@kubuntu:~$ findmnt /boot/efi
TARGET SOURCE FSTYPE OPTIONS
/boot/efi /dev/sda2 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859
darkbrave_@kubuntu:~$
"sudo fdisk -l /dev/sda" output:
darkbrave_@kubuntu:~$ sudo fdisk -l /dev/sda
[sudo] password for darkbrave_:
Disk /dev/sda: 223.57 GiB, 240057409536 bytes, 468862128 sectors
Disk model: WDC WDS240G2G0A-
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: DD13C831-F5D0-48B1-A747-DF7233C3E57A
Device Start End Sectors Size Type
/dev/sda1 2048 1087487 1085440 530M Windows recovery environment
/dev/sda2 1087488 1292287 204800 100M EFI System
/dev/sda5 364007424 468860927 104853504 50G Linux filesystem
darkbrave_@kubuntu:~$
"sudo fdisk -l /dev/sda2" output:
darkbrave_@kubuntu:~$ sudo fdisk -l /dev/sda2
Disk /dev/sda2: 100 MiB, 104857600 bytes, 204800 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: dos
Disk identifier: 0x500a0dff
Device Boot Start End Sectors Size Id Type
/dev/sda2p1 1948285285 3650263507 1701978223 811.6G 6e unknown
/dev/sda2p2 0 0 0 0B 74 unknown
/dev/sda2p4 28049408 28049848 441 220.5K 0 Empty
Partition table entries are not in disk order.
darkbrave_@kubuntu:~$