Re: [U-Boot] change root password

2010-05-06 Thread Wolfgang Denk
Dear Nuno Cardoso, In message you wrote: > > When I change the root password I'm using the command that you specify > "passwd root" and enter a new password. After that, I execute the "exec > init" command in U-Boot shell to boot all the linux system. At login, I put > the new password, but I ca

Re: [U-Boot] change root password

2010-05-06 Thread Nuno Cardoso
When I change the root password I'm using the command that you specify "passwd root" and enter a new password. After that, I execute the "exec init" command in U-Boot shell to boot all the linux system. At login, I put the new password, but I cannot log! After a restart, I stop the u-boot proc

Re: [U-Boot] change root password

2010-05-04 Thread Detlev Zundel
Hi Nuno, > How can I change root password?? > > I try this: > > 1) stop u-boot and add "init=/bin/sh" to the bootargs variable; > 2) boot > 3) passwd -d root (inside shell) > > > but this doesn't work When I reboot the machine, I cannot login with a > new password. There really is no need to

Re: [U-Boot] change root password

2010-05-04 Thread Albert ARIBAUD
Le 04/05/2010 12:48, Nuno Cardoso a écrit : > hi, > > How can I change root password?? > > I try this: > > 1) stop u-boot and add "init=/bin/sh" to the bootargs variable; > 2) boot > 3) passwd -d root (inside shell) > > > but this doesn't work When I reboot the machine, I cannot login with a >

[U-Boot] change root password

2010-05-04 Thread Nuno Cardoso
hi, How can I change root password?? I try this: 1) stop u-boot and add "init=/bin/sh" to the bootargs variable; 2) boot 3) passwd -d root (inside shell) but this doesn't work When I reboot the machine, I cannot login with a new password. Thanks, Nuno Cardoso.