Sorry, for taking so long. Responding now so that the thread doesn’t get locked. I’ll try to experiment on my devices to test again.
I’ve done it before on my laptop, but have some new installs that I’ve been meaning to customize. These should hopefully be more representative and reproducible instead of an older install (I think in theory it shouldn’t matter, but I have my suspicions based on my first go at this).
Alright, so the instructions near the top of the thread were a bit weird to use, but this specific comment was usable.
I prefer to do it a little bit differently, but the premise is still the same. Apologies if this is stuff you already know, but might as well be explicit and cover every step.
Practice writing and saving with nano in a safe place (expand if needed):
This will create a text file in Documents and open it in the nano terminal text editor
nano Documents/test.txt
After typing some text: Ctrl+X to exit => Y to save => Enter to confirm writing and exit
My process is:
Create the file (or enters the file if already exists) sudo nano /boot/grub2/user.cfg
Write configuration text (for themes, time, resolutions, etc) and save set timeout=10
Check if the file was written to and saved correctly sudo nano /boot/grub2/user.cfg
On my machine, it seems like it took a couple reboots before the changes took place. Let me know if this doesn’t work for you.
Were you using sudo when trying to edit these files? If not, that could explain the edits not persisting in this location.
“set gfxmode=“1920x1080,1280x1024,1024x768,auto” set gfxpayload=keep load_video insmod gfxterm terminal_input gfxterm terminal_output gfxterm set timeout_style=menu set timeout=10”
I’ve rebooted several times and also run “ujust regenerate-grub”, but nothing seems to have happened, grub is always at 3 seconds