November 10, 201015 yr I need help determining what to do. Thank you. FYI: this was all taken immediately post boot. Minor Issues: Nov 10 01:55:35 Tower kernel: ACPI Error (psargs-0359): [ECEN] Namespace lookup failure, AE_NOT_FOUND Nov 10 01:55:35 Tower kernel: ACPI Error (psparse-0537): Method parse/execution failed [\] (Node c14760c8), AE_NOT_FOUND Nov 10 01:55:35 Tower kernel: ACPI Warning: Incorrect checksum in table [OEMB] - 9A, should be 99 (20090903/tbutils-314) Errors: Nov 10 01:56:02 Tower unmenu-error: Fatal error:Exiting uu, unmenu may already be running, exit status=2 Nov 10 01:56:02 Tower unmenu-error: Fatal error:Exiting uu, unmenu may already be running, exit status=2 Nov 10 01:56:02 Tower unmenu-error: Fatal error:Exiting uu, unmenu may already be running, exit status=2 Nov 10 01:56:02 Tower unmenu-error: Fatal error:Exiting uu, unmenu may already be running, exit status=2 Config/Go #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c /boot/unmenu/uu echo "/boot/unmenu/uu" >> /boot/config/go /boot/unmenu/uu /boot/unmenu/uu /boot/unmenu/uu /boot/unmenu/uu /boot/unmenu/uu /boot/unmenu/uu Note: I have no idea why my config/go file keeps filling up with more /boot/unmenu/uu items. I typed the original "/boot/unmenu/uu" item. Everything after that 'grew'.
November 10, 201015 yr You put a 1-time-only command in the go file (the echo cmd). Your config go file should only be: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c /boot/unmenu/uu
November 10, 201015 yr Author Brilliant! Cheers mate. Now all that are left are some 'minor issues' Nov 10 02:27:29 Tower kernel: ACPI Error (psargs-0359): [ECEN] Namespace lookup failure, AE_NOT_FOUND Nov 10 02:27:29 Tower kernel: ACPI Error (psparse-0537): Method parse/execution failed [\] (Node c14760c8), AE_NOT_FOUND Nov 10 02:27:29 Tower kernel: ACPI Warning: Incorrect checksum in table [OEMB] - 9A, should be 99 (20090903/tbutils-314)
November 11, 201015 yr Brilliant! Cheers mate. Now all that are left are some 'minor issues' Nov 10 02:27:29 Tower kernel: ACPI Error (psargs-0359): [ECEN] Namespace lookup failure, AE_NOT_FOUND Nov 10 02:27:29 Tower kernel: ACPI Error (psparse-0537): Method parse/execution failed [\] (Node c14760c8), AE_NOT_FOUND Nov 10 02:27:29 Tower kernel: ACPI Warning: Incorrect checksum in table [OEMB] - 9A, should be 99 (20090903/tbutils-314) Don't worry about them, they are not something we can do anything about anyway.
Archived
This topic is now archived and is closed to further replies.