Hi,
I successfully install archlinux on my goflex-net.
After a few days running I did a "halt" and unplugged the usb stick,
mounted it on another linux box.
Now my goflex cannot boot.
Neither with usb stick connected nor without it.
netcat (nc) as descirbed in the advanced section does not work.
It will produce the following messages:
$this->bbcode_second_pass_code('', 'bodega2 tcpdu # nc -lu 10.10.10.5 6666
UDP listen needs -p arg
bodega2 tcpdu # nc -lu -p 6666 10.10.10.5 6666
invalid connection to [10.10.10.5] from (UNKNOWN) [10.10.10.6] 6666
bodega2 tcpdu # nc -lu -p 6666 -n 10.10.10.5 6666
invalid connection to [10.10.10.5] from (UNKNOWN) [10.10.10.6] 6666
bodega2 tcpdu # nc -lu -p 6666 -n 10.10.10.5
invalid connection to [10.10.10.5] from (UNKNOWN) [10.10.10.6] 6666')
So I tried to capture something with tcpdump. Extracted text sections
with usb-stick connected are:
$this->bbcode_second_pass_code('', '
U-Boot 2010.09 (Feb 16 2011 - 18:42:02)
UBIT v0.6 by Jeff Doozan and Peter Carmichael
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
scanning bus for storage devices... ')
And without usb stick:
$this->bbcode_second_pass_code('', '
U-Boot 2010.09 (Feb 16 2011 - 18:42:02)
UBIT v0.6 by Jeff Doozan and Peter Carmichael
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 1 USB Device(s) found
scanning bus for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot: 3 2 1 0
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:fast", error -19
Error reading superblock on volume 'ubi:fast'!
UBIFS not mounted, use ubifs mount to mount volume first!
** Block device usb 0 not supported
** Block device usb 0 not supported
** Invalid boot device **
** Invalid boot device **
** Block device usb 1 not supported
** Block device usb 1 not supported
** Invalid boot device **
** Invalid boot device **
** Block device usb 2 not supported
** Block device usb 2 not supported
** Invalid boot device **
** Invalid boot device **
** Block device usb 3 not supported
** Block device usb 3 not supported
** Invalid boot device **
** Invalid boot device **
Reset IDE: Bus 0: not available Bus 1: not available
** Bad partition 1 **
** Bad partition 1 **
No Powersaving mode 7F
Error (no IRQ) dev 0 blk 0: status 0x7f
** Can't read from device 0 **
** Unable to use ide 0:1 for fatload **
No Powersaving mode 7F
Error (no IRQ) dev 0 blk 0: status 0x7f
** Can't read from device 0 **
** Unable to use ide 0:1 for fatload **
** Bad partition 1 **
** Bad partition 1 **
No Powersaving mode 7F
Error (no IRQ) dev 1 blk 0: status 0x7f
** Can't read from device 1 **
** Unable to use ide 1:1 for fatload **
No Powersaving mode 7F
Error (no IRQ) dev 1 blk 0: status 0x7f
** Can't read from device 1 **
** Unable to use ide 1:1 for fatload **
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:ramdisk", error -19
Error reading superblock on volume 'ubi:ramdisk'!
UBIFS not mounted, use ubifs mount to mount volume first!
Marvell>> ')
Can someone give me some advice how to get it booting again?
Stefan