[GoFlex Home] Cannot login via SSH with latest Debian rootfs (v6.5.7) May 30, 2025 07:11PM |
Registered: 19 days ago Posts: 4 |
sudo tar -xjf Debian-6.5.7-kirkwood-tld-1-rootfs-bodhi.tar.bz2 -C /mnt/usb
PermitRootLogin yes PasswordAuthentication yes```
ssh -oKexAlgorithms=+diffie-hellman-group14-sha1 \ -oHostKeyAlgorithms=+ssh-rsa \ root@<IP>
Re: [GoFlex Home] Cannot login via SSH with latest Debian rootfs (v6.5.7) May 31, 2025 02:47AM |
Admin Registered: 14 years ago Posts: 19,688 |
Quote
Note: all steps below must be done while logging in as root user (not sudo). If you are not the root user then don't continue, because the rootfs will not work.
> PermitRootLogin yes > PasswordAuthentication yes> ```
Re: [GoFlex Home] Cannot login via SSH with latest Debian rootfs (v6.5.7) June 04, 2025 09:53PM |
Registered: 19 days ago Posts: 4 |
usb start ext2load usb 0:1 0x800000 /boot/uImage ext2load usb 0:1 0x1100000 /boot/uInitrd ext2load usb 0:1 0x1c00000 /boot/dts/kirkwood-goflexhome.dtb bootm 0x800000 0x1100000 0x1c00000
console=ttyS0,115200 root=/dev/sda1 rootdelay=10
setenv try_boot 'echo Trying root=/dev/sda1; setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10; run load_and_boot || echo Trying root=/dev/sdb1; setenv bootargs console=ttyS0,115200 root=/dev/sdb1 rootdelay=10; run load_and_boot' setenv load_and_boot 'ext2load usb 0:1 0x800000 /boot/uImage && ext2load usb 0:1 0x1100000 /boot/uInitrd && ext2load usb 0:1 0x1c00000 /boot/dts/kirkwood-goflexhome.dtb && bootm 0x800000 0x1100000 0x1c00000' setenv bootcmd 'usb start; run try_boot'
Re: [GoFlex Home] Cannot login via SSH with latest Debian rootfs (v6.5.7) June 04, 2025 10:13PM |
Admin Registered: 14 years ago Posts: 19,688 |
> setenv try_boot 'echo Trying root=/dev/sda1; > setenv bootargs console=ttyS0,115200 > root=/dev/sda1 rootdelay=10; run load_and_boot || > echo Trying root=/dev/sdb1; setenv bootargs > console=ttyS0,115200 root=/dev/sdb1 rootdelay=10; > run load_and_boot' > > setenv load_and_boot 'ext2load usb 0:1 0x800000 > /boot/uImage && ext2load usb 0:1 0x1100000 > /boot/uInitrd && ext2load usb 0:1 0x1c00000 > /boot/dts/kirkwood-goflexhome.dtb && bootm > 0x800000 0x1100000 0x1c00000' > > setenv bootcmd 'usb start; run try_boot' >>
Re: [GoFlex Home] Cannot login via SSH with latest Debian rootfs (v6.5.7) June 04, 2025 10:35PM |
Registered: 19 days ago Posts: 4 |
Re: [GoFlex Home] Cannot login via SSH with latest Debian rootfs (v6.5.7) June 04, 2025 11:23PM |
Admin Registered: 14 years ago Posts: 19,688 |
Re: [GoFlex Home] Cannot login via SSH with latest Debian rootfs (v6.5.7) June 05, 2025 10:50PM |
Registered: 19 days ago Posts: 4 |
CONFIG_NETCONSOLE=m CONFIG_NETCONSOLE_DYNAMIC=y CONFIG_NETPOLL=y
echo "=== TEST NETCONSOLE ===" > /dev/kmsgand the message is received successfully on my remote PC.
Re: [GoFlex Home] Cannot login via SSH with latest Debian rootfs (v6.5.7) June 06, 2025 03:07PM |
Admin Registered: 14 years ago Posts: 19,688 |
Quote
Netconsole
Use netconsole to troubleshoot uBoot without a serial cable
Use netconsole to troubleshoot Debian kernel booting