TUXDB - LINUX GAMING AGGREGATE
made by: NuSuey
NEWSFEED
▪️ GAMES
▪️ STEAM DECK ▪️ DEALS ▪️ CROWDFUNDING ▪️ COMMUNITY
tuxdb.com logo
Support tuxDB on Patreon
Currently supported by 10 awesome people!

🌟 Special thanks to our amazing supporters:


✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Arch Toasty][Benedikt][David Martínez Martí]

ViewsLikesFavoritesComments

409702840163


This is the second of a series of guides I am putting up in regards to getting Arch Linux installed (via EFI in this setup)Part 1: https://youtu.be/MMkST5IjSjYPart 2: https://youtu.be/0WBB8v-tiz8Part 3: https://youtu.be/n5UK66GF99APART 2: Installing Arch and Making it Boot-Mounting our partitions-Setting up our Arch repository mirrorlist-Installing the Arch base files-Generating an fstab file-Language-Time-Hostname-Enabling multilib and Arch AUR community repositories-Root password and user setup-Setting up sudoers-Adding bash-completion-Installing the bootloader-Creating the bootloader config file-Enabling microcode for Intel processors-Installing video card driversFull Guide:http://gloriouseggroll.tv/?p=56

@xxaks3lxxSubscribers:7
Channel views:74
Uploaded videos:1

[ 2016-02-25 23:40:31Z ]👍 1


I'm not sure if this is an error but on the blog, when one has to type blkid -s PARTUUID -value /dev/sdxY You call Y the Boot whereas you should refer to Y as Root like on your video. Correct me if I am wrong though


@ttavyySubscribers:1
Channel views:0
Uploaded videos:0

[ 2016-04-16 21:32:20Z ] 👍 0


+GloriousEggroll Then you should change "sda1" to "sda3" :) an I think it's "/", not "/root"

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2016-02-26 05:51:10Z ] 👍 0


+Aksel Durand this was indeed a typo, I've corrected it on the blog now, thanks for the heads up!

@lukapostmyrSubscribers:25
Channel views:598
Uploaded videos:2

[ 2016-03-05 01:37:22Z ]👍 0


At 18:52 when I nano /boot/loader/entries/arch.conf it says no such file or directory, where as on yours it says "New File" and when I try to ctrl+O to save the file, it says "Error writing /boot/loader/entries/arch.conf: No such file or directory". How do I fix this? I thought I had saved it before because it didn't give me an error like it does now, or at least I thought it did, but when I tried the next step (actually booting into linux) it said something like "linuz doesn't exist" which looked similar to the line from the arch.conf file: "linux/vmlinuz-linux" Edit- boot says "Error - \vmlinuz-lunx not found" Edit2- I also can now not load Windows, it says "Windows failed to start....File:\WIndows\system32\winload.exe...Status: 0xc000000e". I thought it would be fine to dualboot linux on the same drive as Windows is on, but then this happened, please help me fix it man....


@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2016-03-05 02:51:46Z ] 👍 0


+ilmachia no. you need to type lsblk to find YOUR partitions. /dev/sda1/2/3 were examples of how they would look. they could be sdb1/2/3 sdc1/2/3

@lukapostmyrSubscribers:25
Channel views:598
Uploaded videos:2

[ 2016-03-05 02:43:29Z ] 👍 0


"blkid" returns "PARTLABEL="swap"" same goes for home and root so they're definitely there

@lukapostmyrSubscribers:25
Channel views:598
Uploaded videos:2

[ 2016-03-05 02:40:55Z ] 👍 0


should I add them to fstab? if yes, what exactly do I write

@lukapostmyrSubscribers:25
Channel views:598
Uploaded videos:2

[ 2016-03-05 02:39:51Z ] 👍 0


+GloriousEggroll says "mount: can't find /dev/sda2 in /etc/fstab" (same for 3,4,5)

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2016-03-05 02:27:06Z ] 👍 0


+lukapostmyr this is not a dual boot guide. Chances are your linux bootloader overwrote your windows one. lets handle getting linux to boot. 1. boot into the USB stick like you normally would to start the install 2. mount your root, home, and boot partitions. typing lsblk will tell you your partitions (more than likely /dev/sdxY format) Example: mount /dev/sda3 /mnt mount /dev/sda4 /mnt/home mount /dev/sda1 /mnt/boot then arch-chroot /mnt THEN make sure your boot loader installed properly by re-typing: bootctl install then get partuuid of root partition: blkid -s PARTUUID -o value /dev/sdxY (with sdxY being your root partition) Now, edit the arch.conf nano /boot/loader/entries/arch.conf

@GhartauszSubscribers:15
Channel views:10
Uploaded videos:5

[ 2016-03-07 15:02:02Z ]👍 0


Hey, i'm getting the same error every time using "pacman -Syu": (after multilab ....) error: failed retreiving file 'archlinuxfr.db' from repo.archlinux.fr : Resolving timed out after 10521 milliseconds error: failed to update archlinuxfr (download library error) I've tried Adding "Server = http://repo.archlinux.fr/arm" instead of "/$arch" to /etc/pacman.conf please help me :)


@GhartauszSubscribers:15
Channel views:10
Uploaded videos:5

[ 2016-03-07 17:41:58Z ] 👍 0


+GloriousEggroll Thaaaank you!

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2016-03-07 17:40:27Z ] 👍 0


