You are not logged in.
I have two drives
one had arch linux earlier
and the second one too i installed arch linux recently
after installing arch linux on second drive i cant see the first drive in boot menu or bios
i can boot into it and also access those files from second drive but it doesnt show up on bios
Last edited by si67 (2020-09-26 14:33:30)
Offline
You can try the following:
1. Rerun the grub installation.
2. Look at this: https://wiki.archlinux.org/index.php/GRUB#GNU/Linux
and this: https://wiki.archlinux.org/index.php/GR … m_other_OS
Last edited by G3ro (2020-09-26 14:17:36)
Offline
Thanks mate !
I reinstalled grub using
mount /dev/sdb1 /boot/efi
grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=/boot/efi
grub-mkconfig -o /boot/grub/grub.cfg
Last edited by si67 (2020-09-26 14:33:01)
Offline