Coming from Manjaro, I had Manjaro in dual boot with Windows for a few years now. I have now also installed Arch Linux. During the Arch installation, I skipped the part with the boot partition and the bootloader. I have been using the bootloader/grub from Manjaro. That works quite well.
But now I want to switch to a bootloader from Arch. With the Arch bootloader I would like to continue to have the choice between Arch, Manjaro and Windows.
I assume that I have to install a corresponding bootloader for Arch in the EFI parallel to the others. But how should I proceed in detail? I have not yet been able to find any corresponding howtos. Which bootloader would you recommend?
8 Comments
exu@feditown.com · 8 pts · 1y
https://wiki.archlinux.org/title/GRUB#Installation
just_another_person@lemmy.world · 7 pts · 1y
https://wiki.archlinux.org/title/GRUB
Then make sure your CMOS has the Arch drive as the first boot target.
user224@lemmy.sdf.org · 4 pts · 1y
Yup, simple answer but an answer. I followed that too.
And don't be scared of the long page. Most things there are fairly specific to certain specific scenarios only. It's like "open here" on a can, except it also has instructions on what to do if the tab breaks off, you cut your finger, drop it on your toes and break them, start eating and hear a tornado warning, etc...
ferric_carcinization@lemmy.ml · 1 pts · 1y
Don't forget:
MoLoPoLY@discuss.tchncs.de · 1 pts · 1y
Many thx. Worked fine.
If I install a new kernel, I have to recreate the entries with
grub-mkconfig -o /boot/grub/grub.cfg. But do I have to do that also for kernel updates?I don't think so, because the filename should not change, if I'm right?
user224@lemmy.sdf.org · 1 pts · 1y
Uuuuhh, I don't know. I never did that manually, it seems to auto-update after upgrades.
To be honest I haven't thought of it. I only know it is recommended to re-install GRUB with GRUB updates. But simply pacman -Syu has so far always left me with a bootable system.
Edit: Didn't find anything in pacman hooks.
MoLoPoLY@discuss.tchncs.de · 1 pts · 1y
I have one additional question. Sorry. According to the wiki I should use
grub-mkconfig -o /boot/grub/grub.cfgto generate a new menu after removing or installing other kernels. But obviously/boot/grub/grub.cfgis wrong, at least for me (the subdir grub doesnt exist here). In my case the file is under/efi/grub/grub.cfg. Is that also OK? When mounting ESP I followed https://wiki.archlinux.org/title/EFI_system_partition#Mount_the_partition#Typical_mount_points and chose the 2nd variant.mactan@lemmy.ml · 1 pts · 1y
you can even have multiple, I keep grub and systemd-boot on hand in case one or the other gets messed up