* [gentoo-user] Can't Get Systemd to Work @ 2014-05-16 11:34 Hunter Jozwiak 2014-05-16 12:05 ` Neil Bothwick 0 siblings, 1 reply; 11+ messages in thread From: Hunter Jozwiak @ 2014-05-16 11:34 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 364 bytes --] 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. 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? [-- Attachment #2: Type: text/html, Size: 1906 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Can't Get Systemd to Work 2014-05-16 11:34 [gentoo-user] Can't Get Systemd to Work Hunter Jozwiak @ 2014-05-16 12:05 ` Neil Bothwick 2014-05-16 13:28 ` Hunter Jozwiak 2014-05-16 13:33 ` Hunter Jozwiak 0 siblings, 2 replies; 11+ messages in thread From: Neil Bothwick @ 2014-05-16 12:05 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 932 bytes --] 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. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [gentoo-user] Can't Get Systemd to Work 2014-05-16 12:05 ` Neil Bothwick @ 2014-05-16 13:28 ` Hunter Jozwiak 2014-05-16 13:33 ` Hunter Jozwiak 1 sibling, 0 replies; 11+ messages in thread From: Hunter Jozwiak @ 2014-05-16 13:28 UTC (permalink / raw To: gentoo-user -----Original Message----- From: Neil Bothwick [mailto:neil@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_CMDLINE="init=/usr/lib/system/system" And then, grub2-mkconfig -o /boot/grub/grub.cfg. ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [gentoo-user] Can't Get Systemd to Work 2014-05-16 12:05 ` Neil Bothwick 2014-05-16 13:28 ` Hunter Jozwiak @ 2014-05-16 13:33 ` Hunter Jozwiak 2014-05-16 13:40 ` Stefan G. Weichinger 1 sibling, 1 reply; 11+ messages in thread From: Hunter Jozwiak @ 2014-05-16 13:33 UTC (permalink / raw To: gentoo-user -----Original Message----- From: Neil Bothwick [mailto:neil@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. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Can't Get Systemd to Work 2014-05-16 13:33 ` Hunter Jozwiak @ 2014-05-16 13:40 ` Stefan G. Weichinger 2014-05-16 13:50 ` Hunter Jozwiak 0 siblings, 1 reply; 11+ messages in thread From: Stefan G. Weichinger @ 2014-05-16 13:40 UTC (permalink / raw To: gentoo-user Am 16.05.2014 15:33, schrieb Hunter Jozwiak: > > > -----Original Message----- > From: Neil Bothwick [mailto:neil@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 ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [gentoo-user] Can't Get Systemd to Work 2014-05-16 13:40 ` Stefan G. Weichinger @ 2014-05-16 13:50 ` Hunter Jozwiak 2014-05-16 13:57 ` Stefan G. Weichinger 2014-05-16 14:00 ` Jc García 0 siblings, 2 replies; 11+ messages in thread From: Hunter Jozwiak @ 2014-05-16 13:50 UTC (permalink / raw To: gentoo-user -----Original Message----- From: Stefan G. Weichinger [mailto:lists@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:neil@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 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Can't Get Systemd to Work 2014-05-16 13:50 ` Hunter Jozwiak @ 2014-05-16 13:57 ` Stefan G. Weichinger 2014-05-16 14:00 ` Jc García 1 sibling, 0 replies; 11+ messages in thread From: Stefan G. Weichinger @ 2014-05-16 13:57 UTC (permalink / raw To: gentoo-user Am 16.05.2014 15:50, schrieb Hunter Jozwiak: > 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 Why sda2 ? usually sda1 is /boot or / ... Show us lsblk and /etc/fstab ... we have very little information yet. And what is "no luck" ? What do you get? Stefan ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Can't Get Systemd to Work 2014-05-16 13:50 ` Hunter Jozwiak 2014-05-16 13:57 ` Stefan G. Weichinger @ 2014-05-16 14:00 ` Jc García 2014-05-16 14:35 ` Stefan G. Weichinger 2014-05-16 18:58 ` Hunter Jozwiak 1 sibling, 2 replies; 11+ messages in thread From: Jc García @ 2014-05-16 14:00 UTC (permalink / raw To: gentoo-user 2014-05-16 7:50 GMT-06:00 Hunter Jozwiak <hunter.t.joz@gmail.com>: > > > -----Original Message----- > From: Stefan G. Weichinger [mailto:lists@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:neil@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 > > The same again you are mistyping systemd, is "/usr/lib/systemd/systemd" read carefully what you copy, and verify always those paths really exist. If you had done this, you would have noticed /usr/lib/system/system doesn't exist at all. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Can't Get Systemd to Work 2014-05-16 14:00 ` Jc García @ 2014-05-16 14:35 ` Stefan G. Weichinger 2014-05-16 18:58 ` Hunter Jozwiak 1 sibling, 0 replies; 11+ messages in thread From: Stefan G. Weichinger @ 2014-05-16 14:35 UTC (permalink / raw To: gentoo-user Am 16.05.2014 16:00, schrieb Jc García: > The same again you are mistyping systemd, is > "/usr/lib/systemd/systemd" read carefully what you copy, and verify > always those paths really exist. If you had done this, you would have > noticed /usr/lib/system/system doesn't exist at all. ( Ah, I only spotted one missing "d" ... *oops* ) ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Can't Get Systemd to Work 2014-05-16 14:00 ` Jc García 2014-05-16 14:35 ` Stefan G. Weichinger @ 2014-05-16 18:58 ` Hunter Jozwiak 2014-05-16 19:46 ` Neil Bothwick 1 sibling, 1 reply; 11+ messages in thread From: Hunter Jozwiak @ 2014-05-16 18:58 UTC (permalink / raw To: gentoo-user@lists.gentoo.org [-- Attachment #1: Type: text/plain, Size: 2583 bytes --] > On May 16, 2014, at 10:00, Jc García <jyo.garcia@gmail.com> wrote: > > 2014-05-16 7:50 GMT-06:00 Hunter Jozwiak <hunter.t.joz@gmail.com>: >> >> >> -----Original Message----- >> From: Stefan G. Weichinger [mailto:lists@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:neil@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 > > The same again you are mistyping systemd, is > "/usr/lib/systemd/systemd" read carefully what you copy, and verify > always those paths really exist. If you had done this, you would have > noticed /usr/lib/system/system doesn't exist at all. Here are the clntents of lsblk and filesystem table, as well as the Grub settings file, https://www.dropbox.com/s/vn6we8gxpccrnpe/infoorforsystemdissue.txt [-- Attachment #2: Type: text/html, Size: 7514 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Can't Get Systemd to Work 2014-05-16 18:58 ` Hunter Jozwiak @ 2014-05-16 19:46 ` Neil Bothwick 0 siblings, 0 replies; 11+ messages in thread From: Neil Bothwick @ 2014-05-16 19:46 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 635 bytes --] On Fri, 16 May 2014 14:58:47 -0400, Hunter Jozwiak wrote: > Here are the clntents of lsblk and filesystem table, as well as the > Grub settings file, > https://www.dropbox.com/s/vn6we8gxpccrnpe/infoorforsystemdissue.txt Please post relevant information in your mails, this list is archived, the contents of your dropbox/pastebin/whatever are not. From your /etc/default/grub # Append parameters to the linux kernel command line # GRUB_CMDLINE_LINUX="init=/usr/lib/systemd/systemd" The setting is commented out, no wonder it is being ignored. -- Neil Bothwick I have seen the truth, and it makes no sense. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-05-16 19:46 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-05-16 11:34 [gentoo-user] Can't Get Systemd to Work Hunter Jozwiak 2014-05-16 12:05 ` Neil Bothwick 2014-05-16 13:28 ` Hunter Jozwiak 2014-05-16 13:33 ` Hunter Jozwiak 2014-05-16 13:40 ` Stefan G. Weichinger 2014-05-16 13:50 ` Hunter Jozwiak 2014-05-16 13:57 ` Stefan G. Weichinger 2014-05-16 14:00 ` Jc García 2014-05-16 14:35 ` Stefan G. Weichinger 2014-05-16 18:58 ` Hunter Jozwiak 2014-05-16 19:46 ` Neil Bothwick
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox