I come from here: Xubuntu half screen is distorted upon regular boot
The problem is that the grub file is read-only and has no write permission, this : How to edit GRUB file at /etc/default/
Suggests using gksu, but i dont have internet to install gksu, what can i do? Ps: i am in root and used nano and vi
nano
,vi
?Nano
is way easier to use! – George Udosen Jun 09 '18 at 16:27ls -l /etc/default/grub
and lets see the write permission status – George Udosen Jun 09 '18 at 16:31sudo nano /etc/default/grub
. It is not read only. – mikewhatever Jun 09 '18 at 16:43sudo mount -o remount,rw /
– Terrance Jun 09 '18 at 17:06