Success!
Ubuntu was my friend in the end. Installed with no issues at all.
For anyone looking for the same thing using Ubuntu, here's what I did:
I had a brand new drive, exactly the same model and size as the failed Lacie Drive. It was uninitialized with no partitions.
1. Download clunc:
ftp://lacie-nas.org/tools/clunc-1.1.tar.gz2. Download tftpd-hpa (
I followed instructions from here: http://www.cyberciti.biz/faq/install-configure-tftp-server-ubuntu-debian-howto/3. Make sure that tftpd-hpa 's folder location is the tftp folder of the fvdw-sl-console.rar file downloaded from this page:
http://plugout.net/viewtopic.php?f=7&t=1271.
4. Untar, make and run with ./clunc -i
ip_address_of_nas (
can be anything that is not used by another device. I used 192.168.0.252)
5. Power on NAS, after a few seconds clunc will display a Marvell>> prompt.
6. At the prompt type the following: setenv ipaddr
ip_address_of_nas; setenv serverip
your_computer_ip; tftpboot 0x800000
name_of_image_file (
in my case it was, UIMAGE-395-NWSP2CL-179-standalone)
7. If the tftpd-hpa is running correctly, you should see Loading: ########## and then the Marvell>> prompt. If tftpd-hpa is not working, the output will display Loading: T T T.
8. Next type: setenv bootargs ip=dhcp console=ttyS0,115200 netconsole=6666@
ip_address_of_nas/,6666@
your_computer_ip/
9. The console will echo the command you typed and then take you back to the Marvell>> prompt.
10. Next type: bootm 0x800000
11. The nas should then boot the image and load the kernel. In the output that follows, look for the line
netconsole=6666@dhcp_assigned_ip_of_nas/. This is the address to telnet into. The Marvell>> prompt will not display again.
12. Open up another terminal and you should now be able to telnet in to the nas using the dhcp address.
From this point, follow the steps from step 6 onwards from the install_fvdw_sl_firmware_hlp.htm. This file is included in the fvdw-sl-console.rar file in help directory.
Hope this helps someone and thanks to all for your help as well.