我@嘉義
56 字
1 分鐘
Dual Boot Windows in Arch Linux
Ref: How To Dual Boot Arch Linux and Windows 11 - YouTube
sudo fdisk -lgets partition detail There should be a partition called “EFI System”.
blkidlists every partitions’ UUID. Note the EFI System one.
Reboot into EFI shell. Identify the EFI system partition and note its “Alias” field.
sudo pacman -S edk2-shellcp /usr/share/edk2-shell/x64/Shell.efi /boot/efishellx64.efi/boot/loader/entries/efishellx64.conf
title UEFI Shell x64efi /efishellx64.efi Dual Boot Windows in Arch Linux
https://blade520.com/posts/windows-dualboot/