you cant reboot as a normal user. try sudo reboot

@GhartauszSubscribers:15
Channel views:10
Uploaded videos:5

[ 2016-03-07 17:31:31Z ] 👍 0


+Ghar Thausz Hey, i've got an another probelem. I made everything still the end of the video, it booted up the linux from the hard drive I can login with my user...but after if I type reboot: http://postimg.org/image/gmds5g9xj/

@GhartauszSubscribers:15
Channel views:10
Uploaded videos:5

[ 2016-03-07 16:34:41Z ] 👍 0


+GloriousEggroll THX i'll try :)

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2016-03-07 16:23:13Z ] 👍 0


+Ghar Thausz it needs to be $arch [archlinuxfr] SigLevel = Never Server = http://repo.archlinux.fr/$arch Also this is for a standard PC install, I don't know if the AUR repos will work for ARM architecture. A lot of the packages on the AUR don't work on my raspberry pi 2. If you are just trying to update the system you can remove that section, then pacman -Syu and then try adding it again later

@S9yN37Subscribers:1
Channel views:0
Uploaded videos:0

[ 2016-03-11 22:35:17Z ]👍 11


blkid -s PARTUUID -o value /dev/sdaX > /boot/loader/entries/arch.conf and you will have that UUID in file and then you can start edit... nice work, ty


@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2016-03-12 00:44:01Z ] 👍 2


+Adrian Vacaru great idea! Didn't even cross my mind to do that rather than copying the entire thing by hand ;/. Much easier to do that then edit the arch.conf with the UUID already copied into it!

@ngggf5156Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-03-19 23:25:27Z ]👍 0


you sir are a hero, i've had so much trouble trying to get all the different bootloaders to work, thankyou so much for your efforts, great tutorials!


@dpranav42Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-03-24 15:02:08Z ]👍 0


Hey man, can't I install grub after GPT partitions? My laptop's bios is kinda screwed(long story, can't change boot mode to UEFI)...hence I didn't load with EFI, while running bootctl install, it says not booted with EFI...am kinda new to this...what are my options for other bootloaders?


@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2016-03-24 17:32:02Z ] 👍 0


+Pranav D if you have another computer and a flash drive you can update the bios easily. if you want to go the grub way just make the boot partition ef02 instead of ef00 and you should be able to install grub after remounting it. cmos doesnt have anything to do with updating the bios :/ https://wiki.archlinux.org/index.php/GRUB#GUID_Partition_Table_.28GPT.29_specific_instructions

@dpranav42Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-03-24 16:23:55Z ] 👍 0


+Pranav D I have already tried the CMOS approach... for some weird reason it didn't work...

@dpranav42Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-03-24 16:14:35Z ] 👍 0


+GloriousEggroll well, now I don't have windows... and no bootloader so, I won't be able to flash BIOS right ?

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2016-03-24 15:32:11Z ] 👍 0


+Pranav D why not just update the bios with the latest bios from the manufacturer?

@dpranav42Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-03-24 15:04:01Z ] 👍 0


or maybe should I redo the process but this time with SUN instead of GPT, so I can install Grub ?

@dsniper02Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-03-26 20:41:02Z ]👍 0


lost me at host name when did you do that is blank on my end


@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2016-04-01 17:29:04Z ] 👍 0


+dsniper02 dxracer.com model OH/RF00/NW. I sit at my desk the majority of the day and my back was killing me. At first I thought these chairs were a gimmick, but after having mine for about 6 months I am incredibly happy with how comfortable it is when sitting for hours at a time. It was a damn pricey chair, but money well spent for the sake of my health.

@dsniper02Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-03-27 17:12:44Z ] 👍 0


thank you.. what chair is that you have ?

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2016-03-26 20:55:30Z ] 👍 0


+dsniper02 I have all of the commands written on my blog. ctrl+f search "hostname" http://gloriouseggroll.tv/?p=56

@dsniper02Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-03-27 02:25:10Z ]👍 1


Thank you so much for taking your time share with us. followed and have working arch linux install. on the number 3 video. thanks again


@janmichalek1294Subscribers:22
Channel views:4138
Uploaded videos:15

[ 2016-03-30 18:33:08Z ]👍 0


thanks for sharing


@Ace-gw4ukSubscribers:6
Channel views:240
Uploaded videos:3

[ 2016-04-17 19:45:36Z ]👍 1


Am I the only one who downloads with 950K/s ?


@antonimidzbordovich9308Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-07-27 10:41:43Z ] 👍 0


