Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
YawgNetWiki
Search
Search
Appearance
Log in
Personal tools
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Installing Arch Linux
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=Post install and chroot= Now we chroot into the new install and finish setting things up: arch-chroot /mnt ==Chroot== ===Language and Timezones=== ln -s /usr/share/zoneinfo/US/Pacific /etc/localtime locale-gen export LANG=en_US.UTF-8 ===Kernel=== mkinitcpio -P ===Users=== * Change Root passwd ** passwd * Create local user ** useradd -m -G wheel $user && passwd $user ** Uncomment the Wheel group line in /etc/sudoers ===Services=== Enable any necessary services systemctl enable sddm systemctl enable NetworkManager systemctl enable bluetooth ==Grub== Replace /boot below with your efi directory folder if different grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=Arch grub-mkconfig -o /boot/grub/grub.cfg ==Yay== Sometimes we need AUR packages: cd /home/$user && git clone https://aur.archlinux.org/yay.git && chown -R $user yay/ && cd yay su $user makepkg -si cd .. && rm -rf yay/ ===Recommended Packages=== ====Nvidia Beta==== nvidia{-beta,-beta-dkms,-utils-beta,-settings-beta} opencl-nvidia-beta lib32{-nvidia-utils-beta,-opencl-nvidia-beta} ====Misc==== Mostly my firmware and overclocking things, but Downgrade is a life saver for when updates go wrong aic94xx-firmware wd719x-firmware downgrade zenmonitor zenpower-dkms zenstates-git cpupower-gui python-nvidia-ml-py3-git python-py3nvml
Summary:
Please note that all contributions to YawgNetWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
YawgNetWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Installing Arch Linux
(section)
Add topic