LPC: Booting and systemd
Posted Sep 17, 2011 0:20 UTC (Sat) by
giraffedata (subscriber, #1954)
In reply to:
LPC: Booting and systemd by alankila
Parent article:
LPC: Booting and systemd
Maybe we should just go back to LILO. Why boot an intermediate kernel with some added complexity if you can just boot the real one, instead.
Because you'd like to have a choice at boot time of kernels and kernel parameters. Hence the intermediate program, be it LILO, GRUB, or Linux.
If you really don't want that boot-time choice, then you should step back beyond LILO to the system that simply loads the first N blocks from the disk and branches to it. That can be your Linux boot image, with built-in parameters.
Even LILO is dependent on Linux filesystem design more than is desirable. It assumes a file is simply the content of a sequence of blocks, and that that sequence is static. A modern filesystem should not be bound to that.
(
Log in to post comments)