Netboot Raspberry Pi Part III: Telling Linux Where to Boot From
This is the third part of my Pi netboot series. You can find an overview and links to the other parts in the Pi netboot series overview article. This, to me, is the most interesting article of the entire netboot Pi series. When I started with setting up netbooting, I had no idea how it would work. I had a vague idea that there was a kernel command line parameter, but no idea where it was interpreted. Now, I know that the early boot and the initramfs are not voodoo magic, but just that most mundane of Linux tech: Shell scripts. 😅 That was another magic Linux moment for me: Huh, it’s really that simple? ...