How to boot into recovery mode
- Vous devez vous identifier ou créer un compte pour écrire des commentaires
I tried editing the grub2 configuration but I cannot boot into single user mode. I will have to reinstall my entire OS, or can boot from external media to try to fix the issue?
managed to fix tty1. steps taken:
grub> ls (ahci0,msdos1/ # to find root filesystem
grub> linux (ahci0,msdos1)/vmlinuz-4.4.0-161-generic root=/dev/mapper/oem--vg-root
grub> initrd (ahci0,msdos1)/initrd.img-4.4.0-161-generic
grub> boot
after this i got a tty1 login prompt.
- Vous devez vous identifier ou créer un compte pour écrire des commentaires