Skip to content

Instantly share code, notes, and snippets.

@skulumani
Created June 8, 2020 01:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skulumani/454afdcfc7a1c97f535c44190983948e to your computer and use it in GitHub Desktop.
Save skulumani/454afdcfc7a1c97f535c44190983948e to your computer and use it in GitHub Desktop.
PopOS Dual Boot
  1. Ensure systemd boot menu shows up
sudo vim /boot/efi/loader/loader.conf

Add the following line - for 5 second timeout

timeout 5
  1. Copy Windows EFI folder to the PopOS EFI partition - mount the Windows EFI partition
cp -R Microsoft /boot/efi/EFI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment