-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pacman Grub install #5
Comments
Open the pacman.conf file: nano /etc/pacman.confIf you are using 64 bit system you should go ahead and enable (un-comment) the “multilib” repo: [multilib] update the repositories by running this command: pacman -Sy |
@toddpi314 Thanks for these! I think they're helpful. Would you mind putting them in a pull request so I can see where you'd want to include them? |
@toddpi314 @pandeiro AFAIK, when you run Also, again I don't see the necessity in enabling the multilib repo. Sure, the user would enable it whenever they need to install multilib packages, but most likely that won't be the case during installation, on a 2013 MacBook Air. Correct me if I'm wrong. |
@pandeiro Oh OK. I think I haven't had to do that so far, but I'll try it the next time I'm installing arch (either tonight or tomorrow) and see if I notice anything different.
Yeah I think that's a good idea. We can have it as an aside or something in the end. Your call. |
When you run this off of the default image, it is likely that pacman needs to be updated to get the latest mirror list to find the efi package.
To resolve, update pacman packages on the live medium:
pacman -Syu
The text was updated successfully, but these errors were encountered: