On Thu, May 2, 2013 at 2:05 PM, William Hubbs <willi...@gentoo.org> wrote: > On Thu, May 02, 2013 at 04:26:06PM +1200, Kent Fredric wrote: >> bootloader configuration under grub1 for instance, was quite >> straight-forward. Now with grub-2, its quite convoluted, for me at least. > > I haven't looked at grub2 yet, but I can't imagine it being convoluted > based on the documentation I have read. >
If you manually write your own configuration for GRUB2, it is no more convoluted than for GRUB Legacy. If you use grub-mkconfig to generate a configuration file, you can append the init option by setting GRUB_CMDLINE_LINUX="init=/usr/lib/systemd/systemd" in /etc/default/grub. Either way, it's pretty simple.