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 I also ran 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
Code:
nomodeset i915.modeset = 0
Code:
midclt call system.advanced.update '{"kernel_extra_options": "nomodeset i915.modeset = 0"}'
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
- execute
midclt call system.advanced.update '{"kernel_extra_options": ""}'
- reboot server