archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

Arch Linux installer - guided, templates etc.

Results 441 archinstall issues
Sort by recently updated
recently updated
newest added

Take a look: ![image](https://github.com/archlinux/archinstall/assets/5182588/1ca8a8c3-0a01-4164-bc4d-913397c87913) The situation is a bit troublesome, because firmware for `aic94xx` is only in AUR, so cannot be added as additional package (I had one more firmware...

Ran a install, `dd` the disk without unmounting (my mistake). When running archinstall again the disk is left mounted. Maybe we forgot `umount -R`? Not super critical but worth looking...

I aborted a BTRFS installation halfway through setting up the btrfs, and re-started the installation and: ![screenshot](https://github.com/archlinux/archinstall/assets/861439/4ea576ed-9055-4cf2-84f5-9175ecfd2ba0)

When I set up partitions, it would be nice if it didn't expect me to memorize the partition extents. IE if my first partition ends at `1052671` then the second...

I have Acer Nitro 5 AN515-57 laptop. after the installation, external display connected from hdmi are not detected even from xrandr which is detecting only built in display. i selected...

Move the development message to motd. Move archinstall build from zprofile to a script. Create a service that is enabled on boot to run the script. Wait for completion of...

Before release, note to self, don't forget to hide this: ![rec](https://github.com/archlinux/archinstall/assets/861439/9560b694-84d9-4974-af98-f494e4564216)

If you set an encryption passphrase, this passphrase is only used to encrypt the / partition while all other partitions are encrypted via keyfile, which is stored somewhere under /etc....

Security Issue

This is going to likely break the existing code for repo enablement: https://archlinux.org/news/git-migration-announcement/ Existing code: ``` def enable_testing_repositories(self, enable_multilib_testing=False): # Set up a regular expression pattern of a commented line...

First, thanks for this awesome script, it's really helped me installing ArchLinux the easy way quite a few times already. I've set up a new ArchLinux installation, with a dual...