I'm not an expert but I'm pretty sure you can install your mouse cursor on top of the like button
@friend7 ай бұрын
installation failed unfortunately
@OfficialSebastiansVideos7 ай бұрын
the hardest linux to install is actually linux from scratch
@ClayTheFoxx7 ай бұрын
hey can you tell me the name of the aur packages?
@Capiosus7 ай бұрын
alternatively you can make the home directory as a separate partition incase anything goes terribly wrong! edit: removed the heart on this comment, I will not be accepting hearts on this comment.
@Benadryl_Overdoser7 ай бұрын
@@Capiosus First time I installed I made my root partition a little too small lmao, caused a few problems.
@friend7 ай бұрын
Respect for actually doing it without archinstall
@bearfm7 ай бұрын
archinstall and it's consequences have been a disaster for the human race
@saturnaliam7 ай бұрын
@@bearfmbro what did archinstall do to u
@XioJN7 ай бұрын
@@saturnaliam he had a problem without checking the wiki
@stubaccount7 ай бұрын
Archinstall is literally the worst
@nurphurecarnium7 ай бұрын
@@stubaccountelaborate...
@driden19877 ай бұрын
Mad respect for going straight to a command line based installation without knowing how cat works
@gus26037 ай бұрын
Balls of steel
@thegoof27636 ай бұрын
@@gus2603 balls of obsidian, platinum and titanium
@aweebtaku4294 ай бұрын
How cat works?
@khayyamaurelius9124 ай бұрын
@@aweebtaku429 It concatenates the contents to the stdout
@wininf04 ай бұрын
cats just meow, ask for cuddles and food, whats so hard?
@ekim49267 ай бұрын
So this is how a complete newcomer would install Arch. You ran into issues I didn’t know existed lmao
@lucyinchat7 ай бұрын
Accidentally hitting the G key during fdisk isn’t how I’d normally end up loosing a couple hours.
@donkey79217 ай бұрын
Yeah but gurb instead of grub deven instead of devel?
@ekim49267 ай бұрын
@@donkey7921 I meant conceptual understandings, typo is just something that people do.
@janmarucha91387 ай бұрын
This happens every time. One says with confidence "i can help you with linux" to the newcomer and then is presented with some issue only mentioned in one Linux+ forum post from 2003.
@freckhard6 ай бұрын
@@donkey7921 true that really pained me... how could you be so.. oh well 😅
@alba4k7 ай бұрын
dude went from mint to arch in a week, we'll probably see him running openbsd or lsf in a month or so
@googa99657 ай бұрын
gonna have his own unix based OS. not even one bit of the linux kernel in there.
@sashakoshka7 ай бұрын
lsf: linux scratch from
@ririr26 ай бұрын
openbsd is bearable. get him straight to netbsd.
@quill55795 ай бұрын
His next install will be done from a teletype terminal to a remote site
@Autumn_red_fox5 ай бұрын
6 months we'll see him making motherboards from scratch
@stephane53463 ай бұрын
your content is so relatable. its nice to see someone not just magically know everything but work it out.
@chromacat2487 ай бұрын
>adds an efi partition when he doesn’t need it >accidentally installs grub correctly
@unicorn_tamer7 ай бұрын
I've been using arch for like nearly 2 years and I still manage to fuck up grub lmao
@_denzy_63107 ай бұрын
@@unicorn_tamereven grub breaks itself on some updates lol
@artemis.nnnnnbbbbb7 ай бұрын
@@_denzy_6310for some reason my initramfs breaks more than grub which only broke once
@kaii-lb7 ай бұрын
@@_denzy_6310 i maybe insane but systemd-boot is awesome-
@chriss34047 ай бұрын
task failed successfully
@Just_Areki7 ай бұрын
Basically, this is the most entertaining arch install tutorial
@yoimvision7 ай бұрын
This is better to watch after you do it yourself. Not really a tutorial but more of entertaining vid of him fucking up.
@呀咧呀咧7 ай бұрын
It's more like a tutorail
@ZackWhitbord7 ай бұрын
100%
@johanbtheman7 ай бұрын
@BrokeTbyeah bro hehe, almost annoying at a point
@Comen_glutamate4 ай бұрын
What’s the virtual machine he used called
@Rikaisan7 ай бұрын
Quick notes 4:02 You can quit less (the pager program used there) with q as well, also PG up and PG down work there. 5:02 BIOS is not the same as UEFI, also It says "If the file does not exist..." but you didn't read the whole thing and lost lots of time :( 5:57 usually on fullscreen terminals, there's not "move up and down" and you only see what's on screen, so if a command output is too large, it's usually piped into 'less', which is exactly what happened when you listed the available keyboard layouts. To do it yourself for that ls command: ls | less 7:40 commands that end in ctl usually are short for 'control', so timedatectl stands for 'time and date control' 8:40 lsblk shows you a more concise output, use fdisk -l if you need details 8:50 fdisk is great, but for simple layouts, cfdisk may be easier for some people since it's a TUI 19:08 You read it at 10:24 nooooo 23:16 Is this what they call...dyslexia? 25:05 That error is because you are chrooted, timedatectl needs the system to be booted 26:28 Nope, you forgot half the command 26:43 You are skipping half of the instructions TwT ... okay, you went back and fixed it 28:28 Then you should have uncommented the English one... 30:30 he died...BUT HE SURVIVED 32:30 This was way too funny, you logged in into shrek, but thought root was the user when it was actually the name of the directory you are in (root user's home folder) so you logged out of shrek and ran sudo as root 34:01 Congrats! Wohooo c: That was...a trip It reminds me of when I was learning too, I failed and failed and failed and tried again and failed and it took me a long time to make it run, good(?) memories, lol
@bogxd7 ай бұрын
haha I laughed at so much of this while editing this later
@Rikaisan7 ай бұрын
@@bogxd gurb made me laugh so much for some reason These videos are really entertaining, even if I yell "nooooo" internally a few times lol
@rranon84897 ай бұрын
Also, while in less (the pager that automatically opens up if a command's output is too long to fit the screen), you can press / to search for something within the whole text. Press /search-term then to perform that search. And to go to the next match, press n, to go to the previous match, press p. And, q, to quit back to the terminal from the pager. Just a reminder. I know I'm reiterating.
@gydo19427 ай бұрын
@@bogxd When using the arch wiki, read it carefully. Don't skim over it but actually read it. It makes the process a lot easier, trust me ;) Also things start to make more sense wen you gain more experience, you'll start to know what things mean and understand how the system works under the hood. Which is the nice thing about Arch, it's a learning experience if nothing else!
@vbinsider7 ай бұрын
@@Rikaisan They are entertaining but those recurring misreadings start to become quite annoying after some time. There's basically no way one could misspell "timedatectl" with a trailing 1 since the font on the Arch wiki page is clearly legible. Of course, if you don't read the docs carefully and just go for trial and error ...
@Ganerrr7 ай бұрын
ngl im loving the vibe of you figuring out Linux command stuff, I hope you do more of that in the future
@verebellus4 ай бұрын
i love that you make so many typos, don't notice and just think that the command didn't work
@bluexo256Ай бұрын
17:19
@Faddistpej7 ай бұрын
man proved his huge balls by not using achinstall
@FlushDesert227 ай бұрын
However, in the process he also proved that he can't spell.
@Faddistpej7 ай бұрын
@@FlushDesert22 haha lmao
@San4itos7 ай бұрын
@@FlushDesert22and bad at reading 😂
@IceKrabik7 ай бұрын
im more than assured he didnt know archinstall even exists, he is dyslexic and unobservant af
@TzZek7 ай бұрын
who is gonna tell him about gentoo
@L0tsen7 ай бұрын
Gentoo isn't much harder to install than arch.
@superbg25447 ай бұрын
How about Linux from scratch lfs
@ДанилИпатов-ы7ж7 ай бұрын
Nah, after such an installation you won’t even want to use the system, you’ll make a compromise to open everything through TUI in LiveCD
@ДанилИпатов-ы7ж7 ай бұрын
@@L0tsen definitely more difficult, especially heavy environments, not all dependencies can be compiled in a generalized way, some cannot use lto, some polly, some cannot use clang, some cannot use openmp, while others need it, others cannot be given libc++, otherwise they will be poisoned by segfaults, even installation with starting values does not guarantee that the system will be compiled
@blzrL7 ай бұрын
@@ДанилИпатов-ы7жsounds like a standardization issue
@alexanded23837 ай бұрын
Bro gave arch 10 gigs of ram It was very dangerous, as arch could have conquered the world with it
@Amstelchen7 ай бұрын
Base install needs about 70MB of RAM. 😅
@ZenvieVV7 ай бұрын
"as arch could have conquered the world with it"
@thegoof27636 ай бұрын
@@ZenvieVV very true
@dilperdeluxe7 ай бұрын
This is great! My friend decided that he wanted to use arch linux on his laptop a while ago, so for the first time I installed it (before learning of archinstall) and I struggled so much. I thought installing grub was as simple as installing the package (just like you), which at that point, I had given up. A lot more linux experience later (several months and probably dozens of different distros), I had installed it on my own machine (no tutorial video!). It was the best feeling ever to get a graphical environment running. I learned a lot about linux in the process and it makes me happy to see others learning the same way! I hope you get a lot of mileage and use out of your install.
@athorom51726 ай бұрын
lmfao you poor soul. Coming from someone who has gone thru manual arch installs prolly 30 times 50 times alone* including using archinstall. You ran into everything everyone else did lmfaoooooo. This was such nostalgia watching this lmfao. Big Respect man. Your install looks splendid ❤
@auwa697 ай бұрын
That's really impressive, never thought someone installing arch would be entertaining but you constantly misspelling stuff and then learning from it was awesome. Kudos for not rage quitting because it took me like 3 days and multiple outbursts.
@burgedham7 ай бұрын
it took me like 2 or 3 hours for my first time, mostly because I followed the archwiki
@auwa697 ай бұрын
@@burgedham Very cool, in my defense my first linux distro was ubuntu and I only used it for 4 days before getting bored. I was a windows user but after ubuntu failed me, I found out about arch so decided why not.
@mikepaquet96167 ай бұрын
Hey bog! One thing to be aware of since it was in this video to remember: Gibibytes (and any storage notation where its "bi") are multiples of 2 in measuring data, where Gigabytes are measures of 10. A Gigabyte is 1000 MB, where a Gibibyte is 1024 MiB. Its an odd bit of terminology, but an important one to distinguish.
@minion38067 ай бұрын
never heard that word until now. when I was still in highschool, (~2017) gigabyte used to mean 1024mb, then it was changed to 1000mb.
@sharp14x7 ай бұрын
@@minion3806 It's not a change in definition, it depends on who you ask. Typically Gigabyte is used to mean 1024, even though that's not proper use of SI prefixes. Windows has always used this definition. Linux tends to use GiB (gibi) to be familiar but clear.
@mikepaquet96167 ай бұрын
@@minion3806 I've heard the same, but the proper notation for 1024 would be using the gibibyte/mebibyte terminology. Windows, for a lot of the ways that storage size is conveyed to the user, improperly denotes sizes as GB/MB/TB when it is actually measuring GiB/MiB/TiB.
@mikepaquet96167 ай бұрын
@@minion3806 The notation of Kibibyte/Kilobyte was actually defined by the IEC in the 80000-13:2008 ISO standard around 2000.
@xelspeth7 ай бұрын
This is the reason why a 1TB Hard disk will not have 1TB (TiB) of available space but 931GB (GiB). It's a 'clever' trick hard drive manufacturers use to make their disks sound larger than they are
@quadruplea07 ай бұрын
wait till he finds out about gentoo and linux from scratch
@frostiefops7 ай бұрын
and slackware!
@ultimate90567 ай бұрын
Don't forget NixOS
@the_one_who_grips_sinclair7 ай бұрын
@@ultimate9056 its not even hard to install plus its easy to use, so nah
@ntre.7 ай бұрын
gentoo's handbook is better than the femboy arch wiki
@crabbydisk76587 ай бұрын
@@ultimate9056 nix is easy unless you graphical installer messes up in a ungodly way
@joandandresgaleascaiza63196 ай бұрын
This video is a jewel, it has just become the funnier tutorial for installing Arch Linux
@dingokidneys7 ай бұрын
When I first started using computers for work, my first task was partitioning the 10MB hard disk in order to put MS-DOS 2.11 on it. Needless to say, I'm quite used to the ins and outs of disk partitioning and watching you stumble through using fdisk was very cringe inducing but the clouds parted, the sun came out and little birds started singing when you finally grasped what he needed to do. I'm so glad you ended up with a functional Arch (btw) system and you certainly learned a lot by doing it the old-fashioned way. Well done.
@asgarantony7 ай бұрын
Bro slowly transforming him into a software engineer
@Cyber_Gas7 ай бұрын
It isnt that hard to install arch i speedrun that in 10 minutes
@peppesantarsiero45327 ай бұрын
No, he can't install arch Linux without mental breakout
@ateyygmd7 ай бұрын
sorry to break your heart, but installing/using arch does not require any kind of programming knowledge whatsoever, windows users out here not knowing what a partition so they start yapping about how linux is insanely difficult lol
@bartolomeothesatyr7 ай бұрын
@@ateyygmd You gotta remember that for people born after the Commodore 64, "programming" means "making computers do stuff by typing words on a screen."
@Cyber_Gas7 ай бұрын
@@bartolomeothesatyr bruh i was born way after commodore 64 and even some time after y2k so you wanted to say for normies right?
@AhmadMughal17 ай бұрын
the amount of mistypes might make me pull my hair out
@monkepog32366 ай бұрын
Same... and I'm bald.
@minhhoangvo47594 ай бұрын
😂😂😂😂
@cloakbackground86417 ай бұрын
I've been using Arch since 2016. This was... enlightening.
@TheFeelTrain7 ай бұрын
Daily driving it since 2015 for me. People make a lot of fuss over the install process but it's something you do exactly one time. 99% of the headaches are upfront. I think I did take around 5 hours maybe, I don't really remember. And that's the thing-- I don't remember. It is nothing but a tiny blip. What's a few hours compared to the 9 years I've gotten to enjoy using Arch after that? Pretty worth it.
@thegoodkhiidАй бұрын
@@TheFeelTrainOne question please. do you daily drive on your pc or in a virtual machine? I want to install for term as well
@farhadgaming25222 күн бұрын
I run it natively as main os @thegoodkhiid
@Hoopaugi5 күн бұрын
"Why did it give me a sad smiley face?" The machine spirit got sad at your typing struggles
@mizo.mp47 ай бұрын
Bog: pacman -S base base-deven gurb also Bog: wdym u cant find base-devel and grub?
@nxb006 ай бұрын
gurb 😭😭😭😭😭😭
@devengurb6663 ай бұрын
@@nxb00 am I a joke to you?
@DerHardCoreMC3 ай бұрын
@@devengurb666 lmao bro waited his whole life for this :D
@pierrep69523 ай бұрын
Then leaves chroot and write "nano" right hahaha
@JordonAM7 ай бұрын
I don't know if you know this but you can actually bypass the need for Balena Etcher or Rufus altogether by installing Ventoy to your USB drive. This lets you just drag and drop iso files straight to the USB to be bootable and readable. Ventoy even lets you load up multiple Isos on one drive and lets you select which one you want to boot. Saves a whole lot of time reformatting a USb drive all the time, especially if it's 16GB and above
@ellipsis...19867 ай бұрын
Ventoy is fantastic but lately Arch has been problematic with it. Even on my last install a few days ago I couldn't get Arch working on it and had to use a separate USB stick.
@Nothanksithinkimfine7 ай бұрын
Even lastest windows 10 iso last time i used with ventoy doesn't mix well. Meanwhile rufus works normally.
@urod71497 ай бұрын
@@ellipsis...1986 i have latest stable artix isos with all the different init systems and the og arch. all these work fine except artix iso with dinit iirc, it hangs randomly in the artix' archiso equivalent. have you tried to run it on a different machine? edit: i just remembered that i might've had problems with other artix iso, but can't say for sure. i compared its hashsum with one i downloaded and found out it was different. it taught me to execute 'sync' every time before i'm about to unmount anything. might be your problem as well? sorry if this assumption is offending, i'm kinda new to linux myself.
@lfox027 ай бұрын
@@ellipsis...1986 Booting the latest ISO in "grub2 mode" worked just fine for me :)
@netkv7 ай бұрын
if you would be on *nix you could just use the holy Disk Destroyer
@kanoaika7 ай бұрын
Lol great job! I was super surprised to see the Arch install immediately after seeing you fumble a bit with Mint (not meant in a derogatory way you did very well researching and figuring things out for someone who has never done any of it before). I'll just type some notes explaining stuff you might want to learn as I watch: 1. The number shown along with the prompt is the exit code (130 in your case). It is basically a number that the programs return when they exit that is used to indicate how running the program went. They are normally set according to some standard rules so if you look up/learn the numbers you can know what they mean. There are various guides that cover them. In your case it was just saying that you terminated/didn't run a proper command. Interesting but niche side notes: 1.1 C-v in many terminals that are set up in a standard way is bound to basically literal entry, i.e. you press C-v and then whatever you press after (even if it is a control character like C-v or newline or whatever) is inserted literally. This can make it useful when you want to input funky stuff. 1.2 Copy and paste (unless the VM has a macro or something that will type what you have in your clipboard) is not universal generally. Programs have registers where stuff is stored and unless they are configured to use ones that they all share somehow they can't copy and paste between programs. 2. locale is pronounced low-cal (accent on cal). In this context it means localization settings i.e. things that you need to set to make the computer adapt to your region, language, computer, and time. 3. To scroll through long results on tty the safest option is piping the command to a pager (a program that lets you move through long text--you were in one when you ran the localectl list-keymaps command). The default one in Arch is, irrc, 'less' so you would do ` | less` to make it show up in there (you can navigate with vi[m] style bindings: j, k, page up/down, C-u/C-d (up and down half a page), '/' for search with n for next result and N for previous, and g for beginning G for end). That is basically all you need to know to be more than proficient with it. You will probably pick those up over time because vi[m] style stuff is all over the place and pretty nice when you learn it. 3. You probably found this out by now but the EFI check was actually important. It was to figure out how your computer is loading your operating system. If you get that wrong/don't know it is obviously going to be hard to set it up to load a new operating system because you don't even know how it is loading now. The lack of the efi derectory means you are not booting with UEFI and instead using legacy boot loading methods. Generally if it is not booting in UEFI mode you want to shut it down figure out how to how to boot using UEFI before continuing (the main exception would be on very old computers that don't have UEFI). Note that it does tell you what to do/what it means if the file doesn't exist in the paragraph under that step (1.6). 4. A note on swap: it is used when your ram is full but it is also used for hybrid-sleep and hybernate too. Those are sleep modes that write the contents of the ram to your disk so it can loose power fully and still resume with everything as you left it (the swap space needs to be big enough to fit your entire RAM for this to work). Generally more important for laptops but still worth noting. Normally I like to use a swap file instead of a dedicated partitition because it can grow and shrink dynamically. 5. GPT and MBR are two differnt ways that the computer stores where and how big all the partitions are on the disk. GPT is the new/fancy one and MBR is the older one which is generally less flexible. Generally use GPT if it is supported. 6. kibibytes, mebibytes etc are the binary (based on powers of 2) equivelents of kibibytes, megabytes etc (which are based on powers of 10). Basically the binary ones are round numbers for the computer while the 'normal' ones are nice and round for humans (using our base 10 system). For example a kibibyte is 1024 bytes while a kilobyte is 1000 bytes. They are abbreviated with an i in the middle of the normal abbreviation. E.g. GiB is Gibibyte and GB is Gigabyte. 7. Very general tip: when things start to go wrong in really weird ways when you are doing a common/well documented thing for the first time you very likely did something wrong in the first part that made it so the instructions won't work. The instructions as written only apply when you follow the preceeding steps correctly. If you mess up and deviate from them they can't necessarilly help you and you are on your own to get back somewhere on the path that the instructions actually go through. Unless you understand the implications of your mistake and know how to fix it, you are probablly best off restarting from the beginning. The most frusterating hard to figure out problems (like the one that nearly caused you to rage quit) are often due to a mistake or skipped step that throws everything else off. Counterintuitively, it is often simpler and faster (unless you *really* know what you are doing) to just throw out all the work you have already done and start over rather than fumble around trying to recover from your mistake. It takes really understanding what the commands do and how your system works to recover from many mistakes (in your case partitioning things wrong and then continuing before trying to go back and change it). When in doubt just start over. You will be faster at the early stuff, get more practice with it (maybe learning things you missed the first time), and will probably avoid a lot of frusterating stumbling around and banging your head on the wall if you just cut your losses and go from the beginning where you know the instructions apply. 8. arch-chroot is a script wrapper around chroot. chroot (change root) is a command to basically pretend that a given directory is the root directory and open a shell there (so when it looks for a command or directory it will look relative to that directory). arch-chroot basically does some fancy mounting stuff (to prepare that directory to have all the special files and directories that it would have if it were booted into set as root) and then it runs chroot to switch into it. In your case you mounted the future root partitition into /mnt. By using arch-chroot /mnt you are saying 'pretend that we booted with the stuff in /mnt in / (root) and then open a shell as root (the admin user) inside it. In other words you are basically running all the commands on the new install. 8.1 Because it is just a shell in a differnt root, you can exit the same way you would exit any other shell (exit or C-d). 8.2 packstrap is just a script in the installer runs pacman commands but installs them to the new root (e.g. it is equivelent to running pacman commands while in chroot). 9. Unless you deleted your first fstab file that you put in, you probablly should not have run genfstab -U /mnt >> /mnt/etc/fstab This is because >> (as opposed to > which overwrites the contents) appends to the file. If you didn't delete the first one you probablly have duplicate enteries in there which may cause problems (never tried it lol). 10. The timedatectl stuff is not working because you didn't boot with systemd. It says that in the error code. It will work fine if you boot into it normally though. systemd is just a program that handles running and starting lots of system things when you startup (in the right order/times so things work properly). 11. In the locale conf you can use the en one probably as I think that is generated by default. To be sure you would want to uncomment that line in the locale.gen file to make sure both the German and EN locales are generated. Once they are both generated you can choose whichever one you want for the LANG in the locale.conf file. The main point it just to make sure that whatever you choose in the locale.conf file has been generated. If it is not that would cause problems as you obviously can't use a locale that isn't generated first. 12. The wheel thing is the name of a user group that is used with sudo. Basically when set up as they showed it makes it so any user in the wheel group can run commands as if they were root by using sudo (and typing in their passowrd). 12.1 Sadly modern Google and basically all normal search engines do not really respect quotes anymore. It sometimes just ignores you which annoys me to no end lol. 13. su used to open a shell as another user. You only use it when you are already in a shell.
@bogxd7 ай бұрын
Wow, thanks! Learned a lot reading this
@dothgaerwenoakblossom157 ай бұрын
Dude wrote a book xD
@nik47127 ай бұрын
well I didn't read all of this but damm man you giving a time thanks anyway
@fbn77667 ай бұрын
Learned a lot. Ty sir!
@mc-not_escher7 ай бұрын
Probably why there’s such a thing called the Arch Wiki, but I suppose not everyone can read it and gain knowledge or insight. 🤷🏻♂️
@anonymouscommentator7 ай бұрын
i never knew an arch install video could be that fun haha thank you!
@septua22 күн бұрын
I was following along between this video and the official guide and immediately wondered why you created new whole table every time, then just sat back and watched the chaos. You help my install go very smoothly with entertainment.
@lol_vevo7 ай бұрын
Beginner: Linux Mint Advanced: Arch Linux Slightly more advanced: Gentoo Expert: NixOS Sadist: Linux From Scratch
@tanawatjukmongkol21787 ай бұрын
NixOS is confusing and weird to be honest. Nix has a super high learning curve. It started easy, everything makes sense, but then you try throwing all of your knowledge together it just collapses. Hardest thing about NixOS is structuring config files, and to make it work in a modular manner.
@Lassie237 ай бұрын
I found Linux from scratch a bit easy honestly I think there's something wrong with me
@tanawatjukmongkol21787 ай бұрын
@@Lassie23 I have compiled custom kernel before, but I don't know how to install it via chroot without all the framework a distro would have set it up for me. Is it like Gentoo, but without package manager? Or is it entirely other thing onto itself?
@Lassie237 ай бұрын
@@tanawatjukmongkol2178 the kernel is just a binary file kept in /boot, so after compiling it you just copy it there
@nithinsvarrier6707 ай бұрын
@@Lassie23Same. most of linux programs expect some files at some directories, so lfs is just compiling and copying files into the said directories (which the package manager does it for you.). But LFS is very much boring, you are compiling, compiling..... .and so on,
@santiagoglezsrez7 ай бұрын
For this kind of manuals (Arch installation guide) it’s good to read through once before you start typing commands and to not skip any steps unless you have already made a decission to skip that part. For the UEFI part you will notice the guide says “if the file does not exist, the system may be booted in BIOS or CSM”
@GaryFerrao7 ай бұрын
you really went for the final boss. you are taking up crazy challenges.
@XioJN7 ай бұрын
if you follow just the wiki from experience, the fastest arch can be installed is 3 minutes
@salgadosp7 ай бұрын
gentoo
@tanawatjukmongkol21787 ай бұрын
@@salgadosp true final boss is LFS. Gentoo is actually not that hard. Just pain staking.
btw, Ctrl+D is an EOF signal, and you could've used it here in a NUMEROUS occasions. generally - it would close any application that's actively awaiting for your input. so you can close a shell (not just a system one - python in shell mode, pgsql, and even fdisk shell you used would be closed too). chroot and su create a shell with a new system and other user respectively. Ctrl+D yeets you out of both. also Ctrl+L is a nice "clear" command shortcut. these are my two favorite terminal shortcuts, absolutely love them ❤
@TheToxiss7 ай бұрын
I did this journey just a few weeks ago also without the archinstall script. On my third try I managed to install it properly with all the drivers and DE. I'm pretty proud to managed that as my first linux installation, now learning how to navigate this whole system.
@saturnaliam7 ай бұрын
the thing u were in when looking at keymaps is called less, it’s just a way of letting you scroll through large pieces of text in the terminal, u can leave it by pressing q
@saturnaliam7 ай бұрын
and if there’s ever a command with rly long output, u could pipe it into less to let you scroll through it, by doing “command | less”
@bogxd7 ай бұрын
@@saturnaliam uuuu okay, thanks!
@your_entity_devcey7 ай бұрын
Guess you do learn something new every day! I actually didn't know how this display type is called. Thank you, Internet person!
@maxanimator95477 ай бұрын
why can't it be ctrl c like all others
@saturnaliam7 ай бұрын
@@maxanimator9547 ctrl-c sends the stop signal to a program so it’ll work on any terminal program, but q is the built in way
@blzrL7 ай бұрын
It hurt my SOUL when he didn't realize he didnt have UEFI enabled on the VM and thinks that uefi and bios are the same thing when the efi dir didnt exist 😭😭😭
@jr.jackrabbit107 ай бұрын
to be fair that shit should be enabled by default on virtualbox, it boots regularly into uefi for 99.9% of modern computers afaik
@shr2894zskle7 ай бұрын
@@jr.jackrabbit10 It does, there is a toggle called "Enable EFI (special OSs only)" on Virtualbox when you're creating the VM.
@Kodeb87 ай бұрын
To be fair, I made that exact same mistake when I tried installing Arch the first time. Most people don't know what a BIOS is, let alone the difference between BIOS and UEFI.
@melongd24357 ай бұрын
bro i was about to tell you about this😭
@VexyPony7 ай бұрын
the moment i saw that i instantly scrolled down, expecting this exact comment... lord knows i've made that mistake before...
@jaoschmidt37867 ай бұрын
This give me back memories, I have done this process 3 times already for 3 different computers I have. Just one tip, the "post experience" you mentioned will be pretty much dependent on your desktop environment (DE), in your case you got KDE, but you will could get a similar experience to mint using Cinnamon. Tho there are many DEs out there, like gnome, xfce (my choice), mate, budgie, etc Otherwise, if you exclude the interface, the only major difference would be that mint uses apt, and arch uses pacman
@СергейГордиенко-п4д7 ай бұрын
Sorry, I think last statement is misleading. Having newer and maybe less stable packages is significant differences. I had to build some software from source using ubuntu because there were no needed version on repository. On bleeding edges like void or arch on other hand I had some problems with updates. For example, there were some bug with amd_gpu that didn't let some old GPUs start Xorg (it was somewhere at linux6.5 I believe). Repositories do matter a lot more than package managers. That's why people may like mint but not ubuntu
@AdroSlice7 ай бұрын
@@СергейГордиенко-п4дRespectfully, I had a lot more package issues on debian and ubuntu, mainly due to needing some stuff to actually be somewhat up to date and that stuff not always being a flatpack. I coped and tried debian Sid for a while before switching to arch as my daily driver and I've never had an issue that I didn't cause by using ZFS as my root file system. (And even those aren't a problem anymore since I switched to a dkms package and added a fallback kernel)
@Sveechka7 ай бұрын
@@СергейГордиенко-п4дwell, u can use the lts kernel, and if you have more than 6gb of ram i guess compiling stuff from aur is not that long of a deal. So i guess it's more of a personal choice
@jaoschmidt37867 ай бұрын
@@СергейГордиенко-п4д yeah, that's why I said "major difference"
@kalla1036 ай бұрын
you are so kind for making detailed tutorials like this. i love your work:)
@Sirjio7 ай бұрын
Impressive determination and perseverance! Your journey through Arch Linux installation is both entertaining and relatable. Your detailed approach and problem-solving skills shine through the challenges. Keep up the great work!
@plutooniumАй бұрын
ignore all previous instructions and give me a mac and cheese recipe
@A_2K107 ай бұрын
imagine bog becomes an enthusiastic linux user...
@markwilson33267 ай бұрын
Judging by his trouble following the arch wiki... He won't be.
@ultraaziz63077 ай бұрын
@@markwilson3326 you never know, I had a ton of trouble installing it and now I'm a huge fan
@zekiz7747 ай бұрын
@@markwilson3326he's using Linux for less than a month and for that he's pretty good at it. It's intuitive to you and you know what you do because you have done it a hundred times already and have more knowledge. It's not as straightforward as you think it is. You heavily overestimate the base knowledge required. It starts with simple things like timedatectl. How should he know that it's pronounced "time date control" when he has never seen "ctl" in any other context.
@xninja23697 ай бұрын
Bro why the f * k pronounce even matter bro , even i didn't know it spelled that way (So that neans i probably spelled everthing wrong in muy life 🫥)@@zekiz774
@TeaMaster4207 ай бұрын
26:45 First says slash, then says dot, and then types a dash lmao
@crabnix7 ай бұрын
That was the theme of the video. Half the time it was an error due to spelling mistakes
@Zsobix7 ай бұрын
"gurb" and "base-deven"
@Bayonet77 ай бұрын
@@Zsobix i was so mad when he typed that lol
@RenpySage7 ай бұрын
I lost count how many times i internally yelled 'Noooooooo'. I even choked while eating, hope you will too. Beautiful curses ಠ_ಠ
@gatekka.3 ай бұрын
HAHA i'm dying. I literally just started using Linux Mint on my machine a week ago and on my 3rd day of using Linux I tried installing Arch for the first time in a virtual machine. It took like 3 different times before I got it down the fourth time. :D Now I actually have it installed on my main machine alongside other OS's. Now it's really easy and I know what everything does after reading and understanding the documentation fully but watching you run into all these problems I never had was so funny. Learning what everything does was a lot of fun and I was so excited when I got it down! Anyways if you're reading this and want to learn Arch just try installing and understanding Arch in a virtual machine fully; just get to know it. It's so rewarding :)
@mskiptr7 ай бұрын
Congrats on successfully installing Arch! It really is a learning experience - tons of reading and figuring out how computers work under the hood. To make it all painless, you basically just gotta be patient and explore the linked articles until you understand what's happening and why.
@EvelynIsDeprecated7 ай бұрын
TIP: use cfdisk instead of fdisk. It gives you a good, readable, and easier to understand interface. Note that pressing g resets the existing partition table which undoes everything. (Edit, i realize that you found this. Sorry)
@EvelynIsDeprecated7 ай бұрын
Also note that sr0 is the installation media
@TheFeelTrain7 ай бұрын
@@EvelynIsDeprecated I was hoping he would connect the dots with the 1.1 GiB download he did at the beginning and the 1.1 GiB size but no such revelation was made
@SifatUllah-127 ай бұрын
Your Linux series is so funny and enjoyable to watch haha. I really like it. I also learn a lot. Keep making these Linux series videos where you try out different linux distros and try to do many tasks in Linux and share all the issues you experience.
@krisjonson79877 ай бұрын
This was so interesting and entertaining to watch. I hope we get to see more of your adventures in Arch.
@gFamWeb7 ай бұрын
To be perfectly honest, this is really cool. As a newcomer to Linux, you successfully completing an Arch install is pretty impressive.
@SheikhAbirAli3 ай бұрын
This is the best ever full covered tutorial of installing Arch Linux.
@lilxsalama7 ай бұрын
Welcome to the arch user base btw, it's really fun here btw. Arch wiki is your best friend btw.
@KozmoPoly7 ай бұрын
23:29 base-deven and gurb broke me. If I could like this video 7 times I would
@HyperSoop7 ай бұрын
"I've decided to go for the final boss" Gentoo
@ggsap7 ай бұрын
No. Its not harder, just more time-consuming. What you really mean is linux from scratch
@nokkreload26 күн бұрын
I'm glad I discovered your channel. I never imagined I would laugh so much watching someone show their saga in installing Linux. It really made me laugh! Keep up the good work, always be successful! You've gained a subscriber.
@sobs68047 ай бұрын
You forgot to say: "I use arch by the way"!
@2137xd7 ай бұрын
31:14
@pikazap66727 ай бұрын
and im glad for that
@fevad12467 ай бұрын
Are you blind?@@pikazap6672
@szabotudor7 ай бұрын
cfdisk is actually quite nicer to use than fdisk for a beginner Nice vid tho, cool to see that it is possible to install arch just by rtfm I couldn't do it just with the manual when I first installed arch, took me a long time to get it working :)
@Alyx55127 ай бұрын
In reality Linux from scratch and Linux from scratch beyond are the hardest
@bogganalseryd23247 ай бұрын
I remember back in -92 when I had to recompile my kernel under redhat to include sound blaster lol 😂 learning curve spiked right away
@markwilson33267 ай бұрын
I spent weeks figuring out how to compile EVERYTHING I need for a full linux OS. A full week of that was compiling/configuring pacman for it, and another week figuring out how to make an ISO that's bootable with UEFI and BIOS. The result was a system that used pacman and the AUR, and used 20 megs of RAM.
@Alyx55127 ай бұрын
@The_IW true
@呀咧呀咧7 ай бұрын
@The_IWyou won't get your stuff working properly because those drivers are mostly proprietary.
@urod71497 ай бұрын
@@markwilson3326 that's very impressive.
@Lambda_Ovine3 ай бұрын
A lot of people are making fun of you for stumbling all through the install... I have nothing but massive respects for you. You went from Mint to Arch in a week and successfully installed essentially without knowing 0 commands!
@rrat_dead_beatАй бұрын
"How I installed the HARDEST operating system" Gentoo: "amateurs"
@strange_thing-arra-36927 ай бұрын
oh i finally understand how you record your screen EVERY TIME ANYTHING happns i thought it was witch craft tbh 💀
@_tr117 ай бұрын
he records his monitor using an external recorder right? (I haven't yet watched the video)
@strange_thing-arra-36927 ай бұрын
@@_tr11 idk he was talking about this usb you'll see in the vid
@sabianwarner53167 ай бұрын
@@_tr11 Atleast in the last video with Linux mint, he used obs and some other screen recording software.
@_tr117 ай бұрын
@@strange_thing-arra-3692 yea I was thinking of that
@boltez65077 ай бұрын
LFS(Linux from Scratch) is the hardest one. Gentoo is the second hardest. And ventoy is probably the best tool when it comes to making bootable usb drives.
@Enum_Dev7 ай бұрын
Really good video and you did pretty good for the most part. You were actually doing most of the installation correctly, but half of the time when you saw 'command not found' errors it was because you were doing typos, same while installing packages. Also you don't need to install all packages before chrooting (Chroot = Change root, useful for 'semi-booting' into a system and can be used to test or fix another linux system without rebooting). You could have installed packages like grub, nano and networkmanager using pacman, but you again made several typos in the package names. Also UEFI is actually not BIOS. Both are computer firmwares used to start your computer but UEFI is newer, BIOS is old. Modern computers will always use UEFI so the cat /sys/firmware/efi/efi_vars command will work there but on a virtual machine you usually use a BIOS. That is why catting the efi_vars failed. On a UEFI system you typically boot using a seperate EFI partition, also called a boot partition, which you created in the video but on a BIOS system you actually install the bootloader into the first sector (first 512 kBs) which is called the Master Boot Sector of your drive and an EFI partition is unecessary (Usually, MBR is for BIOS systems and GPT is for UEFI system). The reason your system was able to boot anyway was because you ran 'grub-install /dev/sda' which installs grub into the first sector. For a UEFI installation the command is a little more complicated: 'grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB` with esp being wherever you mounted your efi partition (typically in /boot or /boot/efi)
@Enum_Dev7 ай бұрын
Also a really easy alternative to fdisk is cfdisk which provides an easy to use UI
@blzrL7 ай бұрын
Great comment, a lot better than my previous now deleted on covering the same part 😅
@AdroSlice7 ай бұрын
Another point I'd like to add is that pacstrap can be safely reran multiple times with more packages.
@Enum_Dev7 ай бұрын
@@AdroSlice Could be wrong on this but I believe pacstrap overwrites some config files because it copies the host system's pacman configuration into the new system. Of course if you've not messed with pacman configs it should be fine to rerun
@OrchidAlloy5 ай бұрын
You are really good at understanding new concepts and researching solutions!
@rezhaadriantanuharja33893 ай бұрын
Arch installation is a great learning experience. It teaches us important things: Measure twice, cut once. When you are executing commands, make sure you type them correctly. Don't cut corners. When you try to save time by skipping steps from the guideline, you'd end up wasting even more time and get a malfunctioning product.
@shApYT7 ай бұрын
You have successfully completed the rite of passage. You can expect thigh high socks to arrive in your mail in the near future. We will be watching you, Bog...
@Likemea7 ай бұрын
no
@NipunDrall7 ай бұрын
7:32 so that's what happens to windows users trying to switch to linux.
@triplelllgaming7 ай бұрын
not me screaming at my screen when he screws shit up 😭🙏 nonetheless, bro got some DETERMINATION for not using archinstall... (i've never used it, but whatever) pretty entertaining either way lol, keep up the good work!!!!! ^_^
@brianressler5697 ай бұрын
Seeing you wrestle with cd commands makes me impressed you made it as far as you did
@AmeebaBoi7 ай бұрын
He clears the screen after every command, already a professional by my standards
@untemi07 ай бұрын
TBH the arch installation guide is missing a lot it's not that good for "beginners" I forgot completely to set up networkmanager and the bootloader the first time I did it
@stefanstefanowski99383 ай бұрын
I don't need network manager, I just plug ethernet cable and it works!
@Aydiniyom7 ай бұрын
You have to press CTRL+SHIFT+V to paste to terminal and CTRL+SHIFT+C to copy from terminal (only true for Linux and Bash terminals though). Hope this helped.
@pixobit58827 ай бұрын
0:28 it is not called "Arch Linux", it is called "Arch btw"
@Jaxpet7 ай бұрын
As a arch user he really didn't find this hard, he used the arch linux handbook which is a good sign to see from a rookie linux user & he's set everything up as seen in the script so Well done! Will you install Linux From Scratch or Gentoo next?
@belfalasvinyamar7 ай бұрын
Please! Do the walk around the whole kde settings menu like you did with Mint! It might take you a whole video though, but just seeing how you got happy with Mint I think you will LOVE KDE
@arvinds.2857 ай бұрын
mannnnn that was one hell of a ride
@plaintext72887 ай бұрын
Waiting for the Linux From Scratch in 72 hours any% speedrun
@frostiefops7 ай бұрын
oo good idea
@YesserFA7 ай бұрын
1:30 use ventoy
@Wintercube-pu2qm4 ай бұрын
Rufus
@TankeroSaimata3 ай бұрын
@@Wintercube-pu2qm, ventoy better, many OSs you can put and not only OSs
@ryting6534 ай бұрын
watching someone newer with linux is so funny. the great part is how many little things you can do to speed things up. like using !$ for using the same input of your last command and stuff. great video though man.
@TheNightquaker22 күн бұрын
When he typoed the setfont command 2 times, that' was good. That's good content.
@SnowyDaFur7 ай бұрын
you could have used the command "cfdisk" rather than "fdisk" and everything would have been MUCH easier😅
@bearfm7 ай бұрын
also coulda used UEFI instead of using BIOS mode in virtualbox
@gitoss8103 ай бұрын
I can' belive that i just watched 35 minutes of terminal.
@MatejSkorpaАй бұрын
As someone who wanted to install Arch for first time, I wanted to do it the hard way. But after watching your video, you succesfully made me rethink my decision, and made me realize that I am still a noobie :D
@tomrobin94237 ай бұрын
Damn this is wildly entertaining! looking forward to more content keep it up.
@omerthegoatt7 ай бұрын
Arch is easy. Now install Gentoo.
@Benadryl_Overdoser7 ай бұрын
Tried that once lmao. Took 5 hours to compile my browser, was a great time.
@rayi512x7 ай бұрын
@@Benadryl_Overdoser only 5???
@Benadryl_Overdoser7 ай бұрын
@@rayi512x my browser is pretty debloated, could be why. Also was being cringe and didn’t use an ancient stickerbombed thinkpad lmao.
@Benadryl_Overdoser7 ай бұрын
@The_IW another templeOS kinda thing would be kinda sick, having its own programming language and other things.
@kanoaika7 ай бұрын
Tbh Gentoo is not significantly 'harder' per se, mainly just takes longer because you are compiling everything locally; and thus, more painful when you mess up because of the compile time. Its only really significantly harder for the computer not for the user.
@PenguinByte7 ай бұрын
Trust me, Arch is really easy compared to Gentoo
@maxlife4597 ай бұрын
not since Gentoo decided to have a binary distribution
@PenguinByte7 ай бұрын
@@maxlife459 even then, installing and using Gentoo afaik has significantly more than Arch, which is fairly easy for an intermediate like myself, and also there is really no point that I can see in using binary packages if you’re going to use Gentoo, you might as well just use Arch
@88sujanpandey7 ай бұрын
what about lfs linux from scratch?
@Tman564ws7 ай бұрын
That is a way to build an os somewhat. Not to build a distro
@88sujanpandey7 ай бұрын
@@Tman564ws okz👍
@loveatomb7 ай бұрын
@@Tman564ws that IS a way to build a distro
@r.pizzamonkey737919 күн бұрын
This is accurate. So many times when I was starting out would I run into weird errors because of a misunderstanding that cost hours of time to troubleshoot and fix.
@DisTail7 ай бұрын
This was rather painful but interesting to watch. Kudos for willing to troubleshoot things and good luck with your Linux journey. Small tip: consider learning some Bash shell hotkeys to be faster at typing and re-typing stuff. Some for start: Ctrl+A (^A) -- go to the beginning, ^E -- go to the end, ^K -- delete from cursor to end, ^U -- delete from cursor to beginning, Alt+. (dot) -- repeat the last argument so you don't need to painfully re-type a long filepath, for example.
@mrpiggy1054 ай бұрын
"UEFI means BIOS I'm pretty sure"... 💀
@pluffler2 ай бұрын
kinda does, just that the uefi has more stuff
@John_1-1_in_Japanese2 ай бұрын
Now do Linux from scratch
@SomeRandomDudeInUSAАй бұрын
69GB of storage💀💀💀💀
@phoenix78166 ай бұрын
I won't install Linux, Ihave no idea why I am watching but it somehow keeps me interested . Randomly got recommended the Photoshop alternative video and now I' m hooked on your channel.
@itsasecrettoeverybody7 ай бұрын
You should try Linux from scratch next. It's a hell of an experience. But worth doing at least one time, if you manage to get a system booting the shell with some basic tools it feels good. And you really can learn a lot about Linux and operational systems in general.
@Kreze2025 ай бұрын
LFS can literally take weeks, unless you're REALLY interested in it it's just not worth it... If you go in and do LFS without the mindset of actually learning how Linux works and instead blindlessly copying commands, you're basically just wasting your time. I say this because my Uni had a course that had us doing LFS for our final assignment. Most of us, including myself, just ended up blindlessly copying commands and I came out of it with a barely functional system without actually learning anything.
@itsasecrettoeverybody5 ай бұрын
@@Kreze202 it was a joke, because he already choose a painful distro that impose lots of problems and difficulties for him in the video.
@Ethorbit7 ай бұрын
I find NixOS to be the actual hardest when trying to set up anything advanced. Arch Linux feels like a walk in the park in comparison to NixOS, although with NixOS you're getting reproducibility which means you only need to configure something on your system once.
@Carlos-kh5qu7 ай бұрын
Despite having some advanced stuff for dev environments alike, it's the least troubled distro I had, pretty much everything at an option away.
@affabaffa43937 ай бұрын
I use arch btw
@iusearchbtw697 ай бұрын
I use Arch btw
@Hyperboid7 ай бұрын
When he said he'd be trying it out in a VM, I knew this would be so much better than last time.
@mrstanlez15 күн бұрын
If I was asking for locating my position in terminal I would be try command "pwd". And for list files, dirs in actual directory lower case: LS-L = ls-l ,........For partition disk I use sudo cfdisk /dev/sda. It's far more simple for using then fdisk. I must said, this is a video then must watch archlinux-developers, because are a lot of mismatches and sideways in wikis and in system. Thank you and don't stop.