-----Original Message----- From: Stefan G. Weichinger [mailto:li...@xunil.at] Sent: Friday, May 16, 2014 9:40 AM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Can't Get Systemd to Work
Am 16.05.2014 15:33, schrieb Hunter Jozwiak: > > > -----Original Message----- > From: Neil Bothwick [mailto:n...@digimed.co.uk] > Sent: Friday, May 16, 2014 8:06 AM > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] Can't Get Systemd to Work > > On Fri, 16 May 2014 07:34:16 -0400, Hunter Jozwiak wrote: > >> Hi all. I am having issues with Systemd as well. I added to the GRUB2 >> configuration file the needed command line to get Systemd to start, >> but for whatever reason, the kernel is adamant that I must use OrenRC. > > You need to tell us what you added and what the kernel complained about. > The only information we have is what is in your mail, we are not the > NSA, we cannot see what is on your computer. > >> I >> recompiled with Genkernel-next a new kernel and initramfs, and that, >> for whatever reason, doesn't automount my /boot partition. Is there a >> fix to this? > > It is standard practice to not mount the /boot partition. By the time > the boot process gets to mounting what is in /etc/fstab, /boot is no > longer needed. That's why it is usually set to noauto in fstab. > > > -- > Neil Bothwick > > Guns don't kill people--it's those little pieces of lead. > GRUB_CMD_LINE_LINUX="init=/usr/lib/system/system", rather. where is the quote, where is the text? And it's called systemd with a d -> GRUB_CMD_LINE_LINUX="init=/usr/lib/system/systemd" btw Changed the line to mirror that in the Grub file, no luck. #Append parameters to the Linux Kernel. GRUB_CMD_LINE_LINUX="init=/usr/lib/system/systemd" Save the file. Mount /dev/sda2 /boot && grub2-mkconfig -o /boot/grub/grub.cfg