Quantcast
Channel: Debian on iomega storcenter ix4-200d: succes!
Viewing all articles
Browse latest Browse all 179

Re: Debian on iomega storcenter ix4-200d: succes!

$
0
0
I was sure i've done the right things, anyway i've redone all the stuff.

I'm using exactly the same kernel/initrd that boot on the USB key; i've copied them on the HD and i've double checked it (the USB key is mounted as /mnt, of course):

root@debian:/boot# md5sum uI* /mnt/boot/uI*
408fd043a0e53507adead04e1080b270  uImage
74cec6beff390144c60de3f2ecb0e725  uImage.old
050de4fe74883241660fa03b8095dc55  uInitrd
bff4c384ee2fd25ef37ee16fccb635b0  uInitrd.old
408fd043a0e53507adead04e1080b270  /mnt/boot/uImage
74cec6beff390144c60de3f2ecb0e725  /mnt/boot/uImage.old
050de4fe74883241660fa03b8095dc55  /mnt/boot/uInitrd
bff4c384ee2fd25ef37ee16fccb635b0  /mnt/boot/uInitrd.old

Still, both the kernel return 'CRC error':

Marvell>> setenv usb_make_boot_args 'setenv bootargs console=ttyS0,115200 mtdparts=orion_nand:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_si
ze)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10'
Marvell>> setenv load_initrd 'ext2load scsi 0:1 0x1100000 /uInitrd'
Marvell>> setenv load_uimage 'ext2load scsi 0:1 0x800000 /uImage'
Marvell>> setenv sata_boot 'ide reset; run load_uimage; run load_initrd; bootm 0x800000 0x1100000'
Marvell>> setenv bootcmd 'run usb_make_boot_args ; run sata_boot; reset'
Marvell>> boot

Reset IDE:
Marvell Serial ATA Adapter
Integrated Sata device found


3241908 bytes read

7342651 bytes read
## Booting image at 00800000 ...
   Image Name:   Linux-4.8.3-kirkwood-tld-1
   Created:      2016-12-09  14:34:33 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3241844 Bytes =  3.1 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... Bad Data CRC

Marvell>> setenv usb_make_boot_args 'setenv bootargs console=ttyS0,115200 mtdparts=orion_nand:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_si
ze)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10'
Marvell>> setenv load_initrd 'ext2load scsi 0:1 0x1100000 /uInitrd.old'
Marvell>> setenv load_uimage 'ext2load scsi 0:1 0x800000 /uImage.old'
Marvell>> setenv sata_boot 'ide reset; run load_uimage; run load_initrd; bootm 0x800000 0x1100000'
Marvell>> setenv bootcmd 'run usb_make_boot_args ; run sata_boot; reset'
Marvell>> boot

Reset IDE:
Marvell Serial ATA Adapter
Integrated Sata device found


3164416 bytes read

7179935 bytes read
## Booting image at 00800000 ...
   Image Name:   Linux-4.4.0-kirkwood-tld-1
   Created:      2016-12-07  17:49:51 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3164352 Bytes =  3 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... Bad Data CRC


Boh...

Viewing all articles
Browse latest Browse all 179

Trending Articles