500K/s =(((

@philipsheard8223Subscribers:0
Channel views:407
Uploaded videos:1

[ 2016-04-21 13:58:36Z ]👍 0


Hi , thanks for the video . was working well for me but had to start again but then I can't now get past this problem. if anyone can help I would really appreciate it. rankmirrors -n 6 /etc/pacman.d/mirrorlist.backup > /etc/pacman .d/mirrorlist (return) zsh: no such file or directory: /etc/pacman.D/mirrorlist ?


@philipsheard8223Subscribers:0
Channel views:407
Uploaded videos:1

[ 2016-04-22 12:44:01Z ] 👍 0


+GloriousEggroll the D was a typo on hee e but not on the system . it was how it should be I put it in again but unfortunately I got the same error. trying to figure it out now.

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2016-04-21 15:10:29Z ] 👍 1


+Philm Productions it's case sensitive. needs to be pacman.d not pacman.D

@philipsheard8223Subscribers:0
Channel views:407
Uploaded videos:1

[ 2016-04-24 07:52:59Z ]👍 0


installed, thank you so much . now for xorg and plasma! Exciting!


@SHFT101Subscribers:37
Channel views:211788
Uploaded videos:52

[ 2016-04-29 18:34:51Z ]👍 1


mount -t efivarfs efivarfs /sys/firmware/efi/efivars Gives me the error that the mounting point does not exist. Any leads where I should search?


@SHFT101Subscribers:37
Channel views:211788
Uploaded videos:52

[ 2016-04-29 19:49:54Z ] 👍 2


+SHFT101 VMware didn't boot in EFI mode, I checked "Boot From EFI" and started again.

@giacomomarianiSubscribers:1
Channel views:0
Uploaded videos:0

[ 2016-05-05 20:13:16Z ]👍 0


Hi GloriousEggroll! First of all thanx a lot for the video, it is much easier than try to follow the arch wiki :) I have got a problem, when I run bootctl install I get the following message "Failed to create EFI Boot variable entry: No space left on device" I do not get what is the problem, the boot partition is 1 GiB as in your video and I don't believe that it is really out of space... Can you help me? I still haven't found a solution by searching through google. Here is the whole message: # bootctl install Created "/boot/EFI" Created "/boot/EFI/systemd" Created "/boot/EFI/Boot" Created "/boot/loader/entries" Copied "/usr/lib/system/boot/efi/system-bootx64.efi" to "boot/EFI/systemd/systemd-bootx64.efi" Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "boot/EFI/Boot/BOOTX64.EFI" Failed to create EFI Boot variable entry: No space left on device


@antoniovedivici6202Subscribers:1
Channel views:0
Uploaded videos:0

[ 2016-05-07 15:47:00Z ]👍 0


I am stuck on emergency mode...


@antoniovedivici6202Subscribers:1
Channel views:0
Uploaded videos:0

[ 2016-05-07 16:33:19Z ] 👍 0


seriously... not all UUIDs in the fstab file were set... "lsblk -f" and copy/paste the UUIDs fixed it...

@mauricioseiblitz2965Subscribers:1
Channel views:0
Uploaded videos:0

[ 2016-05-10 19:45:37Z ]👍 0


It helped me a lot. Thank you very much. Congratulations on the two videos.


@t.b.6600Subscribers:1
Channel views:0
Uploaded videos:0

[ 2016-05-15 18:33:57Z ]👍 0


Thank you so much for creating this series! I've failed to install Arch in the past, but these videos helped me through my latest attempt. Arch is now my primary OS. Props to you for high quality, helpful content. One suggestion for the future, consider "reflector" for auto-generating /etc/pacman.d/mirrorlist based on the fastest available (new entries, not just sorting of existing): https://wiki.archlinux.org/index.php/Reflector


@r0manasChakraSubscribers:1
Channel views:0
Uploaded videos:0

[ 2016-05-18 11:46:00Z ]👍 1


please adjust your rezolution when recording tutorials, cause for users who use notebooks it's practicaly impossible to see what you are writing ;\ or upload/paste your notes/commands separatelly (noj just in the blog) :) thanks for your tutorials.


@geoffreyostosh1983Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-05-23 03:07:44Z ]👍 0


great tutorial! thank you!


@eclipsetechnology5332Subscribers:12
Channel views:93
Uploaded videos:1

[ 2016-05-30 04:03:11Z ]👍 0


thanks for the help


@char9591Subscribers:4
Channel views:1699
Uploaded videos:1

[ 2016-06-05 10:56:24Z ]👍 0


I am stuck at the pacman part because it keeps on giving me error 403 when I try to download the files. I have internet and I am pretty sure that I followed all the steps correctly.


@TheJmaster7xSubscribers:0
Channel views:0
Uploaded videos:0

[ 2016-06-10 07:23:19Z ]👍 0


After following this guide and rebooting I am told "The root device is not configure to be mounted read-write! It may be fsck'd again later" Afterwards it drops me into an emergency shell. Any ideas on where I may have missed something?


@JoshuaDTaylorSubscribers:17
Channel views:0
Uploaded videos:0

[ 2016-06-13 15:37:54Z ]👍 1


When i type the command "pacman -Syy" i get an error saying "error: failed retrieving file 'archlinux.db' from repo.archlinux.fr : The requested URL returned error: 404" anyone help me with how to resolve this?


@ravespectorSubscribers:67
Channel views:867
Uploaded videos:2

[ 2016-06-17 23:51:27Z ]👍 0


Thank you so much for this video series. This is the only video guide on Youtube that worked for me, so I appreciate the effort. Now I have a working Arch system!


@hareshgediaSubscribers:0
Channel views:0
Uploaded videos:0

[ 2016-06-20 13:30:05Z ]👍 1


Great guide. A suggestion regarding boot loader config. you don't need to write down the UUID , you can simply re-direct it blkid -s PARTUUID -o value /dev/sdxY >> arch.conf and edit the text there.


@ameliaanderson2528Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-06-30 22:39:10Z ]👍 0


After I get past the Intel driver install and i reboot the only option i get is to reboot to the firmware interface. What Have I Done Wrong? P.S. Your Video Is Very Usefull


