求助下,安装debian testing报错
-
- 帖子: 447
- 注册时间: 2008-06-23 19:31
- 系统: debian+fedora+win10
求助下,安装debian testing报错
使用debian-stretch-DI-alpha3-amd64-netinst.iso网络安装,安装完毕重启时报错如下(所选桌面环境为gnome):
- vickycq
- 帖子: 4507
- 注册时间: 2011-03-20 13:12
- 系统: Debian
- 来自: 山东省寿光县
- 联系:
Re: 求助下,安装debian testing报错
手工创建链接 修复
GRUB 编辑启动项 加入内核参数 init=/bin/bash 或 systemd.unit=emergency.target
进入 root shell 后:
参考
https://www.reddit.com/r/debian/comment ... or/cw0zel1
https://www.reddit.com/r/debian/comment ... or/cw13o4j
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 用户
欢迎所有 Debian GNU/Linux 用户
-
- 帖子: 447
- 注册时间: 2008-06-23 19:31
- 系统: debian+fedora+win10
Re: 求助下,安装debian testing报错

详细步骤如下,便于像我这样的菜鸟使用:
进入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报错
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
欢迎所有 Debian GNU/Linux 用户
-
- 帖子: 447
- 注册时间: 2008-06-23 19:31
- 系统: debian+fedora+win10
Re: 求助下,安装debian testing报错


-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: 求助下,安装debian testing报错
exec /sbin/initreboot(另:reboot没反应,可按ctrl+alt+del重启)
補充
在 systemd 執行 /sbin/init 就是繼續 systemd 初始化 不需重新開機