56 字
1 分鐘
Dual Boot Windows in Arch Linux

Ref: How To Dual Boot Arch Linux and Windows 11 - YouTube

Terminal window
sudo fdisk -l

gets partition detail There should be a partition called “EFI System”.

Terminal window
blkid

lists every partitions’ UUID. Note the EFI System one.

Reboot into EFI shell. Identify the EFI system partition and note its “Alias” field.

Terminal window
sudo pacman -S edk2-shell
cp /usr/share/edk2-shell/x64/Shell.efi /boot/efishellx64.efi

/boot/loader/entries/efishellx64.conf

Terminal window
title UEFI Shell x64
efi /efishellx64.efi
Dual Boot Windows in Arch Linux
https://blade520.com/posts/windows-dualboot/
作者
Blade/磯江
發佈於
2025-09-15
許可協議
CC BY-NC-SA 4.0