@gjermundificationSubscribers:13
Channel views:5138
Uploaded videos:24

[ 2016-07-03 09:03:08Z ]👍 0


@11:00 ln -s /usr/share/zoneinfo/America/New_York /etc/localtime ln -s in general works like cp, but it leaves a symlink, not a copy at its destination spot.


@gjermundificationSubscribers:13
Channel views:5138
Uploaded videos:24

[ 2016-07-03 09:15:06Z ]👍 0


@18:50 blkid -s PARTUUID -o value /dev/nvme0n1p3 > /boot/loader/entries/arch.conf


@kostya0812Subscribers:8
Channel views:5600
Uploaded videos:8

[ 2016-07-08 10:39:37Z ]👍 0


Idk how but I messed up with bootloader conf and I was getting an error that it cant load .img On your video it isn't clear so I had to google what I missspell


@hifatpeopleSubscribers:16
Channel views:298
Uploaded videos:2

[ 2016-07-27 07:09:18Z ]👍 0


Mine had errors starting. Saying dependencies failed for root ans stuff and went into some emergency shell mode. lsblk showed nothing but root mounted. The problem was the fstab file had 'UUID=' with a random uuid that didn't match what the blkid command returns at all. Entering in the correct uuid did not help either, so I deleted the whole uuid section and just uncommented each drive name '/dev/mmcblk0p1' instead of 'UUID=big long number'. In case anyone else has this problem.


@jmm1233Subscribers:2480
Channel views:1730531
Uploaded videos:374

[ 2016-08-07 11:35:32Z ]👍 2


when you using the sed to change the server comments , leave out the handle -i , use sed 's/^#Server/Server' like this , they cahnge the way sed works in recent updates , had me thrown off of why it won't work


@namehere9084Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-11-22 22:24:33Z ] 👍 0


Ran into the same issue, then I noticed on the video he has a / before the last '. Then it worked for me once I added it ( sed -i 's/^#Server/Server/' ).

@jimarasthegodSubscribers:0
Channel views:2286
Uploaded videos:2

[ 2016-09-22 17:05:03Z ] 👍 0


GloriousEggroll I downloaded the iso 4 days ago and the -i flag didn't work for me. I live in Greece and the closest/best servers are 3-4 universities, and using the -i flag the mirrorlist used a Japanese server that declined the download. I retried the rank on the second backup and i did not used the -i flag, and then the mirrorlist used the closest mirrors with blazing fast speeds. Note that i used a wifi connection (wifi-menu -o wlp3s0) on a laptop , so that might have caused(?) the problem.

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2016-09-22 14:16:31Z ] 👍 0


I just used sed -i 's/^#Server/Server' /etc/pacman.d/mirrorlist.backup and it worked perfectly fine. was able to use rankmirrors just fine as well. Just downloaded the ISO from the arch website yesterday. Not sure why it didn't work for you but it works fine here the way I did it

@jimarasthegodSubscribers:0
Channel views:2286
Uploaded videos:2

[ 2016-09-20 11:37:09Z ] 👍 0


you should be higher, i was not able to make rank mirror working correclty due to this. good thing that i kept 2 backups

@Isaac-gp2dqSubscribers:6
Channel views:0
Uploaded videos:0

[ 2016-08-23 07:53:14Z ]👍 1


When I did: "mount -t efivarfs efivarfs /sys/firmware/efi/efivarfs" it said "mount: mount point /sys/firmware/efivarfs does not exist", how do i fix this? btw I'm using VMware Workstation.


@sofadhana1289Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-08-26 04:54:24Z ] 👍 1


it's efivars at the end, not efivarfs.

@sofadhana1289Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-08-26 04:51:22Z ]👍 0


I noticed you didn't run mkinitcpio -p linux before setting up bootctl (as I understand it, mkinitcpio creates the initramfs etc files you specify in loader.conf). I've always seen that command as being needed on the install procedures I've read. Is it included in the pacstrap installation nowadays or somewhere else?


@b009zSubscribers:11
Channel views:0
Uploaded videos:0

[ 2016-09-14 05:12:08Z ]👍 0


EDITOR-nano visudo command not found


@b009zSubscribers:11
Channel views:0
Uploaded videos:0

[ 2016-10-01 00:07:28Z ] 👍 0


Mr Rawat it's EDIT=nano visudo

@Rituraj3001Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-09-30 19:57:17Z ] 👍 0


how did you solve this?

@b009zSubscribers:11
Channel views:0
Uploaded videos:0

[ 2016-09-14 05:32:42Z ] 👍 0


figured it out, once again

@ZambieslarSubscribers:2
Channel views:0
Uploaded videos:0

[ 2016-10-04 03:25:36Z ]👍 0


When I use the /etc/local.gen command when in the system it tells me that it doesn't exist. What should I do?


@DarqdocSubscribers:1
Channel views:0
Uploaded videos:0

[ 2016-10-21 04:23:08Z ]👍 0


Really nice and helpful videos!! However, I keep getting this error once I try installing bootctl 'failed to create EFI boot variable entry: no space left on device' I'm not exactly so sure what going on here.


@jakabgipsz9279Subscribers:7
Channel views:0
Uploaded videos:0

[ 2016-10-29 15:50:59Z ]👍 0


how do i put ">" in the line ?


@wetwingnutSubscribers:12
Channel views:885
Uploaded videos:16

