Network Space vs2 lite - Debian Install

Hi All,
I'm eagerly trying to get debian on my Lacie nwsp2-lite running natively, but up until now without success.
I followed this article's instructions:
http://lacie-nas.org/doku.php?id=debian_install
I managed to get u-Boot updated:
ns2> version
U-Boot 2011.12-00260-ga24d58e (Feb 17 2012 - 15:46:42) NS v2 Lite
arm-marvell-linux-uclibcgnueabi-gcc (crosstool-NG 1.13.2) 4.6.2 20111004 (prerelease)
GNU ld (crosstool-NG 1.13.2) 2.21.53.20110922
I updated the U-Boot environment as instructed.
I can boot with the files found at :
ftp://lacie-nas.org/debian-installer/network-installer/
after compiling the uInitrd with the preseed.cfg as instructed, I put the files uInitrd and uImage on a USB stick
ns2> fatload usb 0:1 0x800000 uImage
reading uImage
1599360 bytes read
ns2> fatload usb 0:1 0x1200000 uInitrd
reading uInitrd
5114741 bytes read
ns2> bootm 0x800000 0x1200000
## Booting kernel from Legacy Image at 00800000 ...
Image Name: Debian kernel
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1599296 Bytes = 1.5 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01200000 ...
Image Name: ramdisk with preseed.cfg
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 5114677 Bytes = 4.9 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ..
And then it hangs and is unfindable with a network scan....
Anyone any suggestions?
I'm eagerly trying to get debian on my Lacie nwsp2-lite running natively, but up until now without success.
I followed this article's instructions:
http://lacie-nas.org/doku.php?id=debian_install
I managed to get u-Boot updated:
ns2> version
U-Boot 2011.12-00260-ga24d58e (Feb 17 2012 - 15:46:42) NS v2 Lite
arm-marvell-linux-uclibcgnueabi-gcc (crosstool-NG 1.13.2) 4.6.2 20111004 (prerelease)
GNU ld (crosstool-NG 1.13.2) 2.21.53.20110922
I updated the U-Boot environment as instructed.
I can boot with the files found at :
ftp://lacie-nas.org/debian-installer/network-installer/
after compiling the uInitrd with the preseed.cfg as instructed, I put the files uInitrd and uImage on a USB stick
ns2> fatload usb 0:1 0x800000 uImage
reading uImage
1599360 bytes read
ns2> fatload usb 0:1 0x1200000 uInitrd
reading uInitrd
5114741 bytes read
ns2> bootm 0x800000 0x1200000
## Booting kernel from Legacy Image at 00800000 ...
Image Name: Debian kernel
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1599296 Bytes = 1.5 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01200000 ...
Image Name: ramdisk with preseed.cfg
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 5114677 Bytes = 4.9 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ..
And then it hangs and is unfindable with a network scan....
Anyone any suggestions?