in the past I used knoppix_V5.1.1CD-2007-0-04-EN
Later I used an old portable PC with suse 10.0 Linux and today I use the Linux as present on my sp8020 or networkspace 2, I simply connect the sata-usb connector to the usb port of the NAS and do the preparation from the command line using Putty (ssh access).
With that I prepared already three disk for two different nwsp2 (max 2 TB) and all of them worked without a problem.
I think Jocko prepared recently his new nwsp2 using Ubuntu.
So you mus be doing something wrong or indeed you have a unique nwsp2. But it is hard to believe as the original Lacie bootloader also loads the kernel form sda6 and the root file system from sda7. Exactly the same as our firmware does.
Are you sure you have a nwsp2 ?
If the original firmware runs and you have ssh access then look at the output the command "dmesg" after connecting for eample with Putty gives and post that here. It will mention the mainboard and where it looks for the root file system. Then we can compare if its the same as form my original nwsp2 (I kept that output on disk).
Also you could try to use the Lacie kernel on sda6 instead of our kernel in combination with our firmware setup. In this setup it should boot but not all functions of the fvdw-sl firmware will work as there are some kernel dependent features like nfs server and the interface for ntfs write support.
ps this is the dmesg output of a original nwsp2
- Code: Select all
networkspace 2 demsg output 23 okt 2010
Linux version 2.6.22.18 (sbs@node5.lacie.com) (gcc version 4.2.1) #1 Tue May 25 15:42:44 UTC 2010
CPU: ARM926EJ-S [56251311] revision 1 (ARMv5TE), cr=00053177
Machine: netspace_v2
Using UBoot passing parameters structure
Memory policy: ECC disabled, Data cache writeback
On node 0 totalpages: 65536
DMA zone: 512 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 65024 pages, LIFO batch:15
Normal zone: 0 pages used for memmap
CPU0: D VIVT write-back cache
CPU0: I cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
CPU0: D cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
Built 1 zonelists. Total pages: 65024
Kernel command line: console=ttyS0,115200 root=/dev/sda7 ro reset=0 productType=ASTON_KW
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour dummy device 80x30
....<snip>
Marvell Development Board (LSP Version KW_LSP_4.2.7_patch2)-- netspace_v2 Soc: MV88F6281 Rev 3 LE
.....<snip>
And this from one running fvdw-sl
- Code: Select all
root@fvdwsl-nwsp2:/ # dmesg
Linux version 2.6.33.1 (root@linux-fw1) (gcc version 4.2.0 20070413 (prerelease) (CodeSourcery Sourcery G++ Lite 2007q1-21)) #50 PREEMPT Thu Jul 14 23:54:04 CEST 2011
CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053177
CPU: VIVT data cache, VIVT instruction cache
Machine: LaCie Network Space v2
Ignoring unrecognised tag 0x41000403
Memory policy: ECC disabled, Data cache writeback
On node 0 totalpages: 65536
free_area_init_node: node 0, pgdat c03b13b4, node_mem_map c03ca000
Normal zone: 512 pages used for memmap
Normal zone: 0 pages reserved
Normal zone: 65024 pages, LIFO batch:15
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
Kernel command line: console=ttyS0,115200 root=/dev/sda7 ro reset=0 productType=ASTON_KW
PID hash table entries: 1024 (order: 0, 4096 bytes)
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
.......<snip>
O f interest is beside the fact that it must the same main board type (Soc: MV88F6281 Rev 3 LEsee output original firmware lacie) and the kernel command line (Kernel command line: console=ttyS0,115200 root=/dev/sda7 ro reset=0 productType=ASTON_KW)