minus-squareichbean@lemm.eetoArch Linux@lemmy.ml•Arch install dual boot issuelinkfedilinkarrow-up3·edit-22 months agoThe way I did it with systemd-boot was: Have Windows and Arch on separate drives. Make the drive with arch the default boot device from UEFI. 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 linkfedilink
minus-squareichbean@lemm.eetoLinux@lemmy.ml•What is a good Linux Tablet for Universitylinkfedilinkarrow-up8·edit-24 months ago 699 € Yeah, no thank you. linkfedilink
The way I did it with systemd-boot was:
EFI/Microsoft
from boot partition on Windows drive to/boot/EFI
on Arch driveThis is what my /boot partition looks like: