Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

edit grub file

#You should add this option to /etc/default/grub, firstly:

sudo nano /etc/default/grub
#and then add nomodeset to GRUB_CMDLINE_LINUX_DEFAULT:

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX=""
#And then save by hitting Ctrl+O, then exit nano with Ctrl+X, then simply run:

sudo update-grub
Comment

PREVIOUS NEXT
Code Example
Shell :: sed delete between two patterns 
Shell :: install adonisjs 
Shell :: Terminal commands to push a file to Github 
Shell :: git amend commit message after push 
Shell :: git create branch with specific commit 
Shell :: how to copy the content of the file to clipboard in bash 
Shell :: node check installed modules 
Shell :: multiply command bash 
Shell :: linux disk usage 
Shell :: how to change permissions on a file in linux 
Shell :: list of git branches 
Shell :: openssl p12 to pem 
Shell :: install yt-dlp windows 
Shell :: ubuntu times new roman font 
Shell :: how to install teamspeak server arch linux 
Shell :: sum decimals bash 
Shell :: pytorch for jetson nano 
Shell :: pesquisar git 
Shell :: ansible choose host file 
Shell :: curl ssl verify false c 
Shell :: git force sync with remote 
Shell :: install android sdk 
Shell :: list all running processes linux 
Shell :: github readme stats 
Shell :: speedtest cli mac 
Shell :: install flask auto reload 
Shell :: see unpushed commits 
Shell :: install bootstrap scss 
Shell :: linux ogg to wav 
Shell :: docker remove tag 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =