Pop!_OS dual boot with Windows 11

Article in Progress : 40 %.
Figures and instructions will be added in soon. Now, it has just main steps.

We should know the preliminary info about the installation and disk preparation for the installations for Pop!

I sometimes use the bare-metal installation with Linux and Windows. Ubuntu has its own grub while Pop!_OS doesn’t have.

Download Pop!_OS and Windows 11 from the official webpages.

1- Install Windows 10/11 first
2 – Then, install Pop!_OS.
3 – a) Update and Upgrade
b) install grub
c) config grub

sudo apt update
sudo apt upgrade
sudo apt install grub-efi grub2-common grub-customizer
sudo grub-install
sudo cp /boot/grub/x86_64-efi/grub.efi /boot/efi/EFI/pop/grubx64.efi

Open grub Customizer

4 – Open File -> Change Environment
Change :
OUTPUT_FILE : /boot/efi/EFI/pop/grub.cfg
Save this configuration and Hit Apply.
5 – Save and Quit grub customizer.
Restart PC and change the Bios Boot Options to the new created grub.
Well Done!

Leave a Reply