I hope this is the correct category for this.
So I wanted to change my grub gfxmode
, so I figured I’d edit /boot/grub2/user.cfg
. But as it turns out, whatever I did wasn’t the correct syntax for grub. Some kind of lexer error. I think I did this:
- Create
/boot/grub2/user.cfg
and writeset gfxmode=1280x1024x32,auto
(bonus points if someone knows why this might be wrong but that’s not the point) - Run
rpm-ostree update
to try to “lock it in”. I figured changes might only persist if I actually deploy a new commit. - Find out the config entry for the new deployment doesn’t work. Get an error from grub.
- Other entry still works, so use that
- Remove
/boot/grub2/user.cfg
again. Update again. - Find out that it still only works for the old entry.
Anybody out here who knows how to remove that faulty config and/or just redeploy from scratch?