pearOS Goldwing (Debian-based)

Goldwing uses the same Calamares installer as NiceC0re (with calamares-settings-debian), and installs GRUB to the disk via the stock bootloader module - Ploader is live-USB only here too, it never touches the installed system.

Update: os-prober is now included in Goldwing's package list, so on ISOs built from 2026.09 onward, Windows is detected automatically after install, same as on NiceC0re - you shouldn't need the manual step below. If you're on an older ISO, or Windows still isn't showing up, use the fix at the bottom.

Before installing:

During install (Calamares):

Windows not showing up in the boot menu?

sudo apt update
sudo apt install os-prober
sudo update-grub

update-grub is Debian's equivalent of grub-mkconfig -o /boot/grub/grub.cfg.

If your PC still boots straight into Windows afterwards, change the boot order in your motherboard's UEFI settings so GRUB boots first.