As far as I know, this is configured within a parameter in the GRUB default file.
Edit your /etc/default/grub
file and there should be a parameter called GRUB_CMDLINE_LINUX_DEFAULT
. Change its value to text
.
After that, don't forget to update your GRUB
config:
sudo update-grub2