On 10/27/2019 06:06, James Le Cuirot wrote: > On Sun, 27 Oct 2019 05:38:48 -0400 > Joshua Kinard <ku...@gentoo.org> wrote: > >> Why do I not like an initramfs, though? Well, for one, it complicates the >> kernel compiles (and it makes them bigger, something which is an issue on >> the old SGI systems at times). Two, it's another layer that I have to >> maintain. Three, it violates, in my mind, the simplicity of keeping the >> kernel and userland separated (e.g., kernel does kernel-y things, userland >> does userland-y things). > > You make it sound like the initramfs has to be built into the kernel > image. It can be but it usually isn't. I suspect you know that though? > Admittedly that does depend on support from your bootloader. While GRUB > and U-Boot have supported this for years, I forget what oddball > bootloaders your hardware may be using.
As mentioned (and later pointed out in the thread), I use LILO. Considering upstream is dead now, how much longer that will persist is an open question. I am a creature very wedded to habit, and LILO, for whatever its ills and warts are, has always just worked for me, so I have stuck with it. Having to edit a config file before each kernel update is the trivialest of tasks, especially since I tend to only update the kernel once every few months. The SGI systems all boot using netboot because I compile their kernels on my dev box and then host them over TFTP. It's just a lot easier that way, especially since ARCS (the SGI version of a BIOS) has had network booting built in since pretty much 1990 (and earlier, I think). It's really the SGI Indy (IP22) that refuses to netboot if the kernel's size is >11MB. All of those kernels are monolithic, since the hardware in such systems is pretty much fixed for all time. Granted, my Indy gave up the ghost some time ago (probably the infamous RTC battery issue), so I am really just left with an O2 (which refuses to netboot anything >41MB), Octane, and two IP27-class systems, which don't have size limits (that I've found yet) for what they'll boot. For actual disk booting on those systems, well, there's really just the super-old ArcLoad project. Written by the mastermind behind Octane's Linux port, he aimed to make it very GRUB-like, so it has some of GRUB's filesystem code in it for direct booting, or it can boot kernels stored in a special area of the disk called the volume header (on disks w/ SGI's partition layout). Except that imported GRUB code is beyond ancient (11+ years old?), so it probably won't load a kernel off of ext4 or even XFSv5 partitions now. Thus you really just have the volume header approach, and that has its own limits. That all said, it doesn't really matter if the initramfs is built into the kernel or loaded somewhere into memory by the bootloader. It's still a wholly-separate userland layer that needs its own libc and whatever small amount of tools to help mount required partitions and/or flash CPU microcode before the kernel tries invoking /sbin/init. That's just a terrible design. I mean, you can put lipstick on a pig, but it's still a bloody pig. >> Maybe I'm just a old codger who refuses to accept change. I'm fine with >> that description. I like things to remain somewhat simple, and my view of >> Linux, both kernel and userland, over the last few years is one of growing >> dismay due to the constant introduction of subsystem layer atop subsystem >> layer for very little gain. How much longer until we need a kernel to boot >> the kernel to mount the userland that mounts the userland (yo dawg)? > > Isn't that what the BIOS and bootloader do? On the plus side, you can > now boot straight from UEFI to kernel without a bootloader but on the > other hand, UEFI is horrifically over-complex. Yeah, UEFI is one of those Eldritch horrors spoken of in the Necronomicon. It's really just there so gamerz bois can have their uber-fancy gaming system fully specced out. Ironically, SGI's ARCS was capable of doing most of what UEFI does 20 years ago, including pretty GFX and even playing music when the system boots up (e.g., Indy's infamous "ass trumpet"). -- Joshua Kinard Gentoo/MIPS ku...@gentoo.org rsa6144/5C63F4E3F5C6C943 2015-04-27 177C 1972 1FB8 F254 BAD0 3E72 5C63 F4E3 F5C6 C943 "The past tempts us, the present confuses us, the future frightens us. And our lives slip away, moment by moment, lost in that vast, terrible in-between." --Emperor Turhan, Centauri Republic