[ 2016-11-03 06:51:25Z ]👍 2


Jesus! Would it kill you to pause for a heartbeat or two before hitting RETURN? Especially when hitting return is going to blank the screen.


@hymairSubscribers:1
Channel views:0
Uploaded videos:0

[ 2017-06-12 07:41:16Z ] 👍 1


Like it's that hard to press Left arrow and then pause... Awesome step-by-step guide bro, thanks a ton!

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2017-02-23 05:34:58Z ] 👍 1


or you could visit the blog where every command is documented/written down: https://www.gloriouseggroll.tv/arch-linux-efi-install-guide/

@wetwingnutSubscribers:12
Channel views:885
Uploaded videos:16

[ 2017-02-23 05:22:56Z ] 👍 0


Exactly my point. The PAUSE button would be ALOT more useful if there was a small beat between the last character typed and the hitting of RETURN so that I could hit PAUSE before the line goes away. He makes great videos. It's a small way to make them MUCH better.

@hiromitsuhashi1339Subscribers:2
Channel views:0
Uploaded videos:0

[ 2017-02-17 22:22:33Z ] 👍 0


wetwingnut The pause button is your friend.

@wetwingnutSubscribers:12
Channel views:885
Uploaded videos:16

[ 2016-11-03 14:04:27Z ]👍 0


This is the first video series where my system actually booted after completing all of the steps. Thanks - it's been frustrating getting to this point, but I've learned a lot. I haven't understood my OS this well since I worked with DOS back in the day... A couple of suggestions : 1. Take a breath before you hit ENTER. Especially when ENTER is going to blank the screen. 2. Make sure the you articulate precisely the characters that you are typing including all of the spaces, dashes, and dots. 3. Articulate "ENTER" 4. Explain the what / why of the commands a bit more. Why are we executing this command? What does it do? Is it important for the install or is it just to verify or view something? Great videos though. As I said, you're the first person who's actually gotten me through this - big props to you.


@XingioSubscribers:0
Channel views:24
Uploaded videos:1

[ 2016-11-20 14:50:34Z ]👍 0


Brilliant. Thanks, helped me with my last computer, the others I can grub, but it didn't work on this one. BTW: blkid -s PARTUUID -o value /dev/sdx >> /boot/loaders/entries/arch.conf no pen and paper needed


@EnergokineticSubscribers:4
Channel views:0
Uploaded videos:0

[ 2016-11-26 02:43:53Z ]👍 0


Hey man I was following your tutorial and during "bootctl isntall" everything was copied fine but i got the error "Failed to create EFI boot variable entry: read-only file system" any ideas as to why it's read-only?


@EnergokineticSubscribers:4
Channel views:0
Uploaded videos:0

[ 2016-11-26 03:25:09Z ] 👍 0


I fixed it myself by mounting the partitions with "rw" . But do you have any idea how our 2 installations were different in regards to this? I dont understand how yours wasnt read only whilst mine was even though we both started from scratch

@johanronkko4494Subscribers:0
Channel views:0
Uploaded videos:0

[ 2016-12-01 22:19:15Z ]👍 0


I got these errors at the last reboot: "Failted to get backlight or LED device ’backlight:acpi_video’: no such device. Failed to start Load/save Screen blacklight brightness of blacklight:acpi_video0". Does someone know how to fix this?


@adrianwisa6084Subscribers:6
Channel views:1070
Uploaded videos:10

[ 2016-12-07 23:12:44Z ]👍 7


I think it would be helpful to make a video exclusively on installing a bootloader on arch.


@FelipeFujimoriSubscribers:21
Channel views:22830
Uploaded videos:24

[ 2016-12-08 05:19:28Z ]👍 0


Thank you, I had issues with my GTX and this video solved it. Really appreciate. :)


@AsthbendrielSubscribers:12
Channel views:7124
Uploaded videos:9

[ 2017-01-07 00:29:04Z ]👍 0


Question: would it still work if I format my partitions inside an LVM volume and leave the EFI partition outside of it? Does the EFI partition is the only one that needs to be bootable?


@baiqingSubscribers:19
Channel views:585
Uploaded videos:1

[ 2017-01-07 02:31:09Z ]👍 0


You were unable to add a link to New_York since you are in the directory. Try just tab completing next time.


@GVOCRUZSubscribers:2
Channel views:0
Uploaded videos:0

[ 2017-01-19 02:26:29Z ]👍 0


Are you going to have a new guide for this year or is that enough already?


@Cf6XXPpAEIE0haewOqgkmSubscribers:5
Channel views:0
Uploaded videos:0

[ 2017-02-13 15:16:44Z ] 👍 0


ok thanks!

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2017-02-13 14:45:09Z ] 👍 0


whenever I get some free time. this guide is still good and you should be able to use it without waiting. I just used it over the weekend as a reference on a new install

@Cf6XXPpAEIE0haewOqgkmSubscribers:5
Channel views:0
Uploaded videos:0

[ 2017-02-13 14:20:56Z ] 👍 0


when you are going to make it? should i wait?

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2017-01-26 07:36:46Z ] 👍 0


I'll be doing a 2017 guide, and I plan to crank out more videos and promote more linux content on my blog this year, despite having issues with adsense since june of last year.

@leknyzmaSubscribers:212
Channel views:108999
Uploaded videos:15

[ 2017-01-20 17:33:49Z ]👍 1


