求助下,安装debian testing报错

最大的社区版本,Ubuntu的发源地
回复
l10x
帖子: 447
注册时间: 2008-06-23 19:31
系统: debian+fedora+win10

求助下,安装debian testing报错

#1

帖子 l10x » 2015-10-19 16:52

使用debian-stretch-DI-alpha3-amd64-netinst.iso网络安装,安装完毕重启时报错如下(所选桌面环境为gnome):
抓图1.png
抓图1.png (4.51 KiB) 查看 4328 次
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: 求助下,安装debian testing报错

#2

帖子 vickycq » 2015-10-19 17:00

手工创建链接 修复
GRUB 编辑启动项 加入内核参数 init=/bin/bash 或 systemd.unit=emergency.target
进入 root shell 后:

代码: 全选

mount -o remount,rw /
ln -fs /proc/self/mounts /etc/mtab
reboot
参考
https://www.reddit.com/r/debian/comment ... or/cw0zel1
https://www.reddit.com/r/debian/comment ... or/cw13o4j
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
l10x
帖子: 447
注册时间: 2008-06-23 19:31
系统: debian+fedora+win10

Re: 求助下,安装debian testing报错

#3

帖子 l10x » 2015-10-19 17:15

:Faint 谢谢,成功解决

详细步骤如下,便于像我这样的菜鸟使用:
进入GRUB,选中 debian ,按e编辑,在 kernel /vmlinuz…… 一段末尾加入 init=/bin/bash 或 systemd.unit=emergency.target
根据提示按f10引导
进入 root shell 后:
代码:
mount -o remount,rw /
ln -fs /proc/self/mounts /etc/mtab
reboot(另:reboot没反应,可按ctrl+alt+del重启)
上次由 l10x 在 2015-10-20 17:23,总共编辑 1 次。
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: 求助下,安装debian testing报错

#4

帖子 vickycq » 2015-10-19 17:26

Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
l10x
帖子: 447
注册时间: 2008-06-23 19:31
系统: debian+fedora+win10

Re: 求助下,安装debian testing报错

#5

帖子 l10x » 2015-10-20 17:28

:Faint :Cry 论坛的高清大表情变小了
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 求助下,安装debian testing报错

#6

帖子 poloshiao » 2015-10-20 19:53

reboot(另:reboot没反应,可按ctrl+alt+del重启)
exec /sbin/init

補充
在 systemd 執行 /sbin/init 就是繼續 systemd 初始化 不需重新開機
回复