Gentoo Archives: gentoo-user

From: Hunter Jozwiak <hunter.t.joz@×××××.com>
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] Can't Get Systemd to Work
Date: Fri, 16 May 2014 13:52:34
Message-Id: 008501cf710d$dbeefd60$93ccf820$@gmail.com
In Reply to: Re: [gentoo-user] Can't Get Systemd to Work by "Stefan G. Weichinger"
1 -----Original Message-----
2 From: Stefan G. Weichinger [mailto:lists@×××××.at]
3 Sent: Friday, May 16, 2014 9:40 AM
4 To: gentoo-user@l.g.o
5 Subject: Re: [gentoo-user] Can't Get Systemd to Work
6
7 Am 16.05.2014 15:33, schrieb Hunter Jozwiak:
8 >
9 >
10 > -----Original Message-----
11 > From: Neil Bothwick [mailto:neil@××××××××××.uk]
12 > Sent: Friday, May 16, 2014 8:06 AM
13 > To: gentoo-user@l.g.o
14 > Subject: Re: [gentoo-user] Can't Get Systemd to Work
15 >
16 > On Fri, 16 May 2014 07:34:16 -0400, Hunter Jozwiak wrote:
17 >
18 >> Hi all. I am having issues with Systemd as well. I added to the GRUB2
19 >> configuration file the needed command line to get Systemd to start,
20 >> but for whatever reason, the kernel is adamant that I must use OrenRC.
21 >
22 > You need to tell us what you added and what the kernel complained about.
23 > The only information we have is what is in your mail, we are not the
24 > NSA, we cannot see what is on your computer.
25 >
26 >> I
27 >> recompiled with Genkernel-next a new kernel and initramfs, and that,
28 >> for whatever reason, doesn't automount my /boot partition. Is there a
29 >> fix to this?
30 >
31 > It is standard practice to not mount the /boot partition. By the time
32 > the boot process gets to mounting what is in /etc/fstab, /boot is no
33 > longer needed. That's why it is usually set to noauto in fstab.
34 >
35 >
36 > --
37 > Neil Bothwick
38 >
39 > Guns don't kill people--it's those little pieces of lead.
40 > GRUB_CMD_LINE_LINUX="init=/usr/lib/system/system", rather.
41
42
43 where is the quote, where is the text?
44
45 And it's called systemd with a d ->
46
47 GRUB_CMD_LINE_LINUX="init=/usr/lib/system/systemd"
48
49 btw
50 Changed the line to mirror that in the Grub file, no luck.
51 #Append parameters to the Linux Kernel.
52 GRUB_CMD_LINE_LINUX="init=/usr/lib/system/systemd"
53 Save the file.
54 Mount /dev/sda2 /boot && grub2-mkconfig -o /boot/grub/grub.cfg

Replies

Subject Author
Re: [gentoo-user] Can't Get Systemd to Work "Stefan G. Weichinger" <lists@×××××.at>
Re: [gentoo-user] Can't Get Systemd to Work "Jc García" <jyo.garcia@×××××.com>