Arch Linux Installation Guide (Best on YouTube!)

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ค. 2024
  • You asked for it, here it is, Full Arch Linux installation guide.
    High level overview
    0. Download your iso
    1. Boot from the .iso (either in VirtualBox or by making a bootable USB)
    2. Partition your disks
    3. Format your disks (ext4 for boot and root)
    4. Mount your disks
    5. pacstrap /mnt base base-devel linux linux-firmware vim
    6. Generate your fstab file genfstab -U /mnt export to /mnt/etc/fstab
    7. Chroot into Arch arch-chroot /mnt
    8. Install grub and network manager pacman -S networkmanager grub
    9. Make network manager run at startup systemctl enable NetworkManager
    10. Configure Grub grub-install /dev/sda && grub-mkconfig -o /boot/grub/grub.cfg
    11. set password for root user
    12. Configure local and timezone
    13. exit chroot, unmount, and reboot into your arch environment
    14. Enjoy a feeling of superiority and bully people who use Ubuntu.
    Subscribe to my TH-cam channel goo.gl/9U10Wz
    and be sure to click that notification bell so you know when new videos are released. ₿💰💵💲Help Support the Channel by Donating Crypto💲💵💰₿
    Bitcoin
    3MMKHXPQrGHEsmdHaAGD59FWhKFGeUsAxV
    Ethereum
    0xeA4DA3F9BAb091Eb86921CA6E41712438f4E5079
    Litecoin
    MBfrxLJMuw26hbVi2MjCVDFkkExz8rYvUF
    Dash
    Xh9PXPEy5RoLJgFDGYCDjrbXdjshMaYerz
    Zcash
    t1aWtU5SBpxuUWBSwDKy4gTkT2T1ZwtFvrr
    Chainlink
    0x0f7f21D267d2C9dbae17fd8c20012eFEA3678F14
    Bitcoin Cash
    qz2st00dtu9e79zrq5wshsgaxsjw299n7c69th8ryp
    Etherum Classic
    0xeA641e59913960f578ad39A6B4d02051A5556BfC
    USD Coin
    0x0B045f743A693b225630862a3464B52fefE79FdB
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 859

  • @epicdoik
    @epicdoik 2 ปีที่แล้ว +854

    New linux user here, and this was my experience following this tutorial:
    The tutorial was insanely smooth and easy to follow. Everything went as planned until I realised that grub-install wasn't working. Panicking, I restarted my entire install from the start and encountered the same issue.
    If you encounter this problem, there's no need to restart. It's likely because your system is UEFI instead of EFI and that means in the step where you execute "mount /dev/sda1 /mnt/boot" you actually need to mount to /mnt/boot/efi instead. Unmount it with "umount" , create a new working directory at /mnt/boot/efi with "mkdir", and then execute the mount, this time to the correct directory. After this, grub should install as intended and you can continue with the tutorial.
    The next issue I encountered was in the very next step when trying to create a config file for grub, where the console mentioned that linux and initrd images were found, but also issues a warning that "os-prober will not be executed to detect other bootable partitions" if you get this issue, what you need to do is change some of grub's default settings. This is done by executing "vim /etc/default/grub" and look for the setting "GRUB_DISABLE_OS_PROBER=false" which is probably commented out. You need to uncomment it (ie. enable os prober).
    After resolving those two issues, the rest of the install continued smoothly and i managed to arrive at the fabled ASCII Arch logo. Hope my experience helps anyone encountering the same issues.
    edit: Oh also, for the peeps using wifi, if wifi menu doesn't work, search how to use iwctl instead

    • @Liam_Tomhet
      @Liam_Tomhet 2 ปีที่แล้ว +20

      Thanks was just about to do this install tonight. probably would have ran into this issue.

    • @triliner254
      @triliner254 2 ปีที่แล้ว +4

      Good advice

    • @SamA-xu3dz
      @SamA-xu3dz 2 ปีที่แล้ว +51

      To add to this, mkfs.fat -F32 /dev/sda1 should be used rather than ext4. Ext4 may work occasionally but as it states in the wiki fat32 is better. This will solve the error 'grub-install: error: /boot/efi doesn't look like an EFI partition'

    • @epicdoik
      @epicdoik 2 ปีที่แล้ว +15

      @@SamA-xu3dz Yup, I forgot to add that to my comment, thanks! Lastly, another thing you'll have to add to your packstrap if you're doing UEFI is efibootmgr. Depending on what GPU you use, you'll also want to look into installing drivers as well before rebooting because my nvidia one gave me issues on boot until it had its driver.

    • @associate8265
      @associate8265 2 ปีที่แล้ว +5

      @@SamA-xu3dz bro thanmk you ive been doin this all week and you decide to post just yesterday thasnk yiou

  • @user-ir5xb1yk5k
    @user-ir5xb1yk5k 4 ปีที่แล้ว +689

    Swap is necessary if you need the hibernate feature. It is very useful on Linux where you can forget about rebooting and shutting down

    • @GirlyNCute
      @GirlyNCute 4 ปีที่แล้ว +26

      he didnt use it since he is on a virtualbox

    •  4 ปีที่แล้ว +110

      Make a swapfile after install. Much more flexible than a swap partition.

    • @feschber
      @feschber 3 ปีที่แล้ว +4

      Sebastian Samaniego excuse me?? Ever heard about Uefi?

    • @jakemastandrea6872
      @jakemastandrea6872 3 ปีที่แล้ว +9

      @@feschber yes, a boot partition is necessary for an EFI install.

    • @jakemastandrea6872
      @jakemastandrea6872 3 ปีที่แล้ว +14

      @@adityanair6021 Sometimes it is referred as a boot partition but yes, it is also called an EFI partition.

  • @ilostmypointer8695
    @ilostmypointer8695 3 ปีที่แล้ว +563

    "I dont want to use some dirty bullshit like nano..."
    I feel personally attacked, and it hurts.

    • @ethanbroussard
      @ethanbroussard 3 ปีที่แล้ว +31

      Me too lol vim is difficult and unnecessary in most cases (for me anyway)

    • @zyansheep
      @zyansheep 3 ปีที่แล้ว +8

      and here i am using micro like a normie...

    • @IndellableHatesHandles
      @IndellableHatesHandles 3 ปีที่แล้ว +32

      @@ethanbroussard It's not difficult. If all you want is the same amount of capability as Nano, then the only syntax you need to know is 'i' to enter insert mode, 'esc' to escape it, and ':wq' to save and exit.

    • @ethanbroussard
      @ethanbroussard 3 ปีที่แล้ว +2

      @@IndellableHatesHandles yeah ik I've had to use it before but there isnt much of a point if all I need it for is the same functionality as nano

    • @bowuigi
      @bowuigi 3 ปีที่แล้ว +3

      @@zyansheep micro gang

  • @hedgeearthridge6807
    @hedgeearthridge6807 3 ปีที่แล้ว +846

    I followed along with a virtual machine. Honestly the hardest part of the entire thing was learning how to use VIM. Arch elitists are total wusses compared to VIM elitists

    • @MUHAMMADYAWARIFRAHEEM
      @MUHAMMADYAWARIFRAHEEM 3 ปีที่แล้ว +75

      Use nano if vim is difficult

    • @alkaupadhyay7650
      @alkaupadhyay7650 3 ปีที่แล้ว +4

      Emacs

    • @AnkitJosh
      @AnkitJosh 3 ปีที่แล้ว +34

      @@alkaupadhyay7650 I use magnets

    • @alkaupadhyay7650
      @alkaupadhyay7650 3 ปีที่แล้ว +4

      @@AnkitJosh vi

    • @not-applb
      @not-applb 3 ปีที่แล้ว +31

      I think you shouldn't use Arch if you can't grasp 'i', stuff, 'Esc', ':', 'w', 'q'

  • @gotthroughanotherone
    @gotthroughanotherone 3 ปีที่แล้ว +184

    If anyone is having trouble getting unicode to work, it's because in the part where he sets up the language and locale (about 17:12), he put the wrong syntax.
    Your locale.conf file (assuming you want U.S. English,) needs to read **LANG="en_US.UTF-8"** (ignore the asterisks). In the video, he put **LANG=en-US.UTF-8**, this can make the computer not want to display unicode and emojis correctly.
    I just spent like 4 hours trying to figure this out on my machine, hopefully if you guys have the same issue you'll see this lol.

    • @danieldictatorandrew
      @danieldictatorandrew 3 ปีที่แล้ว +4

      i was trying to get rofi to launch from a hotkey and spent like 8 hours trying to work out why and this was the problem

    • @triliner254
      @triliner254 2 ปีที่แล้ว +1

      Needs more likes

    • @resolveseed6913
      @resolveseed6913 2 ปีที่แล้ว +3

      Thanks buddy.

    • @karai5082
      @karai5082 ปีที่แล้ว +3

      I think it's the part just after the timestamp you said (18:18) that is the problem. Thanks though I spent so long trying to work out that this was my problem

    • @DyoKasparov
      @DyoKasparov ปีที่แล้ว +2

      Should try this when I get home, why doesn't the wiki have it in quotes lol

  • @AtomToast
    @AtomToast 4 ปีที่แล้ว +332

    definitely the shortest arch installation video out there. Nice and comprehensive

    • @Elias-wz3sp
      @Elias-wz3sp 3 ปีที่แล้ว +4

      Agree, simple and no bs

    • @kingz725
      @kingz725 3 ปีที่แล้ว +1

      Not the shortest th-cam.com/video/Ctp-5MRgxGA/w-d-xo.html

    • @AtomToast
      @AtomToast 3 ปีที่แล้ว +1

      Well that video is only a month old

    • @Elias-wz3sp
      @Elias-wz3sp 3 ปีที่แล้ว +2

      @@AtomToast he misses the nice and comprehensive part that the linked video lack ...

    • @kingz725
      @kingz725 3 ปีที่แล้ว

      @@Elias-wz3sp ik, i only said it's shortest arch install nothing more.

  • @uart341
    @uart341 2 ปีที่แล้ว +134

    I installed Arch on a machine with UEFI, if that applies to you and you are having troubles, this is what worked for me:
    I basically followed the video instructions 1:1 except for:
    6:55 I wasn't given the option to set a bootflag, however there was an option to change the partition type at the bottom. In my case I needed to make sure that the boot partion was of type "EFI-System". The second partion I just left on the default settings.
    9:47 After "mkdir /mnt/boot" I also did "mkdir /mnt/boot/efi". Then instead of "mount /dev/sda1 /mnt/boot" I used "mount /dev/sda1 /mnt/boot/efi". I am not quite sure if my explanation is correct, but I think if you later run "grub-install /dev/sda" at 16:08, grub by default assumes that the boot partition is installed at /mnt/boot/efi, so it won't work if you mount your boot partition to /mnt/boot (This issue also required me to restart the installation process, it didn't work for me to unmount the boot partion and remount it to the rigth path, I had to restart at the beginning and delete my partions and recreate them)
    Hope this helps!

    • @ajaxplay8
      @ajaxplay8 2 ปีที่แล้ว +8

      Thanks so much! For anyone who also ran into the "efibootmgr not found" error, simply run pacman -S efibootmgr, after its installed it should work

    • @dozette1448
      @dozette1448 2 ปีที่แล้ว +1

      thanks for the 6:55 part i didnt have the bootflag option either but it showed up on the USB when i used cfdisk on it

    • @TeaMaster420
      @TeaMaster420 ปีที่แล้ว +1

      bruuuh and I spent like 15 minutes fixing this using google, when I had the comment section lol

    • @p3kk3a13
      @p3kk3a13 ปีที่แล้ว

      Thanks

    • @mattallen9406
      @mattallen9406 ปีที่แล้ว

      Legend!

  • @erikvoima2701
    @erikvoima2701 4 ปีที่แล้ว +85

    about halfway through the video, and so far you haven't been lying! best on youtube
    edit: yay I'm a cool kid now

  • @nkozi
    @nkozi ปีที่แล้ว +105

    It's actually crazy how much easier this is to follow than the written instructions.
    The one's on the wiki aren't difficult but they are opaque and it seems like they weren't written by people who are good at delivering info in a teacher-like fashion.
    Thanks for this, excited to get home after the holidays and try this!

    • @Sam-vf5uc
      @Sam-vf5uc ปีที่แล้ว +11

      They expect you to know how the commands work.

    • @taeliantalittia612
      @taeliantalittia612 11 หลายเดือนก่อน +3

      I tried to dual boot arch linux with windows 7, and their guide doesn't really have anything clear on how to do that. I tried archinstall, but it requires internet access and it somehow doesn't install arch on bare metal. (A few people have already discovered that) I then tried to manually pacstrap but, again, I can't set up an offline repo, and it just download everything from the web. Like, what's the point of an iso if you're just going to sync everything from the server?
      In the end, I admitted defeat, and went to artix linux gui installer. I use arch linux *anyway*.

    • @iWillAvert
      @iWillAvert 8 หลายเดือนก่อน +1

      My main issue with the Arch website in general is the fact that it's hard to read (page is so bright). I've also gotten used to reading text on nice looking UIs so the fact that the website looks like it's older than I am (somewhat exaggerating) doesn't help readability either lol.

    • @yigitorhan7654
      @yigitorhan7654 8 หลายเดือนก่อน +2

      ​@@Sam-vf5ucNot that I don't understand them now, but in my opinion that's not a nice expectation. A new user would have every right to say "I'm here because I don't know and this manual won't teach me.".

    • @croozerdog
      @croozerdog 8 หลายเดือนก่อน

      @@Sam-vf5uc would be nice to throw in more links to actual explainations haha, only half have them, spend like an hour looking up stuff on google before i went fuck it and watched this

  • @TV-vx9cj
    @TV-vx9cj 3 ปีที่แล้ว +7

    I literally spent a whole day trying to install Arch Linux on a Virtualbox machine and every attempt failed (over 20 I'd say), despite following all the other guides, and youtuber's instruction, to the letter. After each install I could only get into the grub menu as there was no system to boot into. I thought I was going crazy but needed to get it to work so that I could build a small footprint Spark platform. Then I came across your video and followed your steps as I watched your video and my Arch Linux installation was up and running on the first go. Can't thank you enough. Also your side notes regarding why DOS and not GPT and the trick about fstab was really clear and easy to understand. Class act. Thanks again!! Tom

  • @grahmn886
    @grahmn886 4 ปีที่แล้ว +142

    I keep watching install guides over and over to see how other people setup their arch OS, this was one of the best one i've seen, thanks :)

    • @MentalOutlaw
      @MentalOutlaw  4 ปีที่แล้ว +46

      Glad it helped!

    • @Orcastruck
      @Orcastruck 2 ปีที่แล้ว +7

      @@MentalOutlaw hey the wifi-menu thing doesn't work bro

  • @nichtgestalt
    @nichtgestalt 3 ปีที่แล้ว +27

    This video introduced me to more advanced Linux distributions. I didn't quite understand what I was exactly doing when I installed it in virtualbox but now with a bit more experience it is nice to come back here to watch it again and think back to the past self who had so much struggle and stayed up till 3.00 am trying it over and over again.
    Thank you MO for doing such a great job of providing Linux :)

  • @deathkeys1
    @deathkeys1 3 ปีที่แล้ว +7

    YOU ARE AWESOME! THANKS MAN! You removed my fears of making a new arch install, I use it, but the first time I did a install, nearly a year and a half ago, I suffered so much in tutorials and stuff.. it took so much time to get it right, I spent nearly 3 months to work the way I wanted, and got PTSD from it.

  • @klimenkodr123
    @klimenkodr123 4 ปีที่แล้ว +370

    Nice video. Laughed my ass of at zoomer laptop remark. However, I believe that if you're on any laptop (not just a zoomer one) you need disk encryption set up.
    It's one thing if you have a desktop that's at your home and you're home 24/7, but if you have a laptop that's carried around all the time and you live in a dangerous neighborhood, you would want your drive encrypted in case your laptop gets stolen. This way thieves will never get access to your sensitive files like .vimrc for example.

    • @____-gy5mq
      @____-gy5mq 4 ปีที่แล้ว

      Partitioning?

    • @aperson4475
      @aperson4475 4 ปีที่แล้ว +93

      Omg, I’ll do it, I don’t want people look my .vimrc file since in my neighborhood everyone use emacs.

    • @vela7447
      @vela7447 4 ปีที่แล้ว +43

      @@aperson4475 I think it's time to find a new neighborhood 😫

    • @btwiusearch1284
      @btwiusearch1284 3 ปีที่แล้ว +35

      It's okay, everybody at my neighborhood uses nano.

    • @Ujwal5555
      @Ujwal5555 3 ปีที่แล้ว +7

      @@aperson4475 It's okay, everybody at my neighborhood uses gedit.

  • @alexandersnider734
    @alexandersnider734 4 ปีที่แล้ว +50

    Yo just wanna say I really appreciated this tutorial didn't get stuck in the mud and details, you kept it real. Keep on hustlin. Also you mad funny.

  • @kg_canuck
    @kg_canuck 3 ปีที่แล้ว +4

    Godsend of a video. Partitions/tables are the thing that scare me off most when doing anything related to computers, and you made it super easy.

  • @tarlochankhela9254
    @tarlochankhela9254 4 ปีที่แล้ว +13

    Best Arch video out of tons other. Simple and very precise. Explanation is superb as I have understood why and what is mnt and other mount points. Before I was doing lots of it just as a blind follower. Thanks Sir appreciate your time.

  • @sarbgrewal2438
    @sarbgrewal2438 4 ปีที่แล้ว +3

    Man you saved me! I had already wasted hours following other tutorials before stumbling upon this one.
    Cheers!

  • @brianct7801
    @brianct7801 7 หลายเดือนก่อน +1

    So this really is the best installation guide on YT.
    Honestly, this isn't difficult if you just follow along. The hard part is understanding the context and logic behind most of the commands. Maybe in a few years I'll "get it." lol

  • @paulzupan3732
    @paulzupan3732 2 ปีที่แล้ว +4

    This is the first video that I've seen about arch that was actually helpful, also I share your mentality on nano. Learn vim or forever suffer from not being productive.

  • @yogeshaggarwal3098
    @yogeshaggarwal3098 4 ปีที่แล้ว +7

    Really, this is the best tutorial on TH-cam that I have ever seen till now!!!

  • @iennefaLsh
    @iennefaLsh 11 หลายเดือนก่อน +1

    Aside from a few steps, I followed the tutorial exactly as instructed. Had to figure out how to get grub-install to work(had to use --efi-directory) and connect to wifi on my own(iwctl didn't quite connect it, had to use nmcli), but it worked perfectly otherwise. Thanks, local 4-eyed cat Linux man.

  • @MoveTrueRecords_
    @MoveTrueRecords_ 13 วันที่ผ่านมา

    Bro, thank you so much man, this took me literally six hours. I just started using arch from Debian man. I’ll tell you this process humble me. I can say I’m an official ARCH user now ❤❤❤

  • @pinatadog6976
    @pinatadog6976 3 ปีที่แล้ว

    Out of all the installation videos on youtube this is the first one that worked. Thank you! I subbed!

  • @gabewithafender
    @gabewithafender 4 ปีที่แล้ว +4

    Great video! I've watched it about 4 times now, installed Arch on two different virtual machines, and made a cheat sheet for myself with all of the commands (using Nano, dirty, dirty Nano)

    • @legalize.brokkoli
      @legalize.brokkoli 3 ปีที่แล้ว +2

      Using nano decreases the coolness of your config files. Never do that.

  • @nin6246
    @nin6246 2 ปีที่แล้ว +5

    It's videos like this that can help make a difference in the world. People need to reclaim the power over their devices and this is a very good way to accomplish that!

  • @runtelol
    @runtelol 2 ปีที่แล้ว +2

    Really helped with installing Arch for the first time on my T470! Thanks yet again!

  • @dasik4775
    @dasik4775 6 หลายเดือนก่อน +6

    For those who had trouble installing grub, you need to format your sda1 to Fat32 and mount /mnt/boot/efi instead, when it asks for a efibootmgr, just install the package with pacman -S efibootmgr
    Hope this helps

    • @eygs493
      @eygs493 6 หลายเดือนก่อน

      haha, right on

  • @user-yn6ii7ys3u
    @user-yn6ii7ys3u 3 ปีที่แล้ว +15

    suggestion -
    some swap space is actually useful, not just when you run out of ram but it helps in sleep function work better in some systems. if you have free hard disk space, just create a swap.

  • @ixp8605
    @ixp8605 3 ปีที่แล้ว +3

    Thanks for converting me to the ways of Arch, it will continue to quench my thirst for command line based functionality

  • @edgarvillalba4234
    @edgarvillalba4234 9 วันที่ผ่านมา

    the first part has helped me a lot!!! actually it's better than the arch installation manual, thank you

  • @knox9593
    @knox9593 4 ปีที่แล้ว +2

    The audio is proper...
    You have a lot of Linux work to do to become relevant and whatnot... Buh I subbed for the vocal presentation

  • @kamekonoha
    @kamekonoha 2 ปีที่แล้ว +2

    It worked perfectly, I used the tutorial for the 32bit installation, some notes about that, the partition should be ext3 for my old PC instead of ext4, the rest of the tutorial worked fine

  • @dospuntospe
    @dospuntospe 4 ปีที่แล้ว +1

    Thank you so much! Not only this was straightforward and I managed to install Arch easily, but this was one of the bests tutorials I've seen. Very entertaining and nice :D Thank you

  • @steps0x029a
    @steps0x029a 9 หลายเดือนก่อน

    This tutorial still works in 2023, thanks! Did the trick for me, while others didn't and man, seing that neofetch output really is something XD

  • @tjex
    @tjex ปีที่แล้ว

    followed the official arch linux install guide along side this and cross referenced almost every step. Still good. Order is a bit different, but is of no effect and there are some bits in this video that are not in the arch linux guide that are really useful like installing the networkmanager!

  • @sjoypills
    @sjoypills 2 ปีที่แล้ว

    Thank you for the great guide! Wasn't the end all be all for me, but set me on the right track.

  • @user-qh1sf5hk1j
    @user-qh1sf5hk1j 3 ปีที่แล้ว +1

    Thank you :DD this helped me a lot, I love your content and almost everything that I know about distro-installing is thanks to you

  • @jwhite032749
    @jwhite032749 ปีที่แล้ว +2

    Well done and fairly easy to follow - the only thing I might add is to run [ pacman -Syu ] before installing neofetch. Helps eliminating som not found errors. I plan on subscribing and watching some of your other videos. Again thanks.

  • @shater1164
    @shater1164 4 ปีที่แล้ว +2

    One of the best Arch Linux installation guide after 13 years indeed not to mention midfngr, very good instruction including some tiny misinform but it is far the best, thanks :)

    • @ichaa3tech
      @ichaa3tech 4 ปีที่แล้ว +1

      May he rest in peace. such a great man

    • @garth56
      @garth56 4 ปีที่แล้ว +1

      ShaTer he was my friend and we fell out before he passed away :-(

    • @shater1164
      @shater1164 4 ปีที่แล้ว

      @@garth56 I'm really very sorry and we've lost a great gem :(

  • @PhobaBoba
    @PhobaBoba ปีที่แล้ว +1

    You made installation so easy to digest, seriously. Subbed.

  • @heliophane
    @heliophane 4 ปีที่แล้ว +1

    I loved your gentoo guide even though I never went through with it. Maybe I'll do this one!

  • @juxuanu
    @juxuanu 4 ปีที่แล้ว +57

    `loadkeys` should be the very first command. You north americans assume too much...

    • @camronk22
      @camronk22 3 ปีที่แล้ว +1

      works on my machine

    • @eightcoins4401
      @eightcoins4401 9 หลายเดือนก่อน +2

      I had to search so fucking much to figure out how to make it not a guessing game with german keyboard

  • @BrK0511
    @BrK0511 4 ปีที่แล้ว +4

    I'm looking forward to the next tutorial!

  • @evolv_85
    @evolv_85 2 ปีที่แล้ว +1

    Really quick, precise guide. Best I've seen. Thanks.

  • @tylerdean980
    @tylerdean980 3 ปีที่แล้ว

    If I am partitioning a drive that already has a Linux install and grub, do I need to follow your steps for installing grub, or is it fine the way it is?

  • @northpoleneon3214
    @northpoleneon3214 3 ปีที่แล้ว +2

    Worked great on QEMU, can't wait to test it on a physical drive. (Anyone with issues with exiting locale during install, try pressing "shift zz" and it should help you their)

  • @grasswarlock
    @grasswarlock ปีที่แล้ว +4

    Stuck on the vim part? VVV
    To "write quit that" you have to first press the ESC button then type :wq in the console that shows up, followed by Enter.

  • @MyReviews_karkan
    @MyReviews_karkan 4 ปีที่แล้ว

    This is the only video I have found so far that doesn't use uefi. I don't use eufi, it causes so many issues on my laptop for some reason. Thank you.

  • @givenfool6169
    @givenfool6169 2 ปีที่แล้ว +4

    Love the instant install of neofetch. Very important.

  • @jaakkohintsala2597
    @jaakkohintsala2597 2 ปีที่แล้ว

    why did you do a seperate boot partition in this mbr set up?
    i didn't find any explanation for it on arch wiki so it kind of confused me

  • @turtlewax3849
    @turtlewax3849 4 ปีที่แล้ว

    Thank you for taking the time to show us more about Arch, an advanced Linux distro.

    • @ClockworkRBLX
      @ClockworkRBLX 3 ปีที่แล้ว +1

      >thinking arch is advanced

    • @triliner254
      @triliner254 2 ปีที่แล้ว

      @@ClockworkRBLX What else is there thats more advanced? Gentoo and Slackware is all I can think of. Are you saying Arch *isnt* advanced?

    • @ClockworkRBLX
      @ClockworkRBLX 2 ปีที่แล้ว +1

      @@triliner254 Arch isn't advanced though. It's literally baby tier

  • @Chiho.2007
    @Chiho.2007 ปีที่แล้ว +1

    For some odd reason even though I followed you step for step I can't reboot. When I try I get "running in chroot, ignoring request." even though I used the exit command or CTRL + D. It gives the message "there are stopped jobs." I would greatly appreciate any help.

  • @CUBKITS
    @CUBKITS ปีที่แล้ว

    So I followed these steps, but must have screwed something up somewhere. When I try rebooting, it now only gives me a single drive option (my new NVMe that I'm installing Arch onto), where I should have an older linux drive, a windows drive, and the new NVMe, so I can no longer choose any other drives. Any thoughts on this?

  • @freewheelburning8834
    @freewheelburning8834 3 ปีที่แล้ว +1

    yea thanks for the extra noob info thats exactly what I needed, I like how you introduced how it puzzled together nicely you a good instructor

  • @abhrasrepository1173
    @abhrasrepository1173 3 ปีที่แล้ว +32

    3:47
    You can just as well connect your phone via USB and enable "USB Tethering" on your phone.

  • @nichijoufan
    @nichijoufan 3 ปีที่แล้ว

    Just finished installling it with another tutorial but im going to do it all again just because this is one of your videos

  • @biggyk87
    @biggyk87 4 ปีที่แล้ว

    When i try to do grub-install I get and error saying it cant be embedded and only can be installed with blocklists

  • @Lena_Oxton
    @Lena_Oxton 4 ปีที่แล้ว +3

    Great video! Thanks to you I have completely switched over to Arch.

  • @yttrium7599
    @yttrium7599 2 ปีที่แล้ว +2

    Just out of curiosity, how would the installation go without the use of pacstrap?

  • @NaurisMich
    @NaurisMich 3 ปีที่แล้ว +1

    It works! Thanks man for the amazing tutorial! Much love and peace!

  • @nelsono4315
    @nelsono4315 3 ปีที่แล้ว +2

    excellent video! If possible, I would recommend disconnecting any other hard drives if possible to assure you do not install on
    the wrong disk. Just a little added peace of mind :-) I just subscribed

  • @um1541
    @um1541 ปีที่แล้ว

    If I make second data storage only partition, other dev/sda3, where to mount it? Or it can be on /mnt as well?

  • @ceeasu
    @ceeasu 27 วันที่ผ่านมา

    filtered from the beginning. cant connect to wireless, tells me to install b43 fwcutter and the firmware but idk how to extract that from this laptop to another laptop, tells me to put the files in lib folder but there is no lib folder on the usb booter

  • @jimmyrancourt8062
    @jimmyrancourt8062 3 ปีที่แล้ว

    always the same error when I install grub : SQUASHFS error: unable to read fragment and read page, block +boot/efi does not look like an EFI partition.
    idea?
    thanks

  • @s_i_am-R
    @s_i_am-R ปีที่แล้ว

    I have a doubt where should we mount boot partition, /mnt/boot or /mnt/boot/efi
    The former didn't work for me it said no efi directory .
    What is wrong?

  • @shiv8060
    @shiv8060 ปีที่แล้ว

    When I made my usb a bootable drive with Arch, when I went into the boot menu first it didn't show. When I got that to work, the BIOS setup does some crazy shit and it just doesn't work. I cant even get to the first boot. Help please.

  • @fancywaifu9821
    @fancywaifu9821 2 ปีที่แล้ว

    I’m using the install guide of this video for my arch Linux install guide but for my Japanese class. Good video

  • @purplewarrior1830
    @purplewarrior1830 3 ปีที่แล้ว +13

    There is a mistake (atleast I think its one, ignore if its not).
    when you make the locale.conf file, you put LANG=en-US.UTF-8 , when in the arch wiki it says en_US.UTF-8.
    I do not know if this will break things, or if both ways are correct, just letting you know

  • @WorldHistoria111
    @WorldHistoria111 ปีที่แล้ว

    This was literally the best tutorial. Thanks again helping out a noob!

  • @gabepalacios2319
    @gabepalacios2319 2 ปีที่แล้ว

    This certainly is the Best Arch Linux Installation Guide on TH-cam

  • @Gavinnnnnnnnnnnnnnn
    @Gavinnnnnnnnnnnnnnn 3 ปีที่แล้ว

    why does it sometimes look like you pressed enter 10x in a row in the terminal? I was getting the same behaviour

  • @Notoxs
    @Notoxs 7 หลายเดือนก่อน

    Do you memorize these commands? or like you already know what each obviation signifies so its like a new language to you. Like learning music you can see the notes.

  • @Manjihaf
    @Manjihaf หลายเดือนก่อน

    At the Network Manager Part In Gives Me This error: failed to make directory ' /boot/grub' .

  • @chronosVR.2763
    @chronosVR.2763 ปีที่แล้ว

    How do you use the torrent file? I don't know how to get a .iso file from a .torrent file, as changing the extension would obviously corrupt the file (changing .torrent to .iso).

  • @raddad9041
    @raddad9041 4 ปีที่แล้ว

    Well I get as far as pressing enter on arch and then it hangs on Probing EDD indefinitely. I've been completely unable to attempt an installation of this on both Virtualbox now and Hyper-V in Windows 10. Forever stuck with windows 10....

  • @regbot4432
    @regbot4432 ปีที่แล้ว

    This tutorial is much more helpful than official guide. I tried gentoo and void in the past and their official guides are much more helpful than arch.

  • @shazman1341
    @shazman1341 3 ปีที่แล้ว

    Thanks very much. I was trying to follow, only difference, I used GPT and grub couldn't install. Any advice for using GPT. Thanks again.

  • @ariathyf144
    @ariathyf144 4 ปีที่แล้ว +2

    I was unable to boot my x220 with a UEFI install. This lead me to combine your method with the one provided by Luke Smith on his Artix install tutorial.
    Now my long desired mSata + SSD dual system is working.

  • @IBinkyI
    @IBinkyI ปีที่แล้ว

    when i click "create" it says it failed to create the hard disk storage and then gives the directory. How do i fix

  • @GirlyNCute
    @GirlyNCute 4 ปีที่แล้ว

    on my zoomer laptop i dont have an ethernet port but its got usb c thinderbolt ports that you can plug in you phone and usb tether it so it still kinda works out and it thinks im on LAN

  • @redejandrog.r2965
    @redejandrog.r2965 2 ปีที่แล้ว

    i´m having a problem where once the installation is finnished the "man" comand can´t set the locale even tho i set it up just like in the guide anyone knows how to solve it?

  • @GuitarPerson159
    @GuitarPerson159 7 หลายเดือนก่อน

    What is the purpose of unmounting at the end? What happens if it is not done?

  • @user-rv6by5ki7z
    @user-rv6by5ki7z 5 หลายเดือนก่อน

    as a windows user that started studying computer science few months ago, im really curious about ‘how can i learn all these things?’ i really want to use linux on my laptop, i already use vim as my editor on a debian wsl but i really cant understand much of this entire process.

  • @purplewarrior1830
    @purplewarrior1830 3 ปีที่แล้ว

    Damn.....
    I had a lot of trouble with this... but finally I have it set up. I have to use a wifi adapter on my pc..... and for the love of me could not figure out how to get it connected to the internet, first with iwctl... next with nmcli.
    I initially thought I did something wrong.... reinstalled, made a simple mistake with the grub config (grub-mkconfig /boot/grub.grub.conf instead of /boot/grub/gub.conf)
    Messed up... didnt know how to operate grub and boot into the Os... booted it through the usb again... changed grub, and finally got it working
    Thank you for an amazing tutorial

  • @andygeorge6065
    @andygeorge6065 ปีที่แล้ว

    USB stick Image for mine has to be written in DD mode, or the damn thing will hang waiting for the Drive to mount.. Rufus has to be Switched from ISO mode to DD mode

  • @itscold316
    @itscold316 2 ปีที่แล้ว

    Why do you chroot before installing more things like network manager and grub?

  • @pablo_alonso_ramos_henao3341
    @pablo_alonso_ramos_henao3341 ปีที่แล้ว

    Insane tutorial. Thank you so much. I did this on a VM just to get to know my endeavourOS install a little better. And maybe make the vm look sick with some ricing. I may end up installing vanilla arch on bare metal someday... Just not today. Good luck m8.

  • @deathofasalestactic
    @deathofasalestactic 3 ปีที่แล้ว +1

    when doing the language you dont tell us what buttons you are pressing to get visual mode and delete the # etc

  • @dxcqcv
    @dxcqcv 4 ปีที่แล้ว

    Does not show `Select label type` when run `cfdisk /dev/sda`, but default is `doc`

  • @alekosgk1000
    @alekosgk1000 2 ปีที่แล้ว +1

    Can someone tell me what's the difference between using the wiki and this guide ?

  • @qub1234
    @qub1234 11 หลายเดือนก่อน

    Grub opens in CLI and when i type "boot" it says "you need to load the kernel first"

  • @SkipInPerth
    @SkipInPerth 2 ปีที่แล้ว +2

    @mental outlaw
    Great video but have some questions:
    So it is easy to add space to fixed size VDI file?
    Early Unix your only choice was swap partition setup. For running on direct (older) hardware with Arch or other current distros can you use both a swap file and swap partition?
    Can you have multiple swap files on different partitions like MS windows xp or higher can do?
    If yes, and swap file was on slower storage and swap partition on fast storage could you make hibernate only use the slower swap file?
    I am just linux curious - a short answer is fine :-)

  • @HossoUb
    @HossoUb 4 ปีที่แล้ว +1

    Error: failed to commit transaction (invalid....
    Did I miss something?

  • @thegame3417
    @thegame3417 3 ปีที่แล้ว +2

    You just saved me from windows. Thank you!

  • @Randonboy
    @Randonboy 3 ปีที่แล้ว

    hey installation went fine but when i rebooted it. mine looks much different than yours

  • @AlextheDumbass-fs7jz
    @AlextheDumbass-fs7jz ปีที่แล้ว

    20:21 when I boot it from hard drive, it pp show the same grub menu like yours

  • @saalimzafar
    @saalimzafar ปีที่แล้ว

    Before install the net is working, but after it's not,
    unable to fetch neofetch

  • @jean-christopheburnot2952
    @jean-christopheburnot2952 2 ปีที่แล้ว +1

    6:38 I am using GPT and I only have in the menu Device, Start, End, Sectors, Size Type I don't know why...

  • @bananowiecgostynski1848
    @bananowiecgostynski1848 2 ปีที่แล้ว

    Why do you format /boot partition with ext4?
    Once my CS professor said that ext2 for /boot is sufficient and thus better (because simpler).
    I know, the difference wouldn't be very large on such small partition, but I was curious whether you know about something I don't or perhaps the other way around