奇怪的错误
Tofloor
poster avatar
V
deepin
2019-03-26 01:35
Author
全新安装了最新的deepin,原来的版本还是15.5,但是home分区还是原来的分区没动,只是把根分区重新格式化并安装。结果启动老是提示根分区的错误 time out waiting ,并且有cannot open access to console, the root account is locked 。请大神来指点迷津。
Reply Favorite View the author
All Replies
avatar
158******08
deepin
2019-03-26 01:51
#1
挂载的时候用的是UUID,你重新格式化了UUID也就变了。
Reply View the author
avatar
V
deepin
2019-03-26 02:36
#2
https://bbs.deepin.org/post/175945
挂载的时候用的是UUID,你重新格式化了UUID也就变了。

可能是的,费劲的重启几次,好像现在可以顺利启动了。
Reply View the author
avatar
V
deepin
2019-03-26 02:38
#3
https://bbs.deepin.org/post/175945
挂载的时候用的是UUID,你重新格式化了UUID也就变了。

可能是的,费劲的重启几次,好像现在可以顺利启动了。
Reply View the author
avatar
V
deepin
2019-03-27 22:23
#4
https://bbs.deepin.org/post/175945
挂载的时候用的是UUID,你重新格式化了UUID也就变了。

你好,我想问一下,这样的情况会导致启动问题么? 我现在的问题是启动超慢,好像点亮主板需要很久的时间,然后才硬盘引导。不知道如何查看问题所在,请赐教。
Reply View the author
avatar
electricface
deepin
2019-03-28 01:07
#5
我好像也遇到过这个问题,我是在 /etc/fstab 文件的每个分区的挂载选项加上  x-systemd.device-timeout=60s 选项然后解决的。


  1. # /dev/sda1
  2. UUID=ad29a6dd-25ec-41f8-9565-9fc31128fdb3        /                 ext4              rw,relatime,data=ordered,x-systemd.device-timeout=60s        0 1

  3. # /dev/sda2
  4. UUID=079f8d51-3df8-4f6c-8c17-591d09fba5f6        /home             ext4              rw,relatime,data=ordered,x-systemd.device-timeout=60s        0 2

  5. # /dev/sda3
  6. UUID=9afca17c-35da-4062-af87-0ae32c561c4b        /home/tp/ext        ext4                rw,relatime,data=ordered,x-systemd.device-timeout=60s        0 2

  7. # /dev/sda6
  8. UUID=7a0b23e4-0d27-4ad1-be05-ce3ef612d7c5        none              swap              defaults,pri=-2,x-systemd.device-timeout=60s        0        0
Copy the Code
Reply View the author
avatar
V
deepin
2019-03-28 17:57
#6
https://bbs.deepin.org/post/175945
我好像也遇到过这个问题,我是在 /etc/fstab 文件的每个分区的挂载选项加上  x-systemd.device-timeout=60s ...

加载这个是什么意思? 我今天又出来新情况,cannot open access to console, the root account is locked
好郁闷啊,一直启动有问题。
Reply View the author
avatar
electricface
deepin
2019-03-29 03:09
#7
cannot open access to console, the root account is locked
是说 root 账户被锁定,应该是没密码吧。
Reply View the author
avatar
V
deepin
2019-04-16 17:05
#8
https://bbs.deepin.org/post/175945
cannot open access to console, the root account is locked
是说 root 账户被锁定,应该是没密码吧。 ...

有密码的,这问题一直重现,几乎每次开机都要重启一下才能正常进入系统,附带今天的日志上来,希望能得到有效的指点。
Reply View the author
avatar
aida
deepin
2019-04-16 17:35
#9
可以试试下面的方法

通过blkid 查询 uuid
blkid /dev/sdaX

然后将uuid写入/etc/fstab
Reply View the author
avatar
electricface
deepin
2019-04-16 18:10
#10
看一下文件 /etc/systemd/system.conf.d/deepin-base.conf 的内容是什么?
Reply View the author
avatar
V
deepin
2019-04-22 01:20
#11
https://bbs.deepin.org/post/175945
可以试试下面的方法

通过blkid 查询 uuid

fstab里面的uuid是对的,和查询的一致,不过奇怪的是系统吧swap认做sda1,而/则是sda2,我分系统的时候明明没分swap的
Reply View the author
avatar
V
deepin
2019-04-22 01:27
#12
https://bbs.deepin.org/post/175945
看一下文件 /etc/systemd/system.conf.d/deepin-base.conf 的内容是什么?

内容如图。 顺便问一句,终端不能复制拷贝么? 我试了半天也没把文字拷贝下来。
Reply View the author
avatar
electricface
deepin
2019-04-24 21:11
#13
我还是推荐你试一下,改 /etc/fstab 文件,给文件系统的挂载选项中加上 x-systemd.device-timeout=60s


例子看我之前发的,不要直接复制,uuid 不一样。
Reply View the author
avatar
anothersmile
deepin
2019-04-27 00:19
#14
redskywei 发表于 2019-4-21 17:27
内容如图。 顺便问一句,终端不能复制拷贝么? 我试了半天也没把文字拷贝下来。
...

要加shift,复制是Ctrl shift c,粘贴是Ctrl shift v
Reply View the author