to help you out my man, if noone did, echo `blkid -s PARTUUID -o value /dev/sda2` >> /boot/loader/entries/arch.conf pay attention it's ` not a '.


@luisenriquemunoz8793Subscribers:2
Channel views:60
Uploaded videos:1

[ 2017-05-12 03:13:13Z ] 👍 0


leknyzma exactly what I was going to say! Although I did the hard way myself hahaha

@leknyzmaSubscribers:212
Channel views:108999
Uploaded videos:15

[ 2017-01-20 17:34:01Z ] 👍 1


no paper no nothing just linux

@领航员水星Subscribers:44
Channel views:1625
Uploaded videos:116

[ 2017-01-29 07:30:22Z ]👍 0


thank you very much


@smallscrack6507Subscribers:0
Channel views:0
Uploaded videos:0

[ 2017-01-30 19:49:46Z ]👍 0


Do you use any direct messenger? I followed your video to install my archlinux now i have problem with my kernel, i want to install the ck-repo kernel. Hope u can help me :)


@AntechHardwareSubscribers:148
Channel views:5470
Uploaded videos:6

[ 2017-02-09 18:19:52Z ]👍 0


Anyone got "unknown filesystem type efivars" ?


@walid373Subscribers:38
Channel views:0
Uploaded videos:0

[ 2017-02-22 17:18:40Z ]👍 0


I have a GTX 970 and after installing the drivers like you it still doesn't work. It starts booting, then after the [OK]'s (it goes really fast, can't read anything) I get a black screen, monitor is on, its just black. How do I fix this problem? Cheers


@thomascrider3040Subscribers:0
Channel views:0
Uploaded videos:0

[ 2017-02-22 17:46:06Z ] 👍 0


lastly use startx to test x, if you can get startx to run, then its a problem with your lightdm config

@thomascrider3040Subscribers:0
Channel views:0
Uploaded videos:0

[ 2017-02-22 17:44:59Z ] 👍 0


that should alloe you to reboot into console mode without trying to start x or lightdm, and you can then troubleshoot nvidia. it would also be a good idea to run nvidia-xconfig to generate a default config file for X

@walid373Subscribers:38
Channel views:0
Uploaded videos:0

[ 2017-02-22 17:44:49Z ] 👍 0


Gives me 'no such file in directory'

@thomascrider3040Subscribers:0
Channel views:0
Uploaded videos:0

[ 2017-02-22 17:43:27Z ] 👍 0


once booted into the usb stick and chrooted into your arch root, sudo systemctl disable lightdm

@thomascrider3040Subscribers:0
Channel views:0
Uploaded videos:0

[ 2017-02-22 17:42:39Z ] 👍 0


walid373 did you test startx before enabling lightdm? boot into the usb stick, then mount your root partition and arch-chroot into it

@chadrickman4668Subscribers:0
Channel views:32
Uploaded videos:1

[ 2017-03-08 03:17:06Z ]👍 0


Thanks for this! Arch wiki is nice but I couldn't get grub to work properly till I used this tutorial. Running Arch with i3wm like a champ now.


@voiceoftreason1760Subscribers:20
Channel views:0
Uploaded videos:0

[ 2017-03-22 13:19:58Z ]👍 0


they are not hashtags you twitter freak, they are pound or hash signs.


@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2017-03-24 23:53:31Z ] 👍 0


I understand that. I know what a "hashtag" is. it's a hash sign, with a phrase, or "tag". I posted an actual hashtag as a sarcastic joke. Yes, In the video I called the pound sign/hash sign a hash tag. I know it by itself without a tag is not a hash tag. #IDontCare

@beat461Subscribers:12
Channel views:772
Uploaded videos:2

[ 2017-03-24 23:12:54Z ] 👍 0


the whole thing you typed here is a hashtags, Digital Insan1ty is right.

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2017-03-22 13:22:23Z ] 👍 1


#IlIkeTwitterOK

@voiceoftreason1760Subscribers:20
Channel views:0
Uploaded videos:0

[ 2017-03-22 14:08:03Z ]👍 0


locale-gen didn't work for me. I had to enter the full path: /usr/sbin/locale-gen


@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2017-03-22 14:21:07Z ] 👍 0


that's odd. I just used this a few weeks ago and it worked fine

@voiceoftreason1760Subscribers:20
Channel views:0
Uploaded videos:0

[ 2017-03-22 14:22:13Z ]👍 1


Why are you adding the the french repo link to your pacman.conf. You say its so you can install from the AUR with Yaourt, but why the french server?


@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2017-03-23 02:13:23Z ] 👍 1


it just happens to be one of the most common unsigned AUR repos from the wiki that most tutorials use: https://wiki.archlinux.org/index.php/unofficial_user_repositories#Unsigned_2 other repos can be found there^

@voiceoftreason1760Subscribers:20
Channel views:0
Uploaded videos:0

[ 2017-03-22 15:11:15Z ]👍 0


I checked the PARTUUID and I'm sure i've typed it the right way, but I still get this after reboot without the usb: :: Triggering uevents.. waiting 10 seconds for device /dev/disk/by-partuuid/B7D846ED-537F-463C-9960-0C8C23EF1318 ... error: device 'PARTUUID=B7D846ED-537F-463C-9960-0C8C23EF1318' not found. Skipping fsck. :: mounting 'PARTUUID=B7D846ED-537F-463C-9960-0C8C23EF1318' on real root You are now being dropped into an emergency shell. sh: can't access tty; job control turned off [rootfs ]# I replaced it with /dev/sda3 and now it works.


