Cannot disable 'Restart to eMMC' option

I have purchased the Ugoos AM6b+ and successfully installed CoreELEC on the eMMC with dual boot following the excellent guide in https://discourse.coreelec.org/t/guide-s922x-j-ugoos-am6b-coreelec-installation-and-faqs/.
Everything seems to work fine and I am really happy at the moment.

However, I am having issues following anon62335196 tips in https://discourse.coreelec.org/t/guide-s922x-j-ugoos-am6b-coreelec-installation-and-faqs/51231/155.

I would like to remove the ‘Restart to eMMC’ option as described the following way:

Optional, Remove ‘Restart to eMMC option…’ option from boot menu

  • To prevent accidentally restarting into Android you will need to modify the available boot options to suppress that option from even showing. Navigate to the COREELEC folder via folder browser on your computer, then go to /Addons/[the skin folder you’re using]/xml/DialogButtonMenu.xml. Edit the file and set reboot to eMMC to ‘False’ or remove the option altogether.

My skin is “Estuary” and I have used the CoreELEC nightly build from May 19th.
I have connected to the AMB6b+ via SSH and SMB from macOS and a Windows PC and FileZilla and I can see the folders and files, and there is even an “Addons” folder.
But inside that folder there is no “Estuary” sub-folder.
I have found an “Estuary” sub-folder in a different location, but there is no “xml” sub-folder there, and nowhere can I find the file “DialogButtonMenu.xml”.

What I am doing wrong?
Can you please help me?
I would be very thankful for a step-by-step guide regarding “navigate to the COREELEC folder via folder browser on your computer”, because I seem to be too stupid to do this the right way.

Thank you very much in advance!

Greetings,
DotWin

You need to use SSH.

cp -r /usr/share/kodi/addons/skin.estuary /storage/.kodi/addons
# open file /storage/.kodi/addons/skin.estuary/xml/DialogButtonMenu.xml
# remove item with label "Reboot from eMMC/NAND"
1 Like

Thank you very much for your help! :grinning:

It worked great.

1 Like