Kirkwood U-Boot and Debian Installer Script (WORK-IN-PROGRESS) July 15, 2016 06:53AM |
Admin Registered: 14 years ago Posts: 19,294 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 15, 2016 10:57AM |
Admin Registered: 14 years ago Posts: 19,294 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 15, 2016 04:54PM |
Registered: 9 years ago Posts: 298 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 15, 2016 10:49PM |
Admin Registered: 14 years ago Posts: 19,294 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 16, 2016 08:12AM |
Registered: 9 years ago Posts: 298 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 18, 2016 08:00PM |
Admin Registered: 14 years ago Posts: 19,294 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 22, 2016 04:55PM |
Registered: 9 years ago Posts: 298 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 22, 2016 11:53PM |
Admin Registered: 14 years ago Posts: 19,294 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 23, 2016 01:01AM |
Registered: 10 years ago Posts: 467 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 23, 2016 01:57AM |
Admin Registered: 14 years ago Posts: 19,294 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 23, 2016 04:03AM |
Registered: 10 years ago Posts: 467 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 23, 2016 06:14AM |
Registered: 9 years ago Posts: 298 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 23, 2016 02:25PM |
Admin Registered: 14 years ago Posts: 19,294 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 23, 2016 05:25PM |
Registered: 9 years ago Posts: 298 |
wget http://bit.ly/1zI6Pbg --2016-07-24 00:30:40-- http://bit.ly/1zI6Pbg Resolving bit.ly (bit.ly)... 67.199.248.10, 67.199.248.11 Connecting to bit.ly (bit.ly)|67.199.248.10|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://raw.githubusercontent.com/paweljw/debian-recovery/master/bootstrap.sh [following] --2016-07-24 00:30:40-- https://raw.githubusercontent.com/paweljw/debian-recovery/master/bootstrap.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.12.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.12.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 463 [text/plain] Saving to: ‘1zI6Pbg’ 100%[===================================================================================================================>] 463 --.-K/s in 0s 2016-07-24 00:30:41 (217 MB/s) - ‘1zI6Pbg’ saved [463/463] ##doing a cat on the downloaded file to see its contents: cat 1zI6Pbg #!/bin/bash # http://bit.ly/1zI6Pbg function bang() { echo "# Ten skrypt jest smutny jesli nie jestes rootem" echo "# Aktualny uzytkownik to:" whoami echo "# Instalacja GITa" apt-get update apt-get -qq -y --force-yes install git mc echo "# Ide do /tmp" cd /tmp echo "# Klonuje skrypty rozruchowe" rm -rf debian-recovery git clone https://github.com/paweljw/debian-recovery.git cd debian-recovery chmod +x payloads/* run-parts ./payloads }
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 24, 2016 12:47AM |
Admin Registered: 14 years ago Posts: 19,294 |
> wget http://bit.ly/1zI6Pbg > > > --2016-07-24 00:30:40-- http://bit.ly/1zI6Pbg > > > > Resolving bit.ly (bit.ly)... 67.199.248.10, > 67.199.248.11 > > > Connecting to bit.ly (bit.ly)|67.199.248.10|:80... > connected. > > > HTTP request sent, awaiting response... 301 Moved > Permanently > > > Location: > https://raw.githubusercontent.com/paweljw/debian-r > ecovery/master/bootstrap.sh [following] > > --2016-07-24 00:30:40-- > https://raw.githubusercontent.com/paweljw/debian-r > ecovery/master/bootstrap.sh > > Resolving raw.githubusercontent.com > (raw.githubusercontent.com)... 151.101.12.133 > > > Connecting to raw.githubusercontent.com > (raw.githubusercontent.com)|151.101.12.133|:443... > connected. > > HTTP request sent, awaiting response... 200 OK > > > > Length: 463 [text/plain] > > > > Saving to: ‘1zI6Pbg’ > > > > > > > > 100%[============================================= > ================================================== > ====================>] 463 --.-K/s in 0s > > > 2016-07-24 00:30:41 (217 MB/s) - ‘1zI6Pbg’ > saved [463/463] > > ##doing a cat on the downloaded file to see its > contents: > > cat 1zI6Pbg > #!/bin/bash > > # http://bit.ly/1zI6Pbg > > function bang() > { > echo "# Ten skrypt jest smutny jesli nie > jestes rootem" > echo "# Aktualny uzytkownik to:" > whoami > > echo "# Instalacja GITa" > apt-get update > apt-get -qq -y --force-yes install git mc > > echo "# Ide do /tmp" > cd /tmp > > echo "# Klonuje skrypty rozruchowe" > rm -rf debian-recovery > git clone > https://github.com/paweljw/debian-recovery.git > cd debian-recovery > chmod +x payloads/* > run-parts ./payloads > } > >
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 24, 2016 02:06AM |
Registered: 9 years ago Posts: 298 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 24, 2016 02:06PM |
Admin Registered: 14 years ago Posts: 19,294 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 25, 2016 03:04AM |
Registered: 9 years ago Posts: 298 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 25, 2016 11:57AM |
Admin Registered: 14 years ago Posts: 19,294 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 25, 2016 11:58AM |
Admin Registered: 14 years ago Posts: 19,294 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 25, 2016 02:31PM |
Registered: 9 years ago Posts: 298 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 25, 2016 05:33PM |
Admin Registered: 14 years ago Posts: 19,294 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 29, 2016 02:37PM |
Registered: 9 years ago Posts: 298 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 29, 2016 06:07PM |
Admin Registered: 14 years ago Posts: 19,294 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 30, 2016 02:12PM |
Admin Registered: 14 years ago Posts: 19,294 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 30, 2016 11:31PM |
Registered: 9 years ago Posts: 298 |
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 31, 2016 03:10AM |
Registered: 8 years ago Posts: 91 |
-rwxr-xr-x 1 root root 37142 Jan 1 00:00 file.php?3,file=941,filename=kirkwood-installer-f
If everything looks good, type 'ok' to continue: ok Good, now we need to know what device we are working on here is a list, please write the number of the device 00. download and unpack toolbox 01. make a Debian rootfs in a drive 1.Zyxel nsa310 2.Zyxel nsa325v1 or nsa325v2 3.Pogoplug 00 downloading tools mkdir: cannot create directory '': No such file or directoryFor both options.
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 31, 2016 09:14AM |
Registered: 9 years ago Posts: 298 |
> -rwxr-xr-x 1 root root 37142 Jan 1 > 00:00 > file.php?3,file=941,filename=kirkwood-installer-f >
wget -O ./kirkwood-installer-fix2.sh /link/to/download
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 31, 2016 01:59PM |
Registered: 8 years ago Posts: 91 |
# Successfully installed /tmp/tools/fw_printenv. # checking for /etc/fw_env.config... # Installing /etc/fw_env.config... /etc/fw_env.config https://dl.dropboxusercontent.com/u/47541136/linux/tools_for_Kirkwood_installer/fw_env.config https://dl.dropboxusercontent.com/u/47541136/linux/tools_for_Kirkwood_installer/fw_env.config.md5 /etc/fw_env.config.md5 /etc/fw_env.config.md5: Read-only file system /etc/fw_env.config.md5: Read-only file system ## Could not install /etc/fw_env.config from https://dl.dropboxusercontent.com/u/47541136/linux/tools_for_Kirkwood_installer/fw_env.config, exiting. -bash-3.2#
Re: Kirkwood U-Boot and Debian Installer Script (WIP) July 31, 2016 02:01PM |
Admin Registered: 14 years ago Posts: 19,294 |