Jump to content

Arch Linux dual boot with windows not working.

I am not watching the video, but I will give you instructions for installing grub, along with its dependencies for detecting and adding Windows.

 

  • Boot your Arch install media
  • fdisk -l
  • mount your root partition to /mnt
  • mount your EFI Fat32 (esp) partition to /mnt/boot/EFI
  • arch-chroot /mnt
  • pacman -Sy grub os-prober mtools dosfstools efibootmgr
  • grub-install --target=x86_64-efi --efi-directory=/boot/EFI --bootloader-id="Arch Linux"
  • grub-mkconfig -o /boot/grub/grub.cfg
  • exit
  • umount /mnt/boot/EFI
  • umount /mnt
  • reboot

 

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Nayr438 said:

I am not watching the video, but I will give you instructions for installing grub, along with its dependencies for detecting and adding Windows.

 

  • Boot your Arch install media
  • fdisk -l
  • mount your root partition to /mnt
  • mount your EFI Fat32 (esp) partition to /mnt/boot/EFI
  • arch-chroot /mnt
  • pacman -Sy grub os-prober mtools dosfstools efibootmgr
  • grub-install --target=x86_64-efi --efi-directory=/boot/EFI --bootloader-id="Arch Linux"
  • grub-mkconfig -o /boot/grub/grub.cfg
  • exit
  • umount /mnt/boot/EFI
  • umount /mnt
  • reboot

 

ok i will try this.

Link to comment
Share on other sites

Link to post
Share on other sites

12 minutes ago, Lemon797 said:

@Nayr438 It didn’t work. It just booted straight to windows.

Check your bios for a efi entry. You can also run efibootmgr from your Arch media to list efi entries.

Link to comment
Share on other sites

Link to post
Share on other sites

23 hours ago, Nayr438 said:

Check your bios for a efi entry. You can also run efibootmgr from your Arch media to list efi entries.

I couldn’t find either or those.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×