fishface Posted October 30, 2010 Share Posted October 30, 2010 I installed and configured unmenu following various guides within these forums, I successfully accessed via http://localip:8080 and then added a few extra goodies, all worked just as one would hope, however after rebooting the device I cannot access unmenu, the regular unRAID menu works fine on port80 - what have I missed? Link to comment
fishface Posted October 30, 2010 Author Share Posted October 30, 2010 Fixed it...hadn't added "/boot/unmenu/uu" to the go file Link to comment
wsume99 Posted October 30, 2010 Share Posted October 30, 2010 You've got the right idea but you left out some info. You have to add the following to your go file: cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c /boot/unmenu/uu Link to comment
Joe L. Posted October 30, 2010 Share Posted October 30, 2010 You've got the right idea but you left out some info. You have to add the following to your go file: cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c /boot/unmenu/uu Actually, you do not need to add the "find" line. It is installed there for you the first time you request a package re-install itself on re-boot. You do need to add the line /boot/unmenu/uu to get it to start itself the next time you reboot. Link to comment
fishface Posted October 30, 2010 Author Share Posted October 30, 2010 Doing adding "/boot/unmenu/uu" seem to fix it, unmenu is now persistent after reboot, I noticed that the "find" line was already there. Thank you both for your help...and unmenu is a great add-on Now all I gotta do is get my WD15EARS working with it Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.