Hello.
I have read many topics, but couldn't find any answer on fixing my problem...
I did try to install Archlinux to my GoFlex Home 2TB device following this instructions: http://archlinuxarm.org/platforms/armv5 ... oflex-home
After rebooting the device nothing happened. I figured out how to watch the device using netconsole.
When i start GoFlex with SATA drive in, the following appears in u-boot:
$this->bbcode_second_pass_code('', '
daveopc@dave:~$ nc -lu 10.10.10.5 6666
U-Boot 2010.09 (Feb 16 2011 - 18:44:23)
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: 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: OK Bus 1: not available
Device 0: Model: ST2000DM001-9YN164 Firm: CC9F Ser#: S1E0XY33
Type: Hard Disk
Supports 48-bit addressing
Capacity: 1907729.0 MB = 1863.0 GB (-387938128 x 512)
Loading file "/boot/uImage" from ide device 0:1 (hda1)
2869580 bytes read
Loading file "/uInitrd" from ide device 0:1 (hda1)
** File not found /uInitrd
Loading file "/boot/uInitrd" from ide device 0:1 (hda1)
2643559 bytes read
## Booting kernel from Legacy Image at 00680000 ...
Image Name: Linux-3.1.10-19-ARCH
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2869516 Bytes = 2.7 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
Image Name: UBIT-2010.11-00125-ga21bcca
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 2643495 Bytes = 2.5 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
')
In kernel log everything is clear (no errors) but after Starting kernel, nothing else happens (waited 10 mins)
Then i tried to make a bootable USB device with Archlinux, i followed steps 11 then 12 then 14 then 13.
With SATA drive in cradle, inserted USB stick, powered up device. Here is the u-boot
$this->bbcode_second_pass_code('', '
daveopc@dave:~$ nc -lu 10.10.10.5 6666
U-Boot 2010.09 (Feb 16 2011 - 18:44:23)
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... 1 Storage Device(s) found
Hit any key to stop autoboot: 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!
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
2869580 bytes read
Loading file "/uInitrd" from usb device 0:1 (usbda1)
4005544 bytes read
## Booting kernel from Legacy Image at 00680000 ...
Image Name: Linux-3.1.10-19-ARCH
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2869516 Bytes = 2.7 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
Image Name: UBIT-v0.6-00125-ga21bcca
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 4005480 Bytes = 3.8 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
')
And nothing else happenes. In kernel log (nc -lu 10.10.10.4 6666) empty...
Booted from USB stick with SATA removed i got this in kernel log:
$this->bbcode_second_pass_code('', '
daveopc@dave:~$ nc -lu 10.10.10.4 6666
[ 1959.334372] ata1: exception Emask 0x10 SAct 0x0 SErr 0x180000 action 0x6 frozen
[ 1959.341745] ata1: edma_err_cause=00000020 pp_flags=00000003, SError=00180000
[ 1959.348872] ata1: SError: { 10B8B Dispar }
')
and still nothing after Starting kernel...
What steps should i do to fix this?