您尚未登录。

#1 2012-11-04 11:31:44

if_else
会员
注册时间: 2012-11-04
帖子: 14

[ 已解决 ] 切换到 pure systemd 后,开机没有 systemd 引导进度提示

各位兄台,我今天将 台式机的 arch 切换到 pure systemd ,删除了原来的 sysv 和 initiscripts
但是开机的时候并没有正常的 systemd 对 磁盘分区自检,相关服务的 check 是 OK 还是 Fail 的进度

进入系统后,systemdctl list-units 现实切换之前 enable 的 daemon 都起来了
可不知道为何没有在开机阶段显示 systemd 的引导的过程?

按照 arch wiki 对 pure systemd 安装:

Pure systemd installation

Finally, it is possible to remove initscripts and sysvinit entirely and use only systemd.

    Follow the instructions for a mixed systemd/initscripts installation.
    Make sure there are no longer any daemons being started by the DAEMONS array
    in /etc/rc.conf and that /etc/rc.local and /etc/rc.local.shutdown are both empty.
    To replicate the behavior of /etc/rc.local in systemd, see #Emulating /etc/rc.local.
    Remove initscripts from your system.

Warning: Do not remove systemd-sysvcompat, as that package is in the base group.

安装:systemd-sysvcompat
卸载:initscripts 和 sysvinit

卸载 initscripts 之后 /etc/rc.conf /etc/rc.local /etc/local.shutdown 都没了

我在 grub 引导的时添加 kernel 引导参数:init=/usr/lib/systemd/systemd 还是不行

谢谢!

最近编辑记录 if_else (2012-11-04 17:49:31)


#!  一个人的价值,应当看他贡献什么,而不是看他取得什么 ...

离线

#2 2012-11-04 11:48:44

lightning1141
会员
注册时间: 2011-12-05
帖子: 39

Re: [ 已解决 ] 切换到 pure systemd 后,开机没有 systemd 引导进度提示

内核参数去掉quiet试试?

离线

#3 2012-11-04 13:08:58

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,917
个人网站

Re: [ 已解决 ] 切换到 pure systemd 后,开机没有 systemd 引导进度提示

我的内核参数就没有 quiet,还是看不到那些 OK 什么的。

离线

#4 2012-11-04 13:19:14

qileilu
会员
注册时间: 2012-10-12
帖子: 107

Re: [ 已解决 ] 切换到 pure systemd 后,开机没有 systemd 引导进度提示

这个有什么影响啊?我从来没注意了

离线

#5 2012-11-04 17:49:06

if_else
会员
注册时间: 2012-11-04
帖子: 14

Re: [ 已解决 ] 切换到 pure systemd 后,开机没有 systemd 引导进度提示

百合仙子 说:

我的内核参数就没有 quiet,还是看不到那些 OK 什么的。

@百合,是 grub2 的配置文件中添加了 quiet 的问题,记得 quiet 只是屏蔽掉内核加载那部分,不会把  init 步骤的也,干掉的

去掉 quiet 后,systemd 的 welcome to Archlinux 和 各种 [ OK ] 回归了,thx!


#!  一个人的价值,应当看他贡献什么,而不是看他取得什么 ...

离线

#6 2012-11-05 10:46:15

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,917
个人网站

Re: [ 已解决 ] 切换到 pure systemd 后,开机没有 systemd 引导进度提示

我确定我的内核启动参数里没有 quiet,而且那些 [ OK ] 没有回来 :-(

离线

#7 2012-11-05 16:04:29

genio4urlife
会员
注册时间: 2012-10-19
帖子: 25

Re: [ 已解决 ] 切换到 pure systemd 后,开机没有 systemd 引导进度提示

我的去掉quiet后,有显示。但是我更喜欢进入系统后systemctl查看各service状态,平时需要手动控制nessusd和postgresql,所以不在意开机时那些个[ok],呵呵

离线

页脚