@Bi0M3Tr1xxSubscribers:33
Channel views:67
Uploaded videos:1

[ 2017-05-25 14:26:50Z ] 👍 1


Digital Insan1ty Thanks!!! I got it working because of you! For all the others wondering what to replace with /dev/sda3 Go and open up nano /something/something/arch.conf again and replace the whole PARTUUID stuff after the equals sign with /dev/sda3.

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2017-03-22 16:00:47Z ] 👍 1


additionally if you need to see all partition uuids you can just type blkid or export it all to a file with blkid >> somefilename also, bare in mind one > means overwrite, while two >> means append/add to existing

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2017-03-22 15:57:48Z ] 👍 1


ahh you mean for fstab sorry. you can do the same thing with fstab: blkid -s PARTUUID -o value /dev/sdxY >> /etc/fstab mine looks like this: # /dev/sdb3 UUID=cf0798eb-e2f8-4d4e-be21-a252e79f3354 / ext4 rw,relatime,data=ordered 0 1 # /dev/sdb1 UUID=F660-1A40 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2 # /dev/sdb2 UUID=3957df85-d5ff-4f52-8ee4-5963a76fbb50 none swap defaults 0 0

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2017-03-22 15:56:10Z ] 👍 1


if you do this: blkid -s PARTUUID -o value /dev/sdxY >> /boot/loader/entries/arch.conf it will copy paste the partuuid to the arch.conf file for you, then you can just edit the rest of the line as needed. should look like this: options root=PARTUUID=a3abb4c8-a931-45ac-ac4b-54199b4449e6 rw

@beat461Subscribers:12
Channel views:772
Uploaded videos:2

[ 2017-03-26 14:16:32Z ]👍 1


I saw this arch install video of another guy and he set another bigger font so it was easier to read. If you'll ever make another video like this I recommend you do that as well.


@JavainMuertSubscribers:32
Channel views:30546
Uploaded videos:9

[ 2017-04-25 09:13:35Z ]👍 0


Thank you very much for this useful guide. It saved my day


@tuulijokinen9743Subscribers:0
Channel views:0
Uploaded videos:0

[ 2017-05-07 05:41:07Z ]👍 0


When I enter the command "pacstrap -i /mnt base base-devel" (without the quotes), I get the list of things to download. However, after I hit y and enter, it installs some things and occasionally gives me 6 lines of this same error message: "error could not open file /mnt/var/cache/pkg/.........pkg.tar.xz.part: invalid argument" (again, without quotes), followed by "warning: failed to retrieve some files" "error: failed to commit transaction ( failed to retrieve some files)" "errors occured, no packages were upgraded" "==> ERROR: Failed to install packages to new root" (all without quotes). What should I do? Edit: this happened at ~8:00 in the video.


@christinet6092Subscribers:0
Channel views:0
Uploaded videos:0

[ 2017-05-07 19:18:11Z ]👍 0


When I run : #bootctl install Using EFI System Partition at /boot. Created "/boot/EFI" Created "/boot/EFI/systemd" Created "/boot/EFI/BOOT" Created "/boot/loader" Created "/boot/loader/entries" Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/EFI/systemd/systemd-bootx64.efi". Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/EFI/BOOT/BOOTX64.EFI". -------------------------------------------------------------------------------------------------------------------------------- bootctl output before run 'bootctl install': Using EFI System Partition at /boot System: Firmware: UEFI 2.0 (Intel Corporation 4096.01) Secure Boot: disabled Setup Mode: user Loader: Product: systemd-boot 232 Partition: n/a File: |_ /EFI/BOOT/loader.efi Boot Loader Binaries: ESP: /dev/disk/by-partuuid/d91d8bee-7d75-4c49l-99dc-e99c1ad99777 systemd-boot not installed in ESP. No default/fallback boot loader installed in ESP. Boot Loader Entries in EFI Variables: ------------------------------------------------------------------------------------------------------------------------------ I followed every step from beginning to bootctl install. Any helps would be appreciated. Thank you


@christinet6092Subscribers:0
Channel views:0
Uploaded videos:0

[ 2017-05-08 01:42:11Z ] 👍 0


Thanks for the fast reply. Yes, it froze. Note my Loader section where the Partition: n/a I think the problem is that it's not mounting the boot partition with the command. I am newbie in linux so I am not sure how to troubleshooting this problem. This board is old and max version is 2.0. BTW, your tutorial is great and easy to follow, please post more videos. Thank you.

@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2017-05-07 20:03:53Z ] 👍 0


are you sure it's freezing or maybe its just taking a while to copy? also noticed system using UEFI 2.0, does your bios have an update? mine is 2.5, here's my output of bootctl: Using EFI System Parition at /boot. System: Firmware: UEFI 2.50 (American Megatrends 5.12) Secure Boot: disabled Setup Mode: user Loader: Product: systemd-boot 232 Partition: /dev/disk/by-partuuid/207682ba-0ffc-4bc7-9276-789675197238 File: └─/EFI/BOOT/BOOTX64.EFI Boot Loader Binaries: ESP: /dev/disk/by-partuuid/207682ba-0ffc-4bc7-9276-789675197238 File: └─/EFI/systemd/systemd-bootx64.efi (systemd-boot 232) File: └─/EFI/BOOT/BOOTX64.EFI (systemd-boot 232) Boot Loader Entries in EFI Variables: Title: UEFI OS ID: 0x0005 Status: active, boot-order Partition: /dev/disk/by-partuuid/207682ba-0ffc-4bc7-9276-789675197238 File: └─/EFI/BOOT/BOOTX64.EFI

