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=2and replace with the boot option -
init=/bin/bashas
- Delete

4. Press Ctrl+X or F10 to enter root@(none):/# prompt.
- Run
fsck -f -y -v /dev/sdc1repeatedly until there are no more errors. - Enter the command
reboot -fto reboot the VM.
Comments
Post a Comment