0x0010 - Ubuntu Boot to Console

0x0010 - Ubuntu Boot to Console

How to disable sleep modes:

sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target

How to boot into console:

sudo systemctl set-default multi-user.target
Linux Rocks Every Day