Something wrong in /etc/default/grub

I made corrections some times ago (https://forum.manjaro.org/t/virtual-box-vm-dont-start/122941,. I was thinking that the issue was solved. But I still got an error.

[pierre@Crest ~]$ sudo update-grub
[sudo] Mot de passe de pierre : 
/etc/default/grub: ligne 5: udev.log_priority=3” : commande introuvable

The content of the first lines of the grub file is:

GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT=“quiet apparmor=1 security=apparmor resume=UUID=b96f6933-7018-4d59-8ea1-60b1845db6d2 udev.log_priority=3”
GRUB_CMDLINE_LINUX=""

Any suggestion?

Thanks.
P.

try
udev.log_level=3
instead of
udev.log_priority=3

or remove that altogether so you can run
update-grub
without error

man kernel-command-line
look for udev …
the syntax has changed, it seems and you where using old references

LINUX_DEFAULT=“quiet apparmor=1 security=apparmor resume=UUID=b96f6933-7018-4d59-8ea1-60b1845db6d2 udev.log_level=3”

… or just:
loglevel=3

Many thanks.
It seems that I made a syntax error.

edited for clarity: line 5 used wrong quote characters: vs "

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.