Foonas-em:HDInstall-lsmipsel
From foonas
How to Install foonas-em on the hard drive of the LS2-lsmipsel
This is for anyone has has a LinkStation 2 w/ the ST flash chip that won't currently accommodate foonas-em because of the second chip.
On a uboot-equipped LS2, while booted in linux, (openlink, freelink, foonas, whatever)..., cd to /boot and wget the latest (or desired) foonas-em image, then reboot...
cd /boot/ wget <insert the url of the latest foonas-em image for lsmipsel here - we assume its filename to be vmlinuz.gz> reboot
in your netconsole/netcat window, after stopping UBoot's bootprocess w/ an "s", enter the following commands:
=> ide reset => ext2load ide 0:1 82000000 /boot/vmlinuz.gz => setenv bootargs netconsole=6666@192.168.11.150/,@192.168.11.149/ root=/dev/ram0 rw => bootm 82000000
If you are successful, you will see something like this:
=> ide reset
ide reset
Reset IDE: Bus 0: OK Bus 1: OK
Device 0: Model: SAMSUNG HA250JC Firm: WE100-34 Ser#: 0S491JYS094808
Type: Hard Disk
Supports 48-bit addressing
Capacity: 238475.1 MB = 232.8 GB (488397168 x 512)
=> ext2load ide 0:1 82000000 /boot/vmlinuz.gz
ext2load ide 0:1 82000000 /boot/vmlinuz.gz
5181098 bytes read
=> setenv bootargs netconsole=6666@192.168.11.150/,@192.168.11.149/ root=/dev/ram0 rw
setenv bootargs netconsole=6666@192.168.11.150/,@192.168.11.149/ root=/dev/ram0 rw
=> bootm 82000000
bootm 82000000
## Booting image at 82000000 ...
Loading .text @ 0x80100000 (2004096 bytes)
Loading __ex_table @ 0x802e9480 (6112 bytes)
Loading .notes @ 0x802eac60 (36 bytes)
Loading .rodata @ 0x802eb000 (122776 bytes)
Loading .pci_fixup @ 0x80308f98 (1352 bytes)
Loading __ksymtab @ 0x803094e0 (15392 bytes)
Loading __ksymtab_gpl @ 0x8030d100 (4064 bytes)
Loading __ksymtab_strings @ 0x8030e0e0 (44780 bytes)
Loading __param @ 0x80318fcc (340 bytes)
Loading .data @ 0x8031a000 (77584 bytes)
Loading .data.cacheline_aligned @ 0x8032d000 (192 bytes)
Loading .init.text @ 0x8032e000 (120048 bytes)
Loading .init.data @ 0x8034b4f0 (6288 bytes)
Loading .init.setup @ 0x8034cd80 (744 bytes)
Loading .initcall.init @ 0x8034d068 (396 bytes)
Loading .exit.text @ 0x8034d1f4 (2032 bytes)
Loading .init.ramfs @ 0x8034e000 (2175450 bytes)
Clearing .bss @ 0x80562000 (93600 bytes)
Starting kernel @ 0x8032E000...
You should be able to log in to its IP (you can use NMAPFE or some other scanner to find the IP) with telnet.
telnet <ip of ls2> login : root password : hydr0g3n
