GoFlex Home gone AWOL February 15, 2019 09:19AM |
Registered: 7 years ago Posts: 337 |
Re: GoFlex Home gone AWOL February 15, 2019 02:26PM |
Admin Registered: 14 years ago Posts: 19,550 |
Re: GoFlex Home gone AWOL February 15, 2019 02:58PM |
Registered: 7 years ago Posts: 337 |
Re: GoFlex Home gone AWOL February 15, 2019 04:33PM |
Admin Registered: 14 years ago Posts: 19,550 |
nc -lup 6666 192.168.0.100 6666
Re: GoFlex Home gone AWOL February 15, 2019 07:11PM |
Registered: 7 years ago Posts: 337 |
Re: GoFlex Home gone AWOL February 15, 2019 10:12PM |
Admin Registered: 14 years ago Posts: 19,550 |
preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3 4 5; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then run start_netconsole; fi preboot=run preboot_nc ipaddr=192.168.1.22 serverip=192.168.1.43
nc -lup 6666 192.168.1.22 6666
bootSee how far you get into the Linux kernel booting process.
Re: GoFlex Home gone AWOL February 16, 2019 03:47AM |
Registered: 7 years ago Posts: 337 |
> preboot_nc=setenv nc_ready 0; for pingstat in 1 2 > 3 4 5; do; sleep 1; if run if_netconsole; then > setenv nc_ready 1; fi; done; if test $nc_ready -eq > 1; then run start_netconsole; fi > preboot=run preboot_nc > ipaddr=192.168.1.22 > serverip=192.168.1.43 >
ethaddr=00:10:75:2e:ae:0f if_netconsole=ping $serverip ipaddr=192.168.1.22 nc_ready=1 ncip=192.168.1.43 preboot=run preboot_nc preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3 4 5; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then run start_net console; fi serverip=192.168.1.43 set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=nc stdin=nc stdout=nc
> nc -lup 6666 192.168.1.22 6666 >>
> boot >> See how far you get into the Linux kernel booting
Re: GoFlex Home gone AWOL February 16, 2019 02:16PM |
Admin Registered: 14 years ago Posts: 19,550 |
printenv mtdpars
Re: GoFlex Home gone AWOL February 16, 2019 03:13PM |
Registered: 7 years ago Posts: 337 |
> printenv > mtdpars >>
root@MultiBoot:/mnt/projects/gfh/gfh/gfh-2 # nc -up 6666 192.168.1.22 6666 U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:21:31 -0700) Seagate GoFlex Home gcc (Debian 6.3.0-18) 6.3.0 20170516 GNU ld (GNU Binutils for Debian) 2.28 Hit any key to stop autoboot: 10 ... 9 ... 8 ... 7 ... 6 ... 5 ... 4 ... 3 ... 2 ... 1 ... 0 starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 2 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found Reset IDE: Bus 0: OK Bus 1: not available Device 0: Model: WDC WD3200AAJS-00L7A0 Firm: 01.03E01 Ser#: WD-WMAV2HZ97868 Type: Hard Disk Supports 48-bit addressing Capacity: 305245.3 MB = 298.0 GB (625142448 x 512) Unknown command 'mmc' - try 'help' Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 4135936 b6db02a0-01 83 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... ** File not found /boot/uEnv.txt ** Partition Map for IDE device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 63 39086082 00000000-01 83 2 39086145 586051200 00000000-02 83 Unknown command 'mmc' - try 'help' running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 723 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 3833487 bytes read in 1121 ms (3.3 MiB/s) loading uInitrd ... 7245696 bytes read in 1292 ms (5.3 MiB/s) loading DTB /boot/dts/kirkwood-goflexhome.dtb ... 10603 bytes read in 3214 ms (2.9 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-4.12.1-kirkwood-tld-1 Created: 2019-02-16 20:53:13 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3833423 Bytes = 3.7 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-4.12.1-kirkwood-tld-1 Created: 2017-07-24 0:18:23 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 7245632 Bytes = 6.9 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Starting kernel ...
GoFlexHome> printenv printenv arcNumber=3338 bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb device=0:1 devices=usb ide mmc disks=0 1 2 3 dtb_file=/boot/dts/kirkwood-goflexhome.dtb ethact=egiga0 ethaddr=00:10:75:2e:ae:0f if_netconsole=ping $serverip ipaddr=192.168.1.22 led_error=orange blinking led_exit=green off led_init=green blinking load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file load_dtb_addr=0x1c00000 load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd load_initrd_addr=0x1100000 load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage load_uimage_addr=0x800000 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) nc_ready=1 ncip=192.168.1.43 partition=nand0,2 preboot=run preboot_nc preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3 4 5; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then run start_net scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if t serverip=192.168.1.43 set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=nc stdin=nc stdout=nc uenv_addr=0x810000 uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi usb_ready_retry=15 Environment size: 3026/131068 bytes GoFlexHome> mtdparts mtdparts device nand0 <orion_nand>, # parts = 4 #: name size offset mask_flags 0: u-boot 0x00100000 0x00000000 0 1: uImage 0x00400000 0x00100000 0 2: rootfs 0x02000000 0x00500000 0 3: data 0x0db00000 0x02500000 0 active partition: nand0,2 - (rootfs) 0x02000000 @ 0x00500000 defaults: mtdids : none mtdparts: none GoFlexHome> ^C
Re: GoFlex Home gone AWOL February 16, 2019 08:27PM |
Admin Registered: 14 years ago Posts: 19,550 |
> Image Name: Linux-4.12.1-kirkwood-tld-1 > Created: 2019-02-16 20:53:13 UTC > Image Type: ARM Linux Kernel Image > (uncompressed) > Data Size: 3833423 Bytes = 3.7 MiB > Load Address: 00008000 > Entry Point: 00008000 > Verifying Checksum ... OK > ## Loading init Ramdisk from Legacy Image at > 01100000 ... > Image Name: initramfs-4.12.1-kirkwood-tld-1 > Created: 2017-07-24 0:18:23 UTC > Image Type: ARM Linux RAMDisk Image (gzip > compressed) > Data Size: 7245632 Bytes = 6.9 MiB > Load Address: 00000000 > Entry Point: 00000000 > Verifying Checksum ... OK > Verifying Checksum ... OK > ## Flattened Device Tree blob at 01c00000 > Booting using the fdt blob at 0x1c00000 > > > Starting kernel ...
ping debian.local
ssh root@debian.local
ssh root@192.168.1.xx
Re: GoFlex Home gone AWOL February 17, 2019 01:52AM |
Registered: 7 years ago Posts: 337 |
Re: GoFlex Home gone AWOL February 17, 2019 04:53AM |
Admin Registered: 14 years ago Posts: 19,550 |
> root@debian:~# uname -a > Linux debian 4.12.1-kirkwood-tld-1 #1 PREEMPT Sat > Jul 15 21:40:50 PDT 2017 armv5tel GNU/Linux > root@debian:~# >
fw_printenv > /boot/uEnv.Debian.text
Re: GoFlex Home gone AWOL February 17, 2019 04:58PM |
Registered: 7 years ago Posts: 337 |
> > root@debian:~# uname -a > > Linux debian 4.12.1-kirkwood-tld-1 #1 PREEMPT > Sat > > Jul 15 21:40:50 PDT 2017 armv5tel GNU/Linux > > root@debian:~# > >>
> fw_printenv > /boot/uEnv.Debian.text >
Re: GoFlex Home gone AWOL February 17, 2019 05:15PM |
Admin Registered: 14 years ago Posts: 19,550 |
Quote
Rescue Systems
Rescue System V2 (Original)
MacPlug & SMBPLug
Rescue System Pogo V3
Rescue System V4, using a custom LEDE firmware (BETA)
Rescue System for Pogo E02 using LEDE