{"id":20416618,"url":"https://github.com/codebam/arch_installation","last_synced_at":"2026-03-06T22:02:00.598Z","repository":{"id":81046692,"uuid":"62473591","full_name":"codebam/arch_installation","owner":"codebam","description":"Arch Linux Install guide using UEFI","archived":false,"fork":false,"pushed_at":"2016-07-03T00:40:08.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T03:43:40.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codebam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-02T23:30:43.000Z","updated_at":"2022-11-15T06:56:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"bef2b5d1-dc11-4280-8bab-f4b8a0ba8653","html_url":"https://github.com/codebam/arch_installation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codebam/arch_installation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Farch_installation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Farch_installation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Farch_installation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Farch_installation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebam","download_url":"https://codeload.github.com/codebam/arch_installation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Farch_installation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30200756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T06:21:15.808Z","updated_at":"2026-03-06T22:02:00.562Z","avatar_url":"https://github.com/codebam.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Arch Installation\n===\n\nPartition your disks\n---\n\n1. EFI System Partition\n    - 512MB\n    - FAT32\n\n        \u003e mkfs.fat -F32 /dev/sdxY\n\n2. Root Partition\n    - Choose whatever file system you want, BUT if you choose to make it\n        BTRFS you will need a separate partition for your swap since\n        BTRFS doesn't play well with swap files.\n\n    - If you want different file systems on different partitions you can\n        choose to make separate partitions for /boot, /home, or any\n        folder you choose. I don't recommend this, unless you need it,\n        as it might create problems with storage later on.\n\n    - I use LVM inside a LUKS volume, check the arch wiki if you want\n    that.\n\nMount the Partitions\n---\nMount the partitions you just made\n```\n# lsblk\n# mount /dev/sdXY /mnt\n```\nWhere X is the partition letter, and Y is the partition number of root\n\n\nPacstrap\n---\n\n##### Edit your mirrorlist\n\nPut the mirror that is closest to you at the\ntop\n```\n# vim /etc/pacman.d/mirrorlist\n```\n\n##### Connect to the Internet\n```\n# wifi-menu\n```\n\n##### Pacstrap\n```\n# pacstrap /mnt base base-devel vim\n```\n\u003e vim, because vim is awesome\n\nMight take a while, depending on your download speed\n\nInstall Boot loader\n---\nI recommend grub, if you use something else that's on you.\n\n##### CHROOT\n```\n# arch-chroot /mnt /bin/bash\n```\n\n##### Mount your EFI System partition\n```\n# mkdir /boot/esp\n# mount /dev/sdXY /boot/esp\n```\n\n##### Install Grub\n```\n# grub-install --target=x86_64-efi --efi-directory=/boot/esp --bootloader-id=grub\n# grub-mkconfig -o /boot/grub/grub.cfg\n```\n\nPost Installation\n---\nFollow the [Arch Wiki General recommendations](https://wiki.archlinux.org/index.php/General_recommendations)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebam%2Farch_installation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebam%2Farch_installation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebam%2Farch_installation/lists"}