I'm not an expert but I'm pretty sure you can install your mouse cursor on top of the like button
@friend5 ай бұрын
installation failed unfortunately
@OfficialSebastiansVideos5 ай бұрын
the hardest linux to install is actually linux from scratch
@ClayTheFoxx5 ай бұрын
hey can you tell me the name of the aur packages?
@Capiosus5 ай бұрын
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_Overdoser5 ай бұрын
@@Capiosus First time I installed I made my root partition a little too small lmao, caused a few problems.
@Rikaisan5 ай бұрын
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
@bogxd5 ай бұрын
haha I laughed at so much of this while editing this later
@Rikaisan5 ай бұрын
@@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
@rranon84895 ай бұрын
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.
@gydo19425 ай бұрын
@@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!
@vbinsider5 ай бұрын
@@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 ...
@driden19875 ай бұрын
Mad respect for going straight to a command line based installation without knowing how cat works
@gus26034 ай бұрын
Balls of steel
@thegoof27633 ай бұрын
@@gus2603 balls of obsidian, platinum and titanium
@aweebtaku4292 ай бұрын
How cat works?
@khayyamaurelius9122 ай бұрын
@@aweebtaku429 It concatenates the contents to the stdout
@wininf0Ай бұрын
cats just meow, ask for cuddles and food, whats so hard?
@chromacat2485 ай бұрын
>adds an efi partition when he doesn’t need it >accidentally installs grub correctly
@unicorn_tamer5 ай бұрын
I've been using arch for like nearly 2 years and I still manage to fuck up grub lmao
@_denzy_63105 ай бұрын
@@unicorn_tamereven grub breaks itself on some updates lol
@mtarek20055 ай бұрын
@@_denzy_6310for some reason my initramfs breaks more than grub which only broke once
@kaii-lb5 ай бұрын
@@_denzy_6310 i maybe insane but systemd-boot is awesome-
@chriss34045 ай бұрын
task failed successfully
@alba4k5 ай бұрын
dude went from mint to arch in a week, we'll probably see him running openbsd or lsf in a month or so
@googa99654 ай бұрын
gonna have his own unix based OS. not even one bit of the linux kernel in there.
@sashakoshka4 ай бұрын
lsf: linux scratch from
@ririr23 ай бұрын
openbsd is bearable. get him straight to netbsd.
@quill55793 ай бұрын
His next install will be done from a teletype terminal to a remote site
@Autumn_red_fox2 ай бұрын
6 months we'll see him making motherboards from scratch
@Just_Areki5 ай бұрын
Basically, this is the most entertaining arch install tutorial
@BrokeTb5 ай бұрын
not really lol, I found it pretty frustrating
@yoimvision5 ай бұрын
This is better to watch after you do it yourself. Not really a tutorial but more of entertaining vid of him fucking up.
@呀咧呀咧5 ай бұрын
It's more like a tutorail
@ZackWhitbord5 ай бұрын
100%
@johanbtheman4 ай бұрын
@@BrokeTbyeah bro hehe, almost annoying at a point
@lol_vevo5 ай бұрын
Beginner: Linux Mint Advanced: Arch Linux Slightly more advanced: Gentoo Expert: NixOS Sadist: Linux From Scratch
@tanawatjukmongkol21785 ай бұрын
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.
@Lassie234 ай бұрын
I found Linux from scratch a bit easy honestly I think there's something wrong with me
@tanawatjukmongkol21784 ай бұрын
@@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?
@Lassie234 ай бұрын
@@tanawatjukmongkol2178 the kernel is just a binary file kept in /boot, so after compiling it you just copy it there
@nithinsvarrier6704 ай бұрын
@@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,
@friend5 ай бұрын
Respect for actually doing it without archinstall
@bearfm5 ай бұрын
archinstall and it's consequences have been a disaster for the human race
@saturnaliam5 ай бұрын
@@bearfmbro what did archinstall do to u
@XioJN5 ай бұрын
@@saturnaliam he had a problem without checking the wiki
@stubaccount5 ай бұрын
Archinstall is literally the worst
@purecanium5 ай бұрын
@@stubaccountelaborate...
@AhmadMughal15 ай бұрын
the amount of mistypes might make me pull my hair out
@monkepog32364 ай бұрын
Same... and I'm bald.
@minhhoangvo47592 ай бұрын
😂😂😂😂
@ekim49265 ай бұрын
So this is how a complete newcomer would install Arch. You ran into issues I didn’t know existed lmao
@lucyinchat5 ай бұрын
Accidentally hitting the G key during fdisk isn’t how I’d normally end up loosing a couple hours.
@donkey79215 ай бұрын
Yeah but gurb instead of grub deven instead of devel?
@ekim49265 ай бұрын
@@donkey7921 I meant conceptual understandings, typo is just something that people do.
@janmarucha91385 ай бұрын
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.
@freckhard4 ай бұрын
@@donkey7921 true that really pained me... how could you be so.. oh well 😅
@kanoaika5 ай бұрын
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.
@bogxd5 ай бұрын
Wow, thanks! Learned a lot reading this
@dothgaerwenoakblossom155 ай бұрын
Dude wrote a book xD
@nik47125 ай бұрын
well I didn't read all of this but damm man you giving a time thanks anyway
@fbn77664 ай бұрын
Learned a lot. Ty sir!
@mc-not_escher4 ай бұрын
Probably why there’s such a thing called the Arch Wiki, but I suppose not everyone can read it and gain knowledge or insight. 🤷🏻♂️
@alexanded23835 ай бұрын
Bro gave arch 10 gigs of ram It was very dangerous, as arch could have conquered the world with it
@Amstelchen4 ай бұрын
Base install needs about 70MB of RAM. 😅
@ZenvieVV4 ай бұрын
"as arch could have conquered the world with it"
@thegoof27633 ай бұрын
@@ZenvieVV very true
@stephane534622 күн бұрын
your content is so relatable. its nice to see someone not just magically know everything but work it out.
@TzZek5 ай бұрын
who is gonna tell him about gentoo
@L0tsen5 ай бұрын
Gentoo isn't much harder to install than arch.
@superbg25445 ай бұрын
How about Linux from scratch lfs
@ДанилИпатов-ы7ж5 ай бұрын
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ж5 ай бұрын
@@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
@blzrL5 ай бұрын
@@ДанилИпатов-ы7жsounds like a standardization issue
@dilperdeluxe5 ай бұрын
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.
@Faddistpej5 ай бұрын
man proved his huge balls by not using achinstall
@FlushDesert225 ай бұрын
However, in the process he also proved that he can't spell.
@Faddistpej5 ай бұрын
@@FlushDesert22 haha lmao
@San4itos5 ай бұрын
@@FlushDesert22and bad at reading 😂
@IceKrabik4 ай бұрын
im more than assured he didnt know archinstall even exists, he is dyslexic and unobservant af
@Ganerrr5 ай бұрын
ngl im loving the vibe of you figuring out Linux command stuff, I hope you do more of that in the future
@auwa695 ай бұрын
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.
@slop_core5 ай бұрын
it took me like 2 or 3 hours for my first time, mostly because I followed the archwiki
@auwa695 ай бұрын
@@slop_core 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.
@EvelynIsDeprecated5 ай бұрын
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)
@EvelynIsDeprecated5 ай бұрын
Also note that sr0 is the installation media
@TheFeelTrain5 ай бұрын
@@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
@mizofps5 ай бұрын
Bog: pacman -S base base-deven gurb also Bog: wdym u cant find base-devel and grub?
@nxb004 ай бұрын
gurb 😭😭😭😭😭😭
@devengurb666Ай бұрын
@@nxb00 am I a joke to you?
@DerHardCoreMCАй бұрын
@@devengurb666 lmao bro waited his whole life for this :D
@pierrep695218 күн бұрын
Then leaves chroot and write "nano" right hahaha
@KozmoPoly5 ай бұрын
23:29 base-deven and gurb broke me. If I could like this video 7 times I would
@tripleaGD_5 ай бұрын
wait till he finds out about gentoo and linux from scratch
@frostiefops5 ай бұрын
and slackware!
@ultimate90565 ай бұрын
Don't forget NixOS
@unjak_x5 ай бұрын
@@ultimate9056 its not even hard to install plus its easy to use, so nah
@ntre.5 ай бұрын
gentoo's handbook is better than the femboy arch wiki
@crabbydisk76585 ай бұрын
@@ultimate9056 nix is easy unless you graphical installer messes up in a ungodly way
@verebellus2 ай бұрын
i love that you make so many typos, don't notice and just think that the command didn't work
@dingokidneys5 ай бұрын
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.
@asgarantony5 ай бұрын
Bro slowly transforming him into a software engineer
@Cyber_Gas5 ай бұрын
It isnt that hard to install arch i speedrun that in 10 minutes
@peppesantarsiero45325 ай бұрын
No, he can't install arch Linux without mental breakout
@ateyygmd5 ай бұрын
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
@bartolomeothesatyr5 ай бұрын
@@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_Gas5 ай бұрын
@@bartolomeothesatyr bruh i was born way after commodore 64 and even some time after y2k so you wanted to say for normies right?
@cloakbackground86415 ай бұрын
I've been using Arch since 2016. This was... enlightening.
@TheFeelTrain5 ай бұрын
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.
@blzrL5 ай бұрын
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.jackrabbit105 ай бұрын
to be fair that shit should be enabled by default on virtualbox, it boots regularly into uefi for 99.9% of modern computers afaik
@shr2894zskle5 ай бұрын
@@jr.jackrabbit10 It does, there is a toggle called "Enable EFI (special OSs only)" on Virtualbox when you're creating the VM.
@Kodeb85 ай бұрын
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.
@melongd24355 ай бұрын
bro i was about to tell you about this😭
@VexyPony5 ай бұрын
the moment i saw that i instantly scrolled down, expecting this exact comment... lord knows i've made that mistake before...
@dzuchun5 ай бұрын
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 ❤
@mikepaquet96165 ай бұрын
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.
@minion38065 ай бұрын
never heard that word until now. when I was still in highschool, (~2017) gigabyte used to mean 1024mb, then it was changed to 1000mb.
@sharp14x5 ай бұрын
@@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.
@mikepaquet96165 ай бұрын
@@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.
@mikepaquet96165 ай бұрын
@@minion3806 The notation of Kibibyte/Kilobyte was actually defined by the IEC in the 80000-13:2008 ISO standard around 2000.
@xelspeth5 ай бұрын
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
@TheToxiss5 ай бұрын
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.
@JordonAM5 ай бұрын
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...19865 ай бұрын
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.
@Nothanksithinkimfine5 ай бұрын
Even lastest windows 10 iso last time i used with ventoy doesn't mix well. Meanwhile rufus works normally.
@urod71495 ай бұрын
@@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.
@lfox025 ай бұрын
@@ellipsis...1986 Booting the latest ISO in "grub2 mode" worked just fine for me :)
@netkv5 ай бұрын
if you would be on *nix you could just use the holy Disk Destroyer
@gFamWeb4 ай бұрын
To be perfectly honest, this is really cool. As a newcomer to Linux, you successfully completing an Arch install is pretty impressive.
@GaryFerrao5 ай бұрын
you really went for the final boss. you are taking up crazy challenges.
@XioJN5 ай бұрын
if you follow just the wiki from experience, the fastest arch can be installed is 3 minutes
@salgadosp5 ай бұрын
gentoo
@tanawatjukmongkol21785 ай бұрын
@@salgadosp true final boss is LFS. Gentoo is actually not that hard. Just pain staking.
i never knew an arch install video could be that fun haha thank you!
@santiagoglezsrez5 ай бұрын
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”
@Lambda_OvineАй бұрын
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!
@saturnaliam5 ай бұрын
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
@saturnaliam5 ай бұрын
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”
@bogxd5 ай бұрын
@@saturnaliam uuuu okay, thanks!
@your_entity_devcey5 ай бұрын
Guess you do learn something new every day! I actually didn't know how this display type is called. Thank you, Internet person!
@maxanimator95475 ай бұрын
why can't it be ctrl c like all others
@saturnaliam5 ай бұрын
@@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
@joandandresgaleascaiza63194 ай бұрын
This video is a jewel, it has just become the funnier tutorial for installing Arch Linux
@TeaMaster4205 ай бұрын
26:45 First says slash, then says dot, and then types a dash lmao
@crabnix5 ай бұрын
That was the theme of the video. Half the time it was an error due to spelling mistakes
@Zsobix5 ай бұрын
"gurb" and "base-deven"
@Bayonet74 ай бұрын
@@Zsobix i was so mad when he typed that lol
@gatekka.23 күн бұрын
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 :)
@A_2K105 ай бұрын
imagine bog becomes an enthusiastic linux user...
@markwilson33265 ай бұрын
Judging by his trouble following the arch wiki... He won't be.
@ultraaziz63075 ай бұрын
@@markwilson3326 you never know, I had a ton of trouble installing it and now I'm a huge fan
@zekiz7745 ай бұрын
@@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.
@xninja23694 ай бұрын
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
@Sirjio4 ай бұрын
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!
@jaoschmidt37865 ай бұрын
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д5 ай бұрын
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
@AdroSlice5 ай бұрын
@@СергейГордиенко-п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)
@Sveechka5 ай бұрын
@@СергейГордиенко-п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
@jaoschmidt37865 ай бұрын
@@СергейГордиенко-п4д yeah, that's why I said "major difference"
@athorom51724 ай бұрын
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 ❤
@RenpySage5 ай бұрын
I lost count how many times i internally yelled 'Noooooooo'. I even choked while eating, hope you will too. Beautiful curses ಠ_ಠ
@AmeebaBoi5 ай бұрын
He clears the screen after every command, already a professional by my standards
@SifatUllah-125 ай бұрын
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.
@krisjonson79875 ай бұрын
This was so interesting and entertaining to watch. I hope we get to see more of your adventures in Arch.
@belfalasvinyamar5 ай бұрын
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
@NipunDrall5 ай бұрын
7:32 so that's what happens to windows users trying to switch to linux.
@rezhaadriantanuharja338919 күн бұрын
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.
@lilxsalama5 ай бұрын
Welcome to the arch user base btw, it's really fun here btw. Arch wiki is your best friend btw.
@Quadragintillion5 ай бұрын
literally installed arch on my laptop yesterday, respect for doing it with such little experience
@strange_thing-arra-36925 ай бұрын
oh i finally understand how you record your screen EVERY TIME ANYTHING happns i thought it was witch craft tbh 💀
@_tr115 ай бұрын
he records his monitor using an external recorder right? (I haven't yet watched the video)
@strange_thing-arra-36925 ай бұрын
@@_tr11 idk he was talking about this usb you'll see in the vid
@sabianwarner53165 ай бұрын
@@_tr11 Atleast in the last video with Linux mint, he used obs and some other screen recording software.
@_tr115 ай бұрын
@@strange_thing-arra-3692 yea I was thinking of that
@SheikhAbirAliАй бұрын
This is the best ever full covered tutorial of installing Arch Linux.
@boltez65075 ай бұрын
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.
@szabotudor4 ай бұрын
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 :)
@Alyx55125 ай бұрын
In reality Linux from scratch and Linux from scratch beyond are the hardest
@bogganalseryd23245 ай бұрын
I remember back in -92 when I had to recompile my kernel under redhat to include sound blaster lol 😂 learning curve spiked right away
@markwilson33265 ай бұрын
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.
@Alyx55125 ай бұрын
@The_IW true
@呀咧呀咧5 ай бұрын
@The_IWyou won't get your stuff working properly because those drivers are mostly proprietary.
@urod71495 ай бұрын
@@markwilson3326 that's very impressive.
@brianressler5695 ай бұрын
Seeing you wrestle with cd commands makes me impressed you made it as far as you did
@sobs68045 ай бұрын
You forgot to say: "I use arch by the way"!
@2137xd5 ай бұрын
31:14
@pikazap66725 ай бұрын
and im glad for that
@fevad12465 ай бұрын
Are you blind?@@pikazap6672
@untemi05 ай бұрын
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
@stefanstefanowski9938Ай бұрын
I don't need network manager, I just plug ethernet cable and it works!
@Enum_Dev5 ай бұрын
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_Dev5 ай бұрын
Also a really easy alternative to fdisk is cfdisk which provides an easy to use UI
@blzrL5 ай бұрын
Great comment, a lot better than my previous now deleted on covering the same part 😅
@AdroSlice5 ай бұрын
Another point I'd like to add is that pacstrap can be safely reran multiple times with more packages.
@Enum_Dev5 ай бұрын
@@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
@RegonGaming5 ай бұрын
As someone who uses Arch myself this video hurts to watch but also warms my heart that someone is trying to learn (at least i think you are trying to learn)
@triplelllgaming4 ай бұрын
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!!!!! ^_^
@KhakiCap4 ай бұрын
The most entertaining Arch Linux install tutorial.
@shApYT5 ай бұрын
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...
@Likemea5 ай бұрын
no
@mskiptr5 ай бұрын
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.
@HyperSoop5 ай бұрын
"I've decided to go for the final boss" Gentoo
@ggsap5 ай бұрын
No. Its not harder, just more time-consuming. What you really mean is linux from scratch
@DisTail5 ай бұрын
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.
@SnowyDaFur5 ай бұрын
you could have used the command "cfdisk" rather than "fdisk" and everything would have been MUCH easier😅
@bearfm5 ай бұрын
also coulda used UEFI instead of using BIOS mode in virtualbox
@OrchidAlloy3 ай бұрын
You are really good at understanding new concepts and researching solutions!
@plaintext72885 ай бұрын
Waiting for the Linux From Scratch in 72 hours any% speedrun
@frostiefops5 ай бұрын
oo good idea
@Hyperboid5 ай бұрын
When he said he'd be trying it out in a VM, I knew this would be so much better than last time.
@Aydiniyom5 ай бұрын
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.
@kalla1034 ай бұрын
you are so kind for making detailed tutorials like this. i love your work:)
@gitoss810Ай бұрын
I can' belive that i just watched 35 minutes of terminal.
@Jaxpet5 ай бұрын
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?
@arvinds.2855 ай бұрын
mannnnn that was one hell of a ride
@tomrobin94234 ай бұрын
Damn this is wildly entertaining! looking forward to more content keep it up.
@pixobit58825 ай бұрын
0:28 it is not called "Arch Linux", it is called "Arch btw"
@tanawatjukmongkol21785 ай бұрын
This is the proper way to get into arch Linux. Manual install once to get familiar with how things works, then just use archinstall, because there is no point of you being the installer unless you need a very specific advanced configuration that is not possible with the script.
@mrpiggy105Ай бұрын
"UEFI means BIOS I'm pretty sure"... 💀
@AstraeaAurora4 ай бұрын
when you're in the terminal, you can type `pwd` to display where you are in the file system (command is an initialism of Print Working Directory)
@omerthegoatt5 ай бұрын
Arch is easy. Now install Gentoo.
@Benadryl_Overdoser5 ай бұрын
Tried that once lmao. Took 5 hours to compile my browser, was a great time.
@rayi512x5 ай бұрын
@@Benadryl_Overdoser only 5???
@Benadryl_Overdoser5 ай бұрын
@@rayi512x my browser is pretty debloated, could be why. Also was being cringe and didn’t use an ancient stickerbombed thinkpad lmao.
@Benadryl_Overdoser5 ай бұрын
@The_IW another templeOS kinda thing would be kinda sick, having its own programming language and other things.
@kanoaika5 ай бұрын
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.
@LordWaterBottleАй бұрын
My single biggest piece of advice to anyone wanting to do this for themselves, it would be to read the install guide completely before beginning.
@PenguinByte5 ай бұрын
Trust me, Arch is really easy compared to Gentoo
@maxlife4594 ай бұрын
not since Gentoo decided to have a binary distribution
@PenguinByte4 ай бұрын
@@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
@phoenix78164 ай бұрын
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.
@scotdotwtf5 ай бұрын
do let bro know about gentoo 😭
@lasoloz69723 ай бұрын
Saying: "Locale slash gen", "Locale dot gen" Writing: "locale-gen" Best Arch installation video
@YesserFA5 ай бұрын
1:30 use ventoy
@Wintercube-pu2qm2 ай бұрын
Rufus
@TankeroSaimataАй бұрын
@@Wintercube-pu2qm, ventoy better, many OSs you can put and not only OSs
@radioactiveraptor10115 ай бұрын
someone should speedrun the entire arch installation process
@紗霧-g1g5 ай бұрын
install gentoo
@Star-sl3hl2 ай бұрын
This is where I draw the line, good luck sir. I will not be able to explain all that is here before dying internally.
@Ethorbit5 ай бұрын
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-kh5qu5 ай бұрын
Despite having some advanced stuff for dev environments alike, it's the least troubled distro I had, pretty much everything at an option away.
@mewity4 ай бұрын
i silently cried when you typed base-devel and grub like that
@affabaffa43935 ай бұрын
I use arch btw
@audioknigi90422 ай бұрын
the best linux tutorial you can get thanks ! please continue
@88sujanpandey5 ай бұрын
what about lfs linux from scratch?
@Tman564ws5 ай бұрын
That is a way to build an os somewhat. Not to build a distro
@88sujanpandey5 ай бұрын
@@Tman564ws okz👍
@Visquint5 ай бұрын
@@Tman564ws that IS a way to build a distro
5 ай бұрын
Back in 2019 i had a uni classmate who helped me installing arch during a calc class. I never realized how important a "linux buddy" is going in for the first time. All the 1 line mentions of boot loaders and UEFI or BIOS questions could be answered by a guy who has actually done it already damn...