I tried to dual boot Pop!_OS 20.04 LTS. It already had Windows in it. So I created a partition and formatted it to ext4. After successful installation I tried to switch to Windows. Then I selected the partition with Windows in the boot menu but instead of windows, pop showed up. I tried to use the Windows Media Creation Tool to repair it, but while trying to boot into the pen drive's UEFI partition, I would still boot into Pop OS itself.
Running fdisk -l
outputs:
Disk /dev/sda: 223.58 GiB, 240057409536 bytes, 468862128 sectors
Disk model: KINGSTON SA400S3
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: 0xc241bdfe
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 1026048 203700092 202674045 96.7G 7 HPFS/NTFS/exFAT
/dev/sda2 203700224 204797951 1097728 536M 27 Hidden NTFS WinRE
/dev/sda3 204800000 468858879 264058880 125.9G 83 Linux
The Boot Mode
is set to: auto
, so it should be able to boot both UEFI and legacy. And it prioritizes Legacy
efibootmgr -v
outputs:
EFI variables are not supported on this system.
Did I screw up my BIOS or my EFI? How do I fix this ? Please give any possible solutions. Thanx!
fdisk -l
and edit the output into your question. Is your system configured to boot in native UEFI style, or legacy BIOS style, or does it accept both styles? If both which style is the preferred one? Does the boot menu include "Windows Boot Manager" in it? Could you also runefibootmgr -v
as root in Pop_OS and edit the results into your question, please? – telcoM Apr 30 '21 at 16:07https://en.wikipedia.org/wiki/Power-on_self-test
,https://en.wikipedia.org/wiki/BIOS
,https://en.wikipedia.org/wiki/Master_boot_record
,https://en.wikipedia.org/wiki/GUID_Partition_Table
,https://en.wikipedia.org/wiki/UEFI
. One will have the Answer. Read the others to understand that one. – waltinator Apr 30 '21 at 16:12sudo update-grub
to add Windows to grub menu. – oldfred Apr 30 '21 at 17:46