Page 1 of 1

install

Posted: Tue Jul 04, 2017 4:19 pm
by randy2017
ok installed fedro25
have to manually reboot
login comes up
password works

then I type
sudo su-
ask for password
error wrong password

Re: install

Posted: Wed Jul 05, 2017 8:28 am
by bigfoot65
error wrong password
This indicates you either entered the password incorrectly or you did not follow the instructions correctly. When installing Fedora, the user you create should be made an administrator.

Recommend you verify the password and if it does not work, you will need to start over with the Fedora 25 installation.

Please ensure you follow the installation guidance precisely and do not deviate.

Re: install

Posted: Thu Jul 06, 2017 6:46 pm
by randy2017
well i given up amahi
burn two new dvds tried to 12 times
to install
after a install fedro 25 ask to reboot well reboot to dvd
take out dvd boots up
my name and password
everthing okay
sudo su-
ask password
comand not found
i made sure that password is corect
very very frustated

Re: install

Posted: Fri Jul 07, 2017 5:13 am
by bt107
Don't give up! Your command syntax is wrong. Instead of

sudo su-

It should be

sudo su -

You need a space between su and -

That's why you're getting command not found.