Gentoo Archives: gentoo-user

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

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 Hunter Jozwiak <hunter.t.joz@×××××.com>