Oracle VM VirtualBox + Debian9忘记root密码
修改Grub启动参数为rw init=/bin/bash进入系统后,运行passwd重设root密码https://linuxconfig.org/how-to-reset-lost-root-password-on-ubuntu-18-04-bionic-beaver-linux
rw init=/bin/bash
passwd
root