Not able to remove kernel extra options

Caesar

Contributor
Joined
Feb 22, 2013
Messages
114
When I first setup Scale I had the black screen during boot issue and use the work around of editing Grub during boot and added
Code:
nomodeset i915.modeset = 0
I also ran
Code:
midclt call system.advanced.update '{"kernel_extra_options": "nomodeset i915.modeset = 0"}'
so that the changes will survive a reboot. Now I need to remove those changes but they will not remove. Every time I reboot the server the extra options are added back to the Grub default command line.
Has anyone else seen this behavior?

Here are the steps I am using to remove the extra options
  • edit /etc/default/grub.d/truenas.cfg
  • remove nomodeset i915.modeset=0 from GRUB_CMDLINE_LINUX_DEFAULT
  • execute update-grub
  • executemidclt call system.advanced.update '{"kernel_extra_options": ""}'
  • reboot server


2022-09-26 10_53_55-Shell - avalon.png
 

Caesar

Contributor
Joined
Feb 22, 2013
Messages
114
Does anyone have any ideas of what I could try or look at for this? I have to add a keyboard and monitor to my server every time I need to reboot. I'm at the point where I may even reinstall the OS
 
Top