Pi Config not saving settings

Hey @Karnage . Unfortunately this might not be solved after all. After applying the hotfix and rebooting, I was indeed able to change settings. The UI did reflect the content of the config.txt file. If I would’ve attempted a second reboot I would’ve noticed that the Pi isn’t coming up. Sorry for that.

The debug logs right after the patch (screen came up automatically without any doing on my part) are here: http://paste.osmc.io/atixuvaniq . Anyway these look different…

Originally my config.txt did look like this:

dtoverlay=lirc-rpi:gpio_out_pin=17,gpio_in_pin=18 sdtv_mode=2 disable_splash=1 gpu_mem_1024=320 start_x=1 max_usb_current=0 disable_overscan=1 sdtv_aspect=3 hdmi_ignore_cec_init=1
At this point the hotfix is applied and I’m cycling through sdtv_aspect and sdtv_mode actually not changing anything and hitting OK. The Please reboot message appears. The generated config.txt looks like this:

dtoverlay=lirc-rpi:gpio_out_pin=17,gpio_in_pin=18 sdtv_mode=2 disable_splash=1 gpu_mem_1024=320 start_x=1 max_usb_current=0 disable_overscan=1 sdtv_aspect=3 hdmi_ignore_cec_init=1 device_tree=[remove], dtoverlay=lirc-rpi:gpio_out_pin=17,gpio_in_pin=18

Notice the duplicate dtoverlay line.

I’m unmounting my HDD and perform a reboot. Pi doesn’t boot.

The debug log during the Pi Config work is here: http://paste.osmc.io/cequpuqefo

Hope that helps. I’m removing the [SOLVED] tag from title for the time being.

Ralph