[Solved] Running Advmenu @ startup
  • Is there a way to run advmenu when you start the raspberry pi?
    This is the oldest post here
  • Yep, you could edit the .profile, take out the call to the menu (python...menu.py) and put in "advmenu" instead.
  • Exactly what johnnygal above said.

    nano ~/.profile
    remove the line with menu.py, replace the whole line with just advmenu
    That's it :)
  • Great...I will try that tonight. Thank you.
  • works for me! thank you two
This discussion has been closed.
All Discussions