Simplest method of enabling the root user on for OS X
From Ben's Writing
I recently found nice and simple new way to enable the root user on Mac OS X:
$ dsenableroot -u <your-username> -p <your-password> -r <root-password> dsenableroot:: ***Successfully enabled root user.
That should be all you need. No GUI; not wait.