2025-03-14 21:59:59 -06:00
|
|
|
# archinstall
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
> Guided Arch Linux installer.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://archinstall.archlinux.page/installing/guided.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start the interactive installer:
|
|
|
|
|
|
|
|
|
|
`archinstall`
|
2026-07-08 16:22:34 -06:00
|
|
|
|
|
|
|
|
- Start the interactive installer and generate a configuration file instead of installing:
|
|
|
|
|
|
|
|
|
|
`archinstall --dry-run`
|
|
|
|
|
|
|
|
|
|
- Enable advanced options:
|
|
|
|
|
|
|
|
|
|
`archinstall --advanced`
|
|
|
|
|
|
|
|
|
|
- Install using the specified configuration files:
|
|
|
|
|
|
|
|
|
|
`archinstall --config {{path/to/config.json}} --creds {{path/to/credentials.json}}`
|
|
|
|
|
|
|
|
|
|
- Install using configuration files from a remote server:
|
|
|
|
|
|
|
|
|
|
`archinstall --config-url {{https://example.com/config.json}} --creds-url {{https://example.com/credentials.json}}`
|
|
|
|
|
|
|
|
|
|
- Install using the specified script:
|
|
|
|
|
|
|
|
|
|
`archinstall --script {{minimal|only_hd}}`
|