You are not logged in.
I'm installing fresh Arch alongside my existing one (yeah, dualbooting two Arch-linuxes).
Boot mode is EFI, partition scheme as follows:
sda1 - EFI partition (on which conflicting vmlinuz-linux resides)
sda2 - SWAP
sda3 - root of already installed Arch
sda4 - /home
sda5 - root of Arch I'm trying to install
I've mounted sda1 to /mnt/boot and sda5 to /mnt, tried to pacstrap the new system, however pacman wont install it as it encounters conflicting vmlinuz.
I don't feel like removing the existing installation, that's the reason I'm attempting dual boot.
What do? Is there a way around? Perhpas two EFI partitions (not ideal) or renaming the existing vmlinuz (I believe this would render GRUB unable to find the kernel)?
Or can I somehow force the pacstrapping?
Thank you, fellers.
Last edited by patresko (2019-09-08 21:52:14)
Offline
Rather than mounting the ESP to /boot, mount it to /efi and use bind mounts to have dedicated directories for one or more of your Arch installations:
https://wiki.archlinux.org/index.php/EF … _partition
https://wiki.archlinux.org/index.php/EF … bind_mount
Alternatively, just use a different kernel on each installation, .e.g. linux on one, linux-lts on the other.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Thank you, WorMzy, for your interest in my issue.
I tried to apply information from both links you've provided, which, combined with my all-or-nothing approach, resulted in a system broken beyond repair.
However, here I am, sporting a fresh install, now natively mounting ESP to /efi. For now I don't feel like dual-booting.
Thank you.
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline
You could've also just used a boot loader that can read linux filesystems (like GRUB or refind) and setup /boot independent from the ESP
Offline