If Debian linux console root account locked follow below:
- Reboot the debain VM and in console
- Press e to reach the GRUB menu.
- Change the boot options
- Delete
console=tty2 quiet loglevel=2
and replace with the boot option -
init=/bin/bash
as
- Delete
4. Press Ctrl+X or F10 to enter root@(none):/#
prompt.
- Run
fsck -f -y -v /dev/sdc1
repeatedly until there are no more errors. - Enter the command
reboot -f
to reboot the VM.
No comments:
Post a Comment