You are not logged in.
Pages: 1
I have a problem with my grub
usr/sbin/grub-mkconfig:4:/etc/default/grub: syntax : unterminated quoted string
How can I correct from the terminal?
As always, I appreciate the help
Offline
Single or double quotes need to occur by pairs (opening / closing). Probably one element of a pair is missing (or duplicated).
Check for this in the file /etc/default/grub
For safety, before modifying a line, duplicate it, comment out the original with a # (as a backup) and modify the other line.
Save and run sudo update-grub
Q4OS machine: Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD
Offline
solving
It turns out I had a duplicate
Thx
Offline
Pages: 1