Page 56 of 62

Re: Spectre660's Linux downloads for the Sam440/460

Posted: Sat Jan 30, 2016 10:14 pm
by Ribdevil
Hi Xeno.......
I try to install the Kernel 4.4.0 for SAM 440, but I don't remember my root password, so I can't save at boot and lib.

How I can recove the password if our systems don't comes with GRUB ?

Thanks

Re: Spectre660's Linux downloads for the Sam440/460

Posted: Sun Jan 31, 2016 6:06 pm
by xeno74
Ribdevil wrote:Hi Xeno.......
I try to install the Kernel 4.4.0 for SAM 440, but I don't remember my root password, so I can't save at boot and lib.

How I can recove the password if our systems don't comes with GRUB ?

Thanks
Hi Ribdevil,

You have to boot in the single-user mode. Add just " 1" to the end of the line of the boot arguments:

Code: Select all

U-Boot> setenv bootargs "root=/dev/sda2 1"
If you do get the prompt, the / filesystem may not be mounted rw (although "mount" may say it is). Do:

Code: Select all

mount -o remount,rw /
If that doesn't work (it might not), just type "mount" to find out where "/" is mounted. Let's say it is on /dev/sda2. You'd then type:

Code: Select all

mount -o remount,rw /dev/sda2
If you can do this, just type "passwd" once you are in and change it to whatever you like.

Good luck! :-)

Cheers,

Christian

Re: Spectre660's Linux downloads for the Sam440/460

Posted: Sun Jan 31, 2016 6:21 pm
by xeno74
Or edit the a1boot.conf

Code: Select all

Debian /boot/uImage root=/dev/sda2 1

Re: Spectre660's Linux downloads for the Sam440/460

Posted: Sun Jan 31, 2016 8:09 pm
by Ribdevil
Thanks Xeno.

Instaled, now I'm testing 4.4.0

All the soft installed works, it's the base of LUBUNTU 14.04.

I'm installing some other, like sysinfo and others to test a little more.

Re: Spectre660's Linux downloads for the Sam440/460

Posted: Sun Jan 31, 2016 8:17 pm
by Ribdevil
SYSINFO working.
But, error while installing Phyton 3.4.
Even with kernel 3.16.

Re: Spectre660's Linux downloads for the Sam440/460

Posted: Thu Feb 04, 2016 2:48 am
by Spectre660

Re: Spectre660's Linux downloads for the Sam440/460

Posted: Thu Feb 04, 2016 9:21 am
by xeno74
Spectre660 wrote:Sam460ex 4.4.1 kernel

https://www.dropbox.com/s/9zxg5g820zlem ... ar.gz?dl=0
Many thanks!

Download: Sam460ex-4.4.1.tar.gz

Re: Spectre660's Linux downloads for the Sam440/460

Posted: Sun Feb 07, 2016 3:31 pm
by Spectre660
When Installing Lubuntu 16.04 select both Lubuntu Desktop and Ubuntu Mate Desktop.

Re: Spectre660's Linux downloads for the Sam440/460

Posted: Sun Feb 07, 2016 3:47 pm
by Spectre660
Sam440ep Lubuntu 16.04 installer iso . (Untested).

https://www.dropbox.com/s/stekgzg76fk7d ... 1.iso?dl=0

Re: Spectre660's Linux downloads for the Sam440/460

Posted: Sun Feb 07, 2016 10:17 pm
by xeno74
Spectre660 wrote:Sam440ep Lubuntu 16.04 installer iso . (Untested).

https://www.dropbox.com/s/stekgzg76fk7d ... 1.iso?dl=0
Hi Spectre660,

Many thanks for the netinstall ISO.

Download: Sam440ep_Lubuntu_16.04_Netinstall-1.iso

I am very happy that you support the Sam440. :-)

Cheers,

Christian