do you mean su comand, or sudo command ? - the sudo command needs the password of the normal user, and su needs the root password. By default in ubuntu the root account has no password and you get to it by "becoming root" via sudo.
try sudo -i
give it your normal password, then do passwd root
and you should be able to set a password for the root user. Then you can run su
as a normal user to change user to root.
normal user -> sudo
-> (user password) -> root for one command
normal user -> su
-> (root password) -> root until exit
given.
sudo has configuration to say who can run which commands as root, but by default the user you created at install can do what you need.
does that help / make sense ?
In the long run though, in this particular instance you'd be better off doing sudo -i
to get root on a temporary basis, and run the installer from there (i.e: as root).
I dont know your answer is working or not, I should change question or browse Wubi troubleshoots, there are lot of common linux/ubuntu features didnt work in my installation. – Vina – 2010-09-16T14:11:39.443