u-boot_landisk.bin動作チェック

 前回の予告どおり、u-boot_landisk.binの動作チェックです。
 下記の通り、動作チェックOKです。>elijahさん

U-Boot 2011.09 (Dec 06 2011 - 19:46:23)

CPU: SH4
BOARD: IO-DATA Landisk
DRAM:  64MB
Using default environment

PCI: SH7751 PCI host bridge found.
PCI:   Bus Dev VenId DevId Class Int
  00:00.0     - 10ec:8139 - Network controller
  00:01.0     - 1191:0009 - Mass storage controller
  00:02.0     - 1033:0035 - Serial bus controller
  00:02.1     - 1033:0035 - Serial bus controller
  00:02.2     - 1033:00e0 - Serial bus controller
In:    serial
Out:   serial
Err:   serial
Bus 0: OK
  Device 0: Model: Maxtor 6B250R0 Firm: BAH41BM0 Ser#: B61K5VMH
            Type: Hard Disk
            Capacity: 131071.9 MB = 127.9 GB (268435455 x 512)
Net:   RTL8139#0Warning: failed to set MAC address

Hit any key to stop autoboot:  0
Loading file "/boot/u-boot.env" from ide device 0:1 (hda1)
171 bytes read
setenv ipaddr = 192.168.0.x
setenv bootargs = console=ttySC1,115200 mem=64M root=/dev/sda3
setenv bootcmd0 = ext2load ide 0:3 0x8c400000 /boot/vmlinuz-3.0-landisk;zimageboot 0x8c400000 0x8c001000
Loading file "/boot/vmlinuz-3.0-landisk" from ide device 0:3 (hda3)
1957920 bytes read
...

 HDDを一つ外しているので、Device 0:のみ <- ok
 Capacity: 131071.9 MB = 127.9 GB (268435455 x 512)<- 250GBなはずだけど? 
 USL-5Pと違ってlandiskはシリアルコンソールをつなぐのに手間がかかります。(ネジが多すぎですって〜)またboot.b-selkが使いこなせず、bootldがうまく起動できませんでした。なのでdebian(sid)からliloしました。忘れてしまうので、コマンドのメモもしておきます。
lilo -r /media/sda1 -C /etc/lilo.conf