Sunday, October 15, 2017

CLi booting + boot prorgram

https://askubuntu.com/questions/826325/how-to-revert-usb-wifi-interface-name-from-wlxxxxxxxxxxxxx-to-wlanx


https://linux.m2osw.com/boot-command-line-console-ubuntu-1604

$ sudo vim /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="text"
GRUB_CMDLINE_LINUX="text"
GRUB_TERMINAL=console

$ update-grub
$ systemctl set-default multi-user.target
$ reboot 

No comments:

Post a Comment