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

### Which ISO version are you using? 2024-09-01 ### The installation log ```json -- Chosen configuration -- { "__separator__": null, "additional-repositories": [ "multilib" ], "archinstall-language": "English", "audio_config": { "audio": "pulseaudio"...

Hey can you add a linux-headers package as a part of base OS install ? Linux headers are required when building a kernel modules with DKMS Lot of people are...

## PR Description: Retry the speedtest when it fails due to network fluctuations. ```Python except (http.client.IncompleteRead, ConnectionResetError) as error: ``` ## Tests and Checks - [x] I have tested the...

### Which ISO version are you using? 2024-09-01 ### The installation log https://0x0.st/Xx5T.log ### describe the problem #### Description of the issue I installed in a VM with a pre-mounted...

### describe the request Currently, if you enable btrfs compression, archinstall uses `zstd:3` by default with no way to change it. Could a submenu be added to select between `lzo`...

The PKGBUILD is missing [dependencies](https://gitlab.archlinux.org/archlinux/packaging/packages/archinstall/-/blob/b1ac1db43c63090f9c86e431ea0c0d8f998d0324/PKGBUILD#L14-31) for packages that provide mkfs.\ utils, which are used in `DeviceHandler.format()`. https://github.com/archlinux/archinstall/blob/6a2a204f18109a496712d67d47cacb1b16bb8506/archinstall/lib/disk/device_handler.py#L214-L251 The missing [file system packages](https://wiki.archlinux.org/title/File_systems#Types_of_file_systems) are: `f2fs-tools`, `ntfs-3g`, `reiserfsprogs`, and `xfsprogs`. See also...

**Fixes #2924** ## PR Description When creating multiple Logical Volumes (LVs), the installer hangs indefinitely because subsequent volumes fail due to insufficient space. The code computed a raw byte offset...

Hi. I was testing on dell latitude I got from workplace. Newer ssd, entreprise type. I wanted to test something other than Ext4 (which I never had any issues with)....

### Which ISO version are you using? "2025-06-01" ### The installation log ```json the install log isn't written yet because the problem isn't with the install itself ``` ### describe...

### describe the request `systemd-gpt-auto-generator` is a systemd unit generator that automatically discovers and mounts partitions based on GPT partition type GUIDs. But it does not create mount units if...