• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle
  • The way I did it with systemd-boot was:

    1. Have Windows and Arch on separate drives.
    2. Make the drive with arch the default boot device from UEFI.
    3. Copy EFI/Microsoft from boot partition on Windows drive to /boot/EFI on Arch drive

    This is what my /boot partition looks like:

    ├── EFI
    │   ├── BOOT
    │   ├── Linux
    │   ├── Microsoft
    │   └── systemd
    ├── initramfs-linux-fallback.img
    ├── initramfs-linux.img
    ├── loader
    │   ├── entries
    │   │   └── arch.conf
    │   ├── entries.srel
    │   ├── loader.conf
    │   └── random-seed
    ├── 'System Volume Information'
    └── vmlinuz-linux