Installing Alongside Windows

Companion page to the Windows-prep checklist in Dual-Booting AcreetionOS with Windows — do those five things FIRST (shrink inside Windows, disable Fast Startup, note BitLocker state).

In the installer

  1. Partitions step → Manual.

  2. Locate unallocated space created earlier → Create:

    • UEFI machine: root partition (ext4/btrfs) mounted /; reuse Windows' EFI partition mounted /boot/efi without formatting.

    • BIOS machine: root partition with boot flag on msdos table.

  3. Optional swap or plan zram instead.

  4. Summary screen: confirm NOTHING says "format" on NTFS partitions.

After first boot

sudo os-prober                       # should print Windows Boot Manager
sudo grub-mkconfig -o /boot/grub/grub.cfg

GRUB menu now lists both systems; default selection + timeout live in /etc/default/grub (GRUB_DEFAULT, GRUB_TIMEOUT), then regenerate config again.

Verification checklist

When Windows Update stomps GRUB (it happens)

Boot ISO → RecoveryGRUB reinstall/boot repair — regenerates entries including Windows detection. Two minutes.

Removing AcreetionOS later

Delete its partitions in Windows Disk Management, expand Windows volume into the space, then repair Windows bootloader (bcdboot) or just reorder UEFI entries.