You are not logged in.

#1 2017-10-28 05:49:16

rasr11
Member
Registered: 2012-03-26
Posts: 39

[Solved] Dual Boot windows 10 along arch linux

Hi,

I have Windows 10 already installed in my laptop. I want to install arch linux also. I have previous experience of installing arch linux along Windows in BIOS-MBR setup. This is my first attempt to install in UEFI-GPT setup. I have some confusion after going through several posts regarding dual booting in UEFI :

i) Do I have to mount the WIndows EFI partition to /boot or /boot/efi ?

ii) When installing grub, is this the right command :

grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub 

iii) Do I need os-prober installed to detect Windows 10?

iv) Apart from the above three steps is anything extra needed to get dual boot working?

Thanks

Last edited by rasr11 (2017-10-29 00:38:40)

Offline

#2 2017-10-28 10:19:00

lo1
Member
Registered: 2017-09-25
Posts: 584

Re: [Solved] Dual Boot windows 10 along arch linux

Hello,
1)for the sake of simplicity best to mount it at /boot. And you need to mount your ESP, not whatever windows partition.
2)that would be the right command only if you choose /boot/efi as mount point, thus correct the --efi-directory
3)yes, otherwise efibootmgr does more or less the trick, it's up to you
4)https://wiki.archlinux.org/index.php/GR … ation_file

Offline

#3 2017-10-28 23:45:47

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: [Solved] Dual Boot windows 10 along arch linux

And dealing with secure boot in one way or another.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#4 2017-10-29 00:37:57

rasr11
Member
Registered: 2012-03-26
Posts: 39

Re: [Solved] Dual Boot windows 10 along arch linux

lo1 wrote:

Hello,
1)for the sake of simplicity best to mount it at /boot. And you need to mount your ESP, not whatever windows partition.
2)that would be the right command only if you choose /boot/efi as mount point, thus correct the --efi-directory
3)yes, otherwise efibootmgr does more or less the trick, it's up to you
4)https://wiki.archlinux.org/index.php/GR … ation_file

Thanks for clearing that up. I am currently installing arch in my machine. Grub installed successfully as you advised. Thanks

Offline

Board footer

Powered by FluxBB