How Does Linux Boot Process Work?

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2023
  • Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: bytebytego.ck.page/subscribe
    Animation tools: Adobe Illustrator and After Effects.
    Checkout our bestselling System Design Interview books:
    Volume 1: amzn.to/3Ou7gkd
    Volume 2: amzn.to/3HqGozy
    The digital version of System Design Interview books: bit.ly/3mlDSk9
    ABOUT US:
    Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.

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

  • @DK-ox7ze
    @DK-ox7ze 5 หลายเดือนก่อน +486

    This is a good summary, but it seems like there's a lot going on behind the scenes in all of these process, especially systemD. Would be nice to cover that in a future video :)

    • @nid274
      @nid274 5 หลายเดือนก่อน +48

      That would require a 1000 page book,...may be 10000 pages!

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

      systemD is a disgrace and as UNIX-like as it gets.
      Its functioning should never be covered nor should its name even be uttered more than strictly necessary

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

      ​@@nid274hey bro in which domain you are studying right now?

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

      @@nid274try reading Abraham Silberschatz OS concepts book

    • @yaroslavpanych2067
      @yaroslavpanych2067 5 หลายเดือนก่อน +11

      Yeah, pretty much "what does Kernel at boot" and "what does process with pid=1 at boot before enters configured runlevel" should have been content of the video, not detecting devices, running EFI, and rest of irrelevant shit.

  • @ethanmye-rs
    @ethanmye-rs 5 หลายเดือนก่อน +129

    Good overview, but missing a discussion of ACPI, initramfs/initrd.

    • @thecataclysm
      @thecataclysm 5 หลายเดือนก่อน +36

      agreed, initramfs is a crucial part to be included in a boot process video IMHO

    • @p0358
      @p0358 3 หลายเดือนก่อน +1

      @@thecataclysmexactly, especially that the title mentions Linux specifically

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

      @@thecataclysm Which is also the most interesting part that solves the chicken/egg problem.

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

      All I know about ACPI is that it got FUBARd in my laptop and now the lspci doesn't even show my wireless lan card. Don't know what started it, but I guess it was some power cycling malfunction because it started after I woke the PC up from sleep. I've done fresh linux install and it doesn't work. So most likely will need to flash BIOS :(

  • @danholli123
    @danholli123 5 หลายเดือนก่อน +48

    There's a bit of a misconception about BIOS. MBR is limited to 2TB, but a BIOS doesn't need to be restricted to MBR, it could've moved to a different (likely proprietary) format... it's just that GPT and EFI were more flexible and the groundwork was already completed

  • @nelumertyk6
    @nelumertyk6 4 หลายเดือนก่อน +12

    Bravo si multumesc.E simplu,frumos pe intelesul tuturor...fara explicatii savante.CHIAR UN TUTORIAL...GENIAL DE SIMPLU!!!La mai multe inainte !!!

  • @trueriver1950
    @trueriver1950 4 หลายเดือนก่อน +10

    As has already been said, there is a lot going on in each of these steps.
    My major criticism is that step 5 simplifies away the usual mechanism of running some code from an initial ramdisk: this is done so that the kernel does not have to contain all the device drivers needed to load whatever modules it needs before the final root partition becomes readable.
    That also means that an earlier step needed to load the initial ram disk into memory and tell the kernel where to find it. Grub (or some other boot program like Lilo) will have done this already, so the Grub step should mention that it loads a filesystem containing drivers as well as libraries into ram before passing control to the kernel.
    And then, in my opinion, you need an extra step between 4 and 5 for the initial ram stage, that is used to get the system able to actually read the code it needs off the disks. While it does that the kernel only needs to know how to read the initial ramdisk.
    More detail follows...
    There are two exceptions to what i just said
    1. If you compile your own kernel you can arrange that the kernel has all the drivers it needs built in (Gentoo users might do this, knowing in advance exactly what filesystem and hardware will hold the operating system)
    2. Puppy (and most Live Disk systems) boot into the ramdisk and never leave it.
    For different reasons, both these exceptions slow down system loading (because either the kernel or the ramdisk is huge) but often speeds up running once the boot is complete because the kernel has what it needs in memory at all times, one way or another.

  • @coderdojoAN
    @coderdojoAN 5 หลายเดือนก่อน +1

    Great summary and visualization of the entire boot process. Very well done mate!!!!

  • @maitreerimthong
    @maitreerimthong 3 หลายเดือนก่อน +5

    Great visualization of the entire boot process, Thank you.

  • @eliottmax8454
    @eliottmax8454 5 หลายเดือนก่อน +16

    I was expecting that you would really be talking about the kernal boot process and not everything around. But in the end, I never saw an exhaustive explanation about the boot process in the first place so I am that to know that I did not miss out anything.

  • @Codigger-br2rt
    @Codigger-br2rt 2 หลายเดือนก่อน +3

    When Linux chooses to support initramfs boot, and selects the rootfs path to be packaged in the initramfs source file, it will try to boot in initramfs mode. In this way, the rootfs will be compressed and packaged in the same image file as the Linux kernel. Then uboot will load the whole image file into memory when the system is loaded. In this way, the rootfs cannot be modified in flash, and will be lost when the power is lost.

    • @jali-cj5zq
      @jali-cj5zq 2 หลายเดือนก่อน

      Thanks this is really informative

    • @Codigger-br2rt
      @Codigger-br2rt 2 หลายเดือนก่อน

      @@jali-cj5zq
      Thanks for reading my comments!! I hope everyone’s got vim on their resolutions for 2024

  • @qoopdata
    @qoopdata 5 หลายเดือนก่อน +8

    That’s beautiful and enormous work! Great thanks.

  • @irvingirving6275
    @irvingirving6275 5 หลายเดือนก่อน +1

    I was looking for something like this. This is great thank you!

  • @nicholasmaniccia1005
    @nicholasmaniccia1005 5 หลายเดือนก่อน +23

    Great content, always helpful and always impressive. Thank you very much for taking the time to make these.

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

    It is possible to use gpt partitions without needing UEFI. Even old motherboards with intel 775 socket will boot using gpt partitions without UEFI:
    "Yes, it is possible to use GPT (GUID Partition Table) partitions without UEFI (Unified Extensible Firmware Interface). GPT is a partitioning scheme for formatting and partitioning hard drives, and it's independent of the firmware interface being used (UEFI or BIOS).
    However, the ability to boot from a GPT-partitioned disk depends on the firmware of your system. Most modern systems use UEFI firmware to boot, and UEFI is compatible with both GPT and the older MBR (Master Boot Record) partitioning scheme.
    If your system uses the older BIOS (Basic Input/Output System) firmware instead of UEFI, it may have limitations when it comes to booting from GPT disks. Some BIOS systems can boot from GPT disks using a compatibility support module (CSM), while others may not support GPT booting at all.
    So, in summary, while you can use GPT partitions without UEFI, the ability to boot from a GPT disk depends on the firmware capabilities of your system."

  • @baronhelmut2701
    @baronhelmut2701 5 หลายเดือนก่อน +10

    Very nicely explained and beautifully visualized presentation. I have to ask tho, would you like to make that same presentation again but for a Secured and TPM measured bootgraph ? If so, please do it, people and especially the linux community would need this in order to understand why the TPM makes booting so much more secure. I would even offer my help understanding a measured boot process (which I am pretty sure you would have no trouble understanding on your own).

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

    This is incredibly well explained and illustrated! Thank you so much!

  • @dcn4lyf
    @dcn4lyf 5 หลายเดือนก่อน +1

    Best Summary of the Boot process

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

    Wow, I just loved it - I am recomending to my felow IT guys who ignore those initial steps.
    Regards from Brazil and keep posting!

  • @empoweringDev
    @empoweringDev 3 หลายเดือนก่อน +1

    KUDOS! I've never seen such nicer explanation for this.

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

    Excellent presentation. Thank you for posting it.

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

    Great overview. I think is good background info for any OS.

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

    One of the best channels in last few years

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

    This channel is absolutely brilliant. I am blown away! 0__0 wow

  • @animeshsarkar295
    @animeshsarkar295 5 หลายเดือนก่อน +1

    Sir, thank you for such creative tutorials please make one on Spark

  • @avimehenwal
    @avimehenwal 5 หลายเดือนก่อน +5

    Have never such a visually stunning explanation of a boot process. Amazing video
    Thankyou so so much for sharing. Piece of art with tons of knowledge

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

    Nicely done! Good visual aids too

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

    I sept yesterday learning all this by myself and today, youtube recommended me this. If I had found this video, maybe I would have learned all that in 5 minutes.

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

    I was looking something like this and kind of explanation thanks man😊

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

    this is awesome, the same core idea when develop embedded firmware as well

  • @xuedi
    @xuedi 4 หลายเดือนก่อน +1

    Very lovely & professional made

  • @AlbertXuY
    @AlbertXuY 5 หลายเดือนก่อน +18

    Missing initrd or initramfs part?

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

      Right, this part is missing

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

      also it is possible to use GPT without using UEFI boot ... so this is kind of useless, at least for me.

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

    Thanks! Loud and clear

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

    Thank you sir.
    Nice diagrams too.

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

    Awsome, great job. thanks a lot for your time. excellent explanation!

  • @connecttolanconnlan-2991
    @connecttolanconnlan-2991 2 หลายเดือนก่อน

    Great job! It looks clean, straightforward, and easy to understand. Could you tell me what software you used to create this video? I'm interested in making my own technical videos in the same manner.

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

    Great video.. I could not have done this better like you
    Though I am a Linux user for the last 15 years..
    Thank you

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

    This seems more like a brief description of how *any* OS boots on a PC, just using the linux names for the later steps where it'll differ. Up to the boot loader step, there's not even an OS involved. And Windows uses a boot loader as well, it's just not called that and tends to be hidden from view for most people. Still, the same process. Code the hardwired system can find that loads the actual operating system. And whatever OS it is, the first step will usually be getting the kernel of the system going, drivers, etc. Same basic flow for any OS. Aside from the names used in those last steps, nothing here specific to linux.
    An actual OS specific discussion of the boot process would start with the kernel loading. It's from that point that OS's diverge. The boot loader itself can be setup to point to different kernels and/or different OSs itself, which is how a dual boot works.

  • @HN-oq3gf
    @HN-oq3gf 4 หลายเดือนก่อน

    thanks for the explanation! this helps!

  • @pandacongolais
    @pandacongolais 5 หลายเดือนก่อน +10

    Nice and simple !
    But you're missing the loading of initrd. I admit I can't remember from the top of my head when exactly it occurs. Would be a nice addition to your explanation.

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

      In the classic Grub or Lilo bootloader, the initrd or initram (NB they are different!) is loaded after the kernel but before control is passed.
      There are also the kernel parameters (append details in some boot loaders) that the boot loader has to make available to the kernel. These can be flags or switches to the kernel, to systemd, or to other programs run later on.

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

    The information density here is very high

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

    Nice explanation and great graphics.

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

    I love your presentations! Which tool do you use to create or generate them with such a beautiful animation?

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

    Great presentation! Thanks!

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

    thank your for this helpful explanation!

  • @user-fc7th5rw1z
    @user-fc7th5rw1z 16 วันที่ผ่านมา

    very very nice. excellent animation. forcing us to view compulsorily immediately though we have plenty of pending works. it is like movie attracts us. go ahead.

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

    Thanks, it's a very good summary video with a good global presentation

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

    This was excellent, well done.

  • @marcdunivan2436
    @marcdunivan2436 5 หลายเดือนก่อน +1

    What about the SPI flash? Coreboot/DepthCharge or uBoot and TowBoot?
    What about the details of gdm3 and starting the graphical shell?

  • @steve6375
    @steve6375 5 หลายเดือนก่อน +1

    Doesn't grub also load an initrd image as well as the kernel? Where does squashfs fit in?

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

    I anticipate to implement a service daemon manager in my operating system soon! Currently it just handles the transferred ownership from my kernel and does nothing but outputting in tty mode

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

    Excellent presentation and narration; whats' used for your animations?

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

    wow amazing, which tool you use for graphical representation in your explanations? ill try for my students too. please tell me if you can

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

    Great descriptions... 😊

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

    Thank you for the information, as a follow-up will be great to take a step back and have instructions on how to identify if our system (desktop, laptop, mini PC, or server) supports UEFI for a faster boot, better functionality, and security. Thank you again!

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

      That should be something you can look up based on your OS version and your motherboard model.

  • @davidruedeman9990
    @davidruedeman9990 5 หลายเดือนก่อน +4

    Where is initrd or initramfs? It is present in most if not all Linux system? Seems like you missed something.

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

    systemd-boot is great. No fuss just straight to the point !

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

    nice explanation best so far :)

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

    Nice video good explanation and presentation 👍

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

    This is my favourite new channel.

  • @chbrules
    @chbrules 5 หลายเดือนก่อน +2

    2TiB drives was NOT a limitation of the BIOS firmware. If you had a very late version of a BIOS with the proper hardware, you could easily support sizes > 2TiB.

    • @ByteByteGo
      @ByteByteGo  5 หลายเดือนก่อน +3

      You made a fair point. The video refers to the 2TB limit of the master boot record (MBR). We should have been more precise in our language.

    • @shy-watcher
      @shy-watcher 5 หลายเดือนก่อน +2

      Exactly, as soon as they conflated MBR/GPT with BIOS/UEFI I knew this channel was mostly fluff. I think it's the second or third time this channel tricked me with an attractive topic and pretty graphic over lluminaughti-level writing. Too bad, a properly presented boot summary in 5 (or even 10) minutes would be pretty cool.

  • @user-mc7kr5lm8q
    @user-mc7kr5lm8q 3 หลายเดือนก่อน

    Excellent demo

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

    Prior to boot loader what is the software that controls all these? Also how does a boot loader identify all the available kernals? like how does it know? is there already a software that reads this?

  • @rishiraj2548
    @rishiraj2548 5 หลายเดือนก่อน +1

    Great thanks

  • @duzhuo
    @duzhuo 5 หลายเดือนก่อน +1

    Thanks for sharing

  • @lalpremi
    @lalpremi 5 หลายเดือนก่อน +1

    Thank you, well done. :-)

  • @ab3lsec
    @ab3lsec 5 หลายเดือนก่อน +4

    Hey, can you do the same for Windows?

  • @riigel
    @riigel 4 หลายเดือนก่อน +1

    how do do you do these animations? its nice and clean!

  • @OrlandoG.-hp9kp
    @OrlandoG.-hp9kp 21 วันที่ผ่านมา

    Linux newbie here 🤓 Very nice video.

  • @brettgmonroe
    @brettgmonroe 5 หลายเดือนก่อน +3

    I would have appreciated more time being given to the transition between the boot loader and systemd (the kernel initialization).

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

      Same, i wonder what the name of the first process that runs within the kernel is. Is there some sort of entry point within the kernel like a main function or something that eventually calls systemd?

  • @midjhelins8383
    @midjhelins8383 5 หลายเดือนก่อน +1

    excellent!

  • @Ali-wf9ef
    @Ali-wf9ef 5 หลายเดือนก่อน

    awww I thought you're gonna go into more detail about primary and secondary boot loader

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

    Always impressive.

  • @chyldstudios
    @chyldstudios 3 หลายเดือนก่อน +1

    Well done!

  • @williambaldwin9346
    @williambaldwin9346 4 หลายเดือนก่อน +1

    Today I read chapter 5 on How Linux Works by press starch. You took about 30 pages and summarized them in 4:43 minutes, except the book of course went in more detail at each step. Plus it had all the different boot loaders listed, even ones that are dead and gone. Do you have a System D VS Wayland video yet?

    • @danielindictor4272
      @danielindictor4272 4 หลายเดือนก่อน +4

      Systemd and wayland do different things. Systemd is simply the first program that the Linux kernel executes. When it starts, it reads a bunch of configuration files to figure out which other programs need to be run for the system to function, such as a network firewall or database like Mysql/Postgres. It also boots a program responsible for showing you the login screen. It's this login program (formally, a display manager) that figures out how to boot your desktop environment, which may use the Wayland protocol (it is not a program) or X11 protocol to communicate with the Wayland server or the X11 server, respectively.
      The Wayland and X11 servers are also simply programs that do the job of interfacing with the linux kernel (and by extension the hardware) to allow clients (i.e., your window manager like Gnome or your browser like Firefox) to be able to draw to the screen in a hardware-independent way (i.e., not worrying about whether you're running AMD/Nvidia/Intel graphics). All that's necessary to run a graphical program is for it to speak the Wayland protocol to a running Wayland server process.
      It just so happens that Systemd is responsible for starting the X11 and Wayland servers, because the init system is the most natural way to manage long-running processes upon which many other processes depend.

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

    Great !!!
    more please !!

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

    thank you!

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

    Спасибо, добрый человек.

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

    very nice video... loved it...

  • @SurprisedDivingBoard-vu9rz
    @SurprisedDivingBoard-vu9rz 21 วันที่ผ่านมา

    How to run two kernel at the same time. Can you ever switch processor type. Two clocks.

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

    I think this video could have extended itself to include the graphical boot process. The display manager which boots up the desktop environment.

  • @CrippleX89
    @CrippleX89 5 หลายเดือนก่อน +4

    I don't think you need to tell your audience anything about BIOS/UEFI, POST, boot devices or the boot loader. That part could've been left out and start with the kernel. Funny that you call loading the kernel "finishing the start-up process", considering the video's title suggests it's about the *Linux* boot process, _not_ the generic boot process that every OS goes through. Loading the kernel is actually where the actual Linux part starts! Not trying to bash, just suggesting how these videos can be better imho.

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

    I bought your books 📚, but haven't had time to read, by I hope I will do soon.

  • @user-hd3pz2ow1b
    @user-hd3pz2ow1b 3 หลายเดือนก่อน

    thanks

  • @martinmarusinec6204
    @martinmarusinec6204 5 หลายเดือนก่อน +1

    and loading the filesystem image?

  • @ThePlayerOfGames
    @ThePlayerOfGames 5 หลายเดือนก่อน +3

    1:40 actual Linux boot process begins at that time stamp, preceding this is just a general description of BIOS/UEFI basics

    • @trueriver1950
      @trueriver1950 4 หลายเดือนก่อน +3

      Yes and no.
      No: The video answers the question "what happens when you boot a Linux machine from cold", so quite correctly included the BIOS/UEFI stages.
      Yes: if you are only looking to understand the part that Linux plays in the boot process start at that timestamp.
      Both are legitimate ways of using this informative video

  • @qlx-i
    @qlx-i 4 หลายเดือนก่อน +1

    Although a thing to point out is that you don't need a boot loader now, you can just expose the kernel to UEFI and write flags directly into boot record.

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

      Can you please post a link to a "how to" on skipping the "grub" phase of booting?
      And if you do that do you have to avoid using an initial ramdisk in the usual Linux way? I can't see how the boot flags alone can properly load the ramdisk (which might of course be my ignorance, hence my question)

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

      @@trueriver1950 use an efistub and efibootmgr to make uefi entry with kernel args pointing to initrd

  • @kcvinu
    @kcvinu 5 หลายเดือนก่อน +5

    High quality animation. Thank you for the effort. Can you make a video about Windows booting ?

    • @callisoncaffrey
      @callisoncaffrey 5 หลายเดือนก่อน +1

      Fire and explosions are covered in physics class.

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

    How does this relate to hibernate and suspend? I.e. I assume some of the steps involved in boot would also have to happen after a wakeup from suspend/hibernate, but other things do not. What are the differences and similarities between a boot from scratch, and waking up from suspend/hibernate?

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

      Mostly same. On a very high level its just that when you hibernate, the contents of your RAM are temporarily stored to your hard disk and during the boot process the kernel will pull these contents and use them instead of starting new process.

  • @dharundeepak
    @dharundeepak 5 หลายเดือนก่อน +3

    If initramfs also coved in this video then this could be the best one...

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

    This question might not get answered but I’ll try anyway. What program do you use to generate those cool animations for your videos?

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

    Muito bom!

  • @newsnetworkz
    @newsnetworkz 5 หลายเดือนก่อน +1

    Nice

  • @terrorgen
    @terrorgen 5 หลายเดือนก่อน +2

    Wonder why there is a stage 1 (initrd) and stage 2 in the Linux boot process

    • @mikhailbrest6385
      @mikhailbrest6385 5 หลายเดือนก่อน +1

      initrd used to be a ext2/ext3 partition that can be mounted as loop device, now it's just a compressed a cpio archive, usually distro kernel is light and doesn't have network/disk/fs drivers so when the kernel is pushed to memory by grub it can't recognize hw and even mount fs. All needed drivers are stored in initrd image. More over linux thin clients mount root via nfs or nbd and again drivers and glue shell code is stored in initrd. And so called second stage is a chain load when a real hd init process is started and a root pivot is happening.

  • @Dr.Kananga
    @Dr.Kananga หลายเดือนก่อน

    My linux mint struggles to start on its own despite having only one ssd and it's the main bootable device, it works well when I start it in safety mode but won't boot straight after I power my pc.

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

    What about overlays?

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

    Graet video!

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

    Very nice.

  • @user-sl4th2pu1z
    @user-sl4th2pu1z 4 หลายเดือนก่อน +1

    No way. I just guessed it right. I told exact same on my interview 😂.

  • @user-uo6ym4ts3m
    @user-uo6ym4ts3m 3 หลายเดือนก่อน

    Anyone.. Which software is used to make this video (animations)?

  • @sarveshsawant7232
    @sarveshsawant7232 5 หลายเดือนก่อน +1

    Great

  • @dmi3mis
    @dmi3mis 21 วันที่ผ่านมา

    2:19 What is Aid boot v0 ? Is it a some project?