@kushedzx6rSubscribers:1
Channel views:0
Uploaded videos:0

[ 2017-05-26 04:02:41Z ]👍 0


why even making a tutorial when you know shit about arch


@DiogoVKerstingSubscribers:21
Channel views:14266
Uploaded videos:17

[ 2017-06-26 22:43:14Z ]👍 0


I'm new to installing arch on UEFI and your "tutorial" was just great! Clear and Straight to the point.


@vjcubasSubscribers:19
Channel views:2
Uploaded videos:1

[ 2017-07-20 19:50:55Z ]👍 0


great video, I learned a lot - question: how do manage to capture video on the target machine at boot time? thanks


@GloriousEggrollSubscribers:7240
Channel views:674308
Uploaded videos:56

[ 2017-07-22 16:41:05Z ] 👍 0


I have two computers, the second one is used for streaming and video capture and has a magewell usb 3.0 hdmi capture dongle

@LutfiRamadhanSubscribers:71
Channel views:12017
Uploaded videos:40

[ 2017-11-21 10:07:19Z ]👍 1


The 25:15 is my best part to solve my error.


@turtlesandals797Subscribers:88
Channel views:4014
Uploaded videos:46

[ 2018-07-10 17:52:24Z ]👍 1


For rankmirrors you will need to pacman -S arch-contrib


@aldinomadSubscribers:10
Channel views:0
Uploaded videos:0

[ 2020-04-10 21:42:06Z ]👍 0


I was 1 year trying to do this in my ideapad 730s THANK YOU SO MUCH!. have u tried with windows dualboot ? Thanks again!



GAMEBILLET

[ 6084 ]

6.61$ (17%)
49.77$ (17%)
20.72$ (17%)
16.79$ (16%)
13.02$ (13%)
16.59$ (17%)
8.74$ (13%)
8.46$ (15%)
20.72$ (17%)
4.19$ (16%)
16.57$ (17%)
41.49$ (17%)
8.27$ (17%)
8.47$ (15%)
17.54$ (12%)
8.39$ (16%)
12.44$ (17%)
20.99$ (16%)
4.24$ (92%)
16.97$ (15%)
8.54$ (57%)
4.18$ (16%)
4.24$ (79%)
7.68$ (87%)
12.42$ (17%)
4.95$ (17%)
5.03$ (16%)
5.03$ (16%)
12.44$ (17%)
8.46$ (72%)
GAMERSGATE

[ 1345 ]

0.85$ (91%)
0.17$ (83%)
0.34$ (91%)
1.58$ (77%)
0.85$ (83%)
0.43$ (91%)
1.58$ (77%)
3.75$ (81%)
1.58$ (77%)
1.58$ (95%)
1.58$ (77%)
1.58$ (77%)
1.28$ (91%)
1.58$ (77%)
7.44$ (79%)
0.43$ (91%)
1.88$ (92%)
1.19$ (83%)
1.58$ (77%)
1.58$ (77%)
0.58$ (92%)
1.58$ (77%)
1.58$ (77%)
3.4$ (83%)
2.22$ (88%)
1.58$ (77%)
2.64$ (82%)
8.49$ (58%)
3.4$ (83%)
8.8$ (65%)
MacGamestore

[ 4067 ]

1.99$ (89%)
1.49$ (85%)
7.49$ (75%)
3.99$ (80%)
1.99$ (80%)
3.49$ (88%)
8.99$ (10%)
2.98$ (85%)
1.19$ (88%)
5.99$ (85%)
2.98$ (85%)
2.98$ (90%)
14.99$ (70%)
4.49$ (70%)
3.99$ (90%)
5.09$ (66%)
1.99$ (87%)
1.19$ (87%)
1.19$ (88%)
1.19$ (88%)
1.19$ (76%)
1.19$ (88%)
8.99$ (70%)
1.99$ (80%)
1.99$ (87%)
3.99$ (90%)
7.48$ (75%)
1.19$ (88%)
0.99$ (80%)
42.99$ (14%)

FANATICAL BUNDLES

Time left:

356360 days, 1 hours, 32 minutes


Time left:

16 days, 8 hours, 32 minutes


Time left:

26 days, 8 hours, 32 minutes


Time left:

31 days, 8 hours, 32 minutes


Time left:

15 days, 8 hours, 32 minutes


Time left:

37 days, 8 hours, 32 minutes


Time left:

11 days, 8 hours, 32 minutes


Time left:

11 days, 8 hours, 32 minutes


Time left:

45 days, 8 hours, 32 minutes


HUMBLE BUNDLES

Time left:

4 days, 2 hours, 32 minutes


Time left:

6 days, 2 hours, 32 minutes


Time left:

13 days, 2 hours, 32 minutes


Time left:

14 days, 2 hours, 32 minutes

by buying games/dlcs from affiliate links you are supporting tuxDB
🔴 LIVE