Since I bought my netbook, I have not been able to install anything new onto my computer and I downloaded several things, but could not install it. I then decide to change and upgrade the Linux version (one person told me to do that). Then I download an updated Linux version but can not install it, then I find on the internet to logon as root, but I am asked for a password which I do not have. What to do?
|
|
|||||

have you tried dropping to the terminal and typing the command:
"su" (without quotation marks)
then entering either your normal user password or leaving the prompt blank? i've seen it where the root password on desktops & laptops/netbooks is either blank or the main users password.
if this works the command will (S)witch (U)ser and give you root privileges. then (as you are logged on as root) you can use "passwd" to change it...
if that doesn't work then google is your friend.
http://www.dba-oracle.com/oracle_tips_lost_root.htm
http://cities.lk.net/lost_password.htm
hope one of the solutions work :)