You are not logged in.
I'm currently in the process of installing arch for the first time. I already have Windows 10 installed and plan to dualboot Arch.
My planned partition setup:
sda1 - 500M Windows Recovery Partition
sda2 - 100M EFI System (created by windows)
sda3 - 16M Microsoft Reserved
sda4 - 268G Windows 10
sda5 - 198G Arch Linux
I plan on using the existing efi parition for both Arch & Windows and booting using GRUB.
I'm following the wiki guide but I'm not sure whether I should do:
(mount /dev/sda2 /mnt/boot/efi)
or
(mount /dev/sda2 /mnt /boot/efi)
or
(mount /dev/sda2 /mnt/boot)
or
(mount /dev/sda2 /mnt /boot)
What is the correct way to do it? What's the difference?
I've read the part about it in the wiki but still don't fully get it.
Last edited by navtoj (2018-09-04 18:57:21)
Offline
Please remove the [URGENT] tag from your thread title: it's not. See https://wiki.archlinux.org/index.php/Co … ow_to_post
It is your choice where you mount your ESP. I prefer /mnt/boot because it simplifies things.
Offline
Done. Sorry, didn't know about that.
How does /mnt/boot "simplify" things? I don't understand.
Offline
The link you posted explains it.
If you want more detail, read this: https://www.happyassassin.net/2014/01/2 … work-then/
Offline
Okay thanks for the help, I got it now.
I ended up doing the same thing you said.
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline