You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
重启系统,在 grub 选择画面,按 “ e ” 进入 burg 编辑模式。光标移至编辑模式中的第5项( linux /boot/vmlinuz...... ),在后面输入“ single ”(注:single 前边有一个空格),然后,按 Ctrl+X 键。接着,按『 Enter 』键,等出现输入命令的提示时(【 root@XXX 】#)输入 “ passwd XXX ” ,其中 “ XXX ” 是指用户名,然后【 Enter 】,(系统提示你输入两次新密码)。然后,输入 reboot,就 OK 了。
187
+
重启系统,在 grub 选择画面,按 “ e ” 进入 grub 编辑模式。光标移至编辑模式中的第5项( linux /boot/vmlinuz...... ),在后面输入“ single ”(注:single 前边有一个空格),然后,按 Ctrl+X 键。接着,按『 Enter 』键,等出现输入命令的提示时(【 root@XXX 】#)输入 “ passwd XXX ” ,其中 “ XXX ” 是指用户名,然后【 Enter 】,(系统提示你输入两次新密码)。然后,输入 reboot,就 OK 了。
188
188
189
189
#### USB鼠标和U盘不能使用
190
-
这是由于 ACPI 模块与 USB 模块冲突,可以参考“系统安装和启动”中解决问题的方法,在 burg.cfg 文件中增加 acpi=off 参数即可。有些机器添加参数后只有某个特定的 USB 接口可以使用。
190
+
这是由于 ACPI 模块与 USB 模块冲突,可以参考“系统安装和启动”中解决问题的方法,在 grub.cfg 文件中增加 acpi=off 参数即可。有些机器添加参数后只有某个特定的 USB 接口可以使用。
0 commit comments