Welcome! Log In Create A New Profile

Advanced

(SOLVED) Boot & install error , tried jeffs Wheezy & squeeze and ROOTFS also

Posted by kuduku 
(SOLVED) Boot & install error , tried jeffs Wheezy & squeeze and ROOTFS also
April 25, 2014 01:21PM
Hi
I had a dockstar which i sold off running with gorgone kernel . I am not very good with linux also ..
I have a Pogoplug pink now with Rescue V2.8.2 on NAND and also have a serial connection to it . I also have arch running fine on another usb drive .
For all installs I am using ext3 partition .

printenv
u-boot>> printenv
arcNumber=2097
baudrate=115200
bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd;                                                                                         usb stop; run rescue_bootcmd; run pogo_bootcmd; reset
bootcmd_pogo=run bootcmd_rescue
bootcmd_rescue=run set_bootargs_rescue; nand read.e 0x800000 0x100000 0x400000;                                                                                         bootm 0x800000
bootdelay=3
console=ttyS0,115200
ethact=egiga0
ethaddr=00:25:31:00:83:23
force_rescue=0
force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /                                                                                        rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd                                                                                        ; fi
led_error=orange blinking
led_exit=green off
led_init=green blinking
machid=831
mainlineLinux=yes
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
partition=nand0,2
pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi
rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; na                                                                                        nd read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi
rescue_installed=1
rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs                                                                                         ro rootfstype=ubifs $mtdparts $rescue_custom_params
set_bootargs_rescue=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs                                                                                         ro rootfstype=ubifs $mtdparts
stderr=serial
stdin=serial
stdout=serial
ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && u                                                                                        bifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm                                                                                         0x800000 0x1100000; fi
ubifs_mtd=3
ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0                                                                                        :rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params
usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext                                                                                        2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; el                                                                                        se bootm 0x800000; fi
usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot
usb_device=0:1
usb_init=run usb_scan
usb_root=/dev/sda1
usb_rootdelay=10
usb_rootfstype=ext3
usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if t                                                                                        est $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_                                                                                        scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; se                                                                                        tenv usb_root /dev/$dev; fi; done
usb_scan_1=usb=0:1 dev=sda1
usb_scan_2=usb=1:1 dev=sdb1
usb_scan_3=usb=2:1 dev=sdc1
usb_scan_4=usb=3:1 dev=sdd1
usb_scan_list=1 2 3 4
usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_                                                                                        rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params

Environment size: 2598/131068 bytes

I have tried jeffs both scripts , squeeze and wheezy from home page but I always get debootsrap error . I have also set machid to 831 , sheevaplug as had also got wrong machine id error with Pogoplug E02 id dd6
I have already deleted debootsrap with following

mount -o remount,rw /
chmod 666 /usr/bin/microperl
rm /usr/sbin/debootstrap
rm -rf /usr/share/debootstrap
mount -o remount,ro /

error log jeffs whezzy

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 
login as: root
root@192.168.1.3's password: 
rescue:~# 
rescue:~# mount -o remount,ro /
rescue:~# rm -rf /usr/share/debootstrap
rescue:~# rm /usr/sbin/debootstrap
rescue:~# ./kirkwood.debian-wheezy.sh
rescue:~# export PATH-$PATH:/usr/sbin:/sbin
rescue:~# ./kirkwood.debian-wheezy.sh
-sh: ./kirkwood.debian-wheezy.sh: not found
rescue:~# cd /tmp
rescue:/tmp# 
rescue:/tmp# cd /tmp
rescue:/tmp# ./kirkwood.debian-wheezy.sh


!!!!!!  DANGER DANGER DANGER DANGER DANGER DANGER  !!!!!!
This script will replace the bootloader on /dev/mtd0.
If you lose power while the bootloader is being flashed,
your device could be left in an unusable state.


This script will configure your Dockstar to boot Debian
from a USB device.  Before running this script, you should have
used fdisk to create the following partitions:

/dev/sda1 (Linux ext2, at least 400MB)
/dev/sda2 (Linux swap, recommended 256MB)

This script will DESTROY ALL EXISTING DATA on /dev/sda1
Please double check that the device on /dev/sda1 is the correct device.

By typing ok, you agree to assume all liabilities and risks
associated with running this installer.
If everything looks good, type 'ok' to continue: ok
Installing Bootloader
# checking for /usr/sbin/nandwrite...
# checking for /usr/sbin/nanddump...
# checking for /usr/sbin/flash_erase...
# checking for /usr/sbin/fw_printenv...
# checking for /etc/fw_env.config...

# Validating existing uBoot...
Block size 131072, page size 2048, OOB size 64
Dumping data starting at 0x00000000 and ending at 0x00080000...
Connecting to jeff.doozan.com (50.116.34.13:80)
Connecting to projects.doozan.com (50.116.34.13:80)

valid-uboot.md5        0% |                               |     0  --:--:-- ETA
valid-uboot.md5      100% |*******************************|  1133  --:--:-- ETA
## Valid uBoot detected: [pinkpogo davygravy-2012-02-20-current]
## The newest uBoot is already installed on mtd0.

# uBoot installation has completed successfully.
mke2fs 1.41.12 (17-May-2010)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
251472 inodes, 1004054 blocks
50202 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=1031798784
31 block groups
32768 blocks per group, 32768 fragments per group
8112 inodes per group
Superblock backups stored on blocks: 
	32768, 98304, 163840, 229376, 294912, 819200, 884736

Writing inode tables:  0/31 1/31 2/31 3/31 4/31 5/31 6/31 7/31 8/31 9/3110/3111/3112/3113/3114/3115/3116/3117/3118/3119/3120/3121/3122/3123/3124/3125/3126/3127/3128/3129/3130/31done                            
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 26 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
/dev/sda2: No such file or directory
mkdir: can't create directory '/tmp/debootstrap': File exists
Connecting to cdn.debian.net (150.65.7.130:80)

debootstrap.deb        0% |                               |     0  --:--:-- ETA
debootstrap.deb       30% |*********                      | 17408  00:00:02 ETA
debootstrap.deb      100% |*******************************| 56258  00:00:00 ETA
rw-r--r-- 0/0      4 Feb 13 13:44 2014 debian-binary
ar: can't open 'debian-binary': File exists
tar: can't open 'data.tar.gz': No such file or directory
mv: can't rename './usr/sbin/debootstrap': No such file or directory
mv: can't rename './usr/share/debootstrap': No such file or directory
# checking for /usr/share/debootstrap/pkgdetails...

# Installing /usr/share/debootstrap/pkgdetails...
Connecting to download.doozan.com (50.116.34.13:80)
wget: can't open '/usr/share/debootstrap/pkgdetails.md5': No such file or directory
Connecting to download.doozan.com (50.116.34.13:80)
wget: can't open '/usr/share/debootstrap/pkgdetails.md5': No such file or directory
## Could not install /usr/share/debootstrap/pkgdetails from http://download.doozan.com/debian/pkgdetails, exiting.
rescue:/tmp#

error log jeffs squeeze
rescue:/tmp# ./dockstar.debian-squeeze.sh


!!!!!!  DANGER DANGER DANGER DANGER DANGER DANGER  !!!!!!
This script will replace the bootloader on /dev/mtd0.
If you lose power while the bootloader is being flashed,
your device could be left in an unusable state.
This script will configure your Dockstar to boot Debian Squeeze
from a USB device.  Before running this script, you should have
used fdisk to create the following partitions:

/dev/sda1 (Linux ext2, at least 400MB)
/dev/sda2 (Linux swap, recommended 256MB)


This script will DESTROY ALL EXISTING DATA on /dev/sda1
Please double check that the device on /dev/sda1 is the correct device.

By typing ok, you agree to assume all liabilities and risks
associated with running this installer.

If everything looks good, type 'ok' to continue: ok
Installing Bootloader
# checking for /usr/sbin/nandwrite...
# checking for /usr/sbin/nanddump...
# checking for /usr/sbin/flash_erase...
# checking for /usr/sbin/fw_printenv...
# checking for /etc/fw_env.config...

# Validating existing uBoot...
Block size 131072, page size 2048, OOB size 64
Dumping data starting at 0x00000000 and ending at 0x00080000...
Connecting to jeff.doozan.com (50.116.34.13:80)
Connecting to projects.doozan.com (50.116.34.13:80)

valid-uboot.md5        0% |                               |     0  --:--:-- ETA
valid-uboot.md5      100% |*******************************|  1133  --:--:-- ETA
## Valid uBoot detected: [pinkpogo davygravy-2012-02-20-current]
## The newest uBoot is already installed on mtd0.

# uBoot installation has completed successfully.
mke2fs 1.41.12 (17-May-2010)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
251472 inodes, 1004054 blocks
50202 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=1031798784
31 block groups
32768 blocks per group, 32768 fragments per group
8112 inodes per group
Superblock backups stored on blocks: 
	32768, 98304, 163840, 229376, 294912, 819200, 884736

Writing inode tables:  0/31 1/31 2/31 3/31 4/31 5/31 6/31 7/31 8/31 9/3110/3111/3112/3113/3114/3115/3116/3117/3118/3119/3120/3121/3122/3123/3124/3125/3126/3127/3128/3129/3130/31done                            
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 21 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
/dev/sda2: No such file or directory
mkdir: can't create directory '/tmp/debootstrap': File exists
Connecting to cdn.debian.net (150.65.7.130:80)

debootstrap.deb        0% |                               |     0  --:--:-- ETA
debootstrap.deb       23% |*******                        | 13312  00:00:03 ETA
debootstrap.deb      100% |*******************************| 56258  00:00:00 ETA
rw-r--r-- 0/0      4 Feb 13 13:44 2014 debian-binary
ar: can't open 'debian-binary': File exists
tar: can't open 'data.tar.gz': No such file or directory
mv: can't rename './usr/sbin/debootstrap': No such file or directory
mv: can't rename './usr/share/debootstrap': No such file or directory
# checking for /usr/share/debootstrap/pkgdetails...

# Installing /usr/share/debootstrap/pkgdetails...
Connecting to download.doozan.com (50.116.34.13:80)
wget: can't open '/usr/share/debootstrap/pkgdetails.md5': No such file or directory
Connecting to download.doozan.com (50.116.34.13:80)
wget: can't open '/usr/share/debootstrap/pkgdetails.md5': No such file or directory
## Could not install /usr/share/debootstrap/pkgdetails from http://download.doozan.com/debian/pkgdetails, exiting.


Then I tried bodhi rootfs on which sync finishes fine but i received these errors on boot .
error log
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.04.25 22:35:13 =~=~=~=~=~=~=~=~=~=~=~=
  

U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02

SoC:   Kirkwood 88F6281_A0
DRAM:  256 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot:  3  0 
u-boot>> ñðññ bñoñoñtñ
Unknown command 'bootñ' - try 'help'
u-boot>> boot
(Re)start USB...
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 4 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/rescueme" from usb device 0:1 (usbda1)
** File not found /rescueme
reading /rescueme.txt

** Unable to read "/rescueme.txt" from usb 0:1 **
Creating 1 MTD partitions on "nand0":
0x000002500000-0x000008000000 : "mtd=3"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    129024 bytes
UBI: smallest flash I/O unit:    2048
UBI: sub-page size:              512
UBI: VID header offset:          512 (aligned 512)
UBI: data offset:                2048
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "mtd=3"
UBI: MTD device size:            91 MiB
UBI: number of good PEBs:        728
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             717
UBI: total number of reserved PEBs: 11
UBI: number of PEBs reserved for bad PEB handling: 7
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
1 bytes read
Found bootable drive on usb 0:1
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
2461416 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
6362802 bytes read
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-3.14.0-kirkwood-tld-1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2461352 Bytes = 2.3 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   initramfs-3.14.0-kirkwood-tld-1
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    6362738 Bytes = 6.1 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK
Using machid 0x831 from environment

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.14.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 PREEMPT Tue Apr 1 22:54:58 PDT 2014
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: Marvell SheevaPlug Reference Board
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext3 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Memory: 246192K/262144K available (4779K kernel code, 352K rwdata, 1644K rodata, 213K init, 424K bss, 15952K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc064df14   (6424 kB)
[    0.000000]       .init : 0xc064e000 - 0xc0683444   ( 214 kB)
[    0.000000]       .data : 0xc0684000 - 0xc06dc3c4   ( 353 kB)
[    0.000000]        .bss : 0xc06dc3c4 - 0xc074665c   ( 425 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:114
[    0.000012] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns
[   17.092637] Console: colour dummy device 80x30
[   17.092668] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[   17.182411] pid_max: default: 32768 minimum: 301
[   17.182520] Security Framework initialized
[   17.182587] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   17.182607] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   17.183201] Initializing cgroup subsys devices
[   17.183224] Initializing cgroup subsys freezer
[   17.183236] Initializing cgroup subsys net_cls
[   17.183246] Initializing cgroup subsys blkio
[   17.183321] CPU: Testing write buffer coherency: ok
[   17.183712] Setting up static identity map for 0x485fa0 - 0x485fdc
[   17.185825] devtmpfs: initialized
[   17.188432] prandom: seed boundary self test passed
[   17.192530] prandom: 100 self tests passed
[   17.192545] pinctrl core: initialized pinctrl subsystem
[   17.192930] regulator-dummy: no parameters
[   17.193267] NET: Registered protocol family 16
[   17.193695] DMA: preallocated 256 KiB pool for atomic coherent allocations
[   17.194471] cpuidle: using governor ladder
[   17.194488] cpuidle: using governor menu
[   17.194600] Kirkwood: MV88F6281-A0, TCLK=200000000.
[   17.194621] Feroceon L2: Enabling L2
[   17.194660] Feroceon L2: Cache support initialised.
[   17.199916] bio: create slab <bio-0> at 0
[   17.200367] vgaarb: loaded
[   17.200660] usbcore: registered new interface driver usbfs
[   17.200736] usbcore: registered new interface driver hub
[   17.200854] usbcore: registered new device driver usb
[   17.201582] Switched to clocksource orion_clocksource
[   17.226304] NET: Registered protocol family 2
[   17.226960] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[   17.226998] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[   17.227029] TCP: Hash tables configured (established 2048 bind 2048)
[   17.227097] TCP: reno registered
[   17.227111] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   17.227133] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   17.227326] NET: Registered protocol family 1
[   17.227645] RPC: Registered named UNIX socket transport module.
[   17.227656] RPC: Registered udp transport module.
[   17.227663] RPC: Registered tcp transport module.
[   17.227670] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   17.227930] Unpacking initramfs...
[   17.757228] Freeing initrd memory: 6208K (c1101000 - c1711000)
[   17.757340] NetWinder Floating Point Emulator V0.97 (double precision)
[   17.757898] futex hash table entries: 256 (order: -1, 3072 bytes)
[   17.758051] audit: initializing netlink subsys (disabled)
[   17.758108] audit: type=2000 audit(0.650:1): initialized
[   17.758788] bounce pool size: 64 pages
[   17.758859] zbud: loaded
[   17.759041] VFS: Disk quotas dquot_6.5.2
[   17.759095] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   17.759396] NFS: Registering the id_resolver key type
[   17.759453] Key type id_resolver registered
[   17.759463] Key type id_legacy registered
[   17.759481] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[   17.759490] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   17.759647] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[   17.759933] msgmni has been set to 492
[   17.760058] Key type big_key registered
[   17.761927] alg: No test for stdrng (krng)
[   17.762022] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[   17.762034] io scheduler noop registered
[   17.762042] io scheduler deadline registered
[   17.762073] io scheduler cfq registered (default)
[   17.762332] mv_xor mv_xor.0: Marvell shared XOR driver
[   17.801645] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   17.841637] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   17.841758] mv_xor mv_xor.1: Marvell shared XOR driver
[   17.881645] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   17.921643] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   17.921943] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   17.942597] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
[   18.491376] console [ttyS0] enabled
[   18.495860] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[   18.502270] nand: Hynix NAND 128MiB 3,3V 8-bit
[   18.506737] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[   18.512441] Scanning device for bad blocks
[   18.623866] 4 cmdlinepart partitions found on MTD device orion_nand
[   18.630159] Creating 4 MTD partitions on "orion_nand":
[   18.635342] 0x000000000000-0x000000100000 : "u-boot"
[   18.640617] 0x000000100000-0x000000500000 : "uImage"
[   18.645887] 0x000000500000-0x000002500000 : "rootfs"
[   18.651163] 0x000002500000-0x000008000000 : "data"
[   18.656945] libphy: Fixed MDIO Bus: probed
[   18.672871] libphy: orion_mdio_bus: probed
[   18.677085] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   19.762452] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:00:83:23
[   19.771380] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   19.777964] ehci-pci: EHCI PCI platform driver
[   19.782504] ehci-orion: EHCI orion driver
[   19.786595] orion-ehci orion-ehci.0: EHCI Host Controller
[   19.792064] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[   19.799852] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   19.821614] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   19.827744] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   19.834590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   19.841856] usb usb1: Product: EHCI Host Controller
[   19.846758] usb usb1: Manufacturer: Linux 3.14.0-kirkwood-tld-1 ehci_hcd
[   19.853504] usb usb1: SerialNumber: orion-ehci.0
[   19.858701] hub 1-0:1.0: USB hub found
[   19.862529] hub 1-0:1.0: 1 port detected
[   19.867020] mousedev: PS/2 mouse device common for all mice
[   20.181637] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   20.333115] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[   20.339860] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   20.347052] usb 1-1: Product: USB2.0 Hub
[   20.351749] hub 1-1:1.0: USB hub found
[   20.355862] hub 1-1:1.0: 4 ports detected
[   20.641990] usb 1-1.1: new high-speed USB device number 3 using orion-ehci
[   20.753739] usb 1-1.1: New USB device found, idVendor=8564, idProduct=1000
[   20.760660] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   20.768027] usb 1-1.1: Product: Mass Storage Device
[   20.772942] usb 1-1.1: Manufacturer: JetFlash
[   20.777322] usb 1-1.1: SerialNumber: 66EERQGOTMQUWLYE
[   20.861990] usb 1-1.4: new high-speed USB device number 4 using orion-ehci
[   20.881605] rtc-mv rtc-mv: internal RTC not ticking
[   20.886629] i2c /dev entries driver
[   20.890822] hidraw: raw HID events driver (C) Jiri Kosina
[   20.896629] drop_monitor: Initializing network drop monitor service
[   20.903147] TCP: cubic registered
[   20.906483] NET: Registered protocol family 17
[   20.911054] Key type dns_resolver registered
[   20.915850] registered taskstats version 1
[   20.920443] regulator-dummy: incomplete constraints, leaving on
[   20.926740] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[   20.934681] Freeing unused kernel memory: 212K (c064e000 - c0683000)
Loading, please wait...
[   20.984380] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=8176
þ[   20.994947] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   21.010087] usb 1-1.4: Manufacturer: Realtek
[   21.021675] usb 1-1.4: SerialNumber: 00e04c000001
[   21.027185] udevd[54]: starting version 175
þ[   21.204854] mvsdio mvsdio: no pins associated
[   21.227713] SCSI subsystem initialized
ø[   21.250377] usb-storage 1-1.1:1.0: USB Mass Storage device detected
ÿ[   21.256845] mvsdio mvsdio: lacking card detect (fall back to polling)
[   21.317212] scsi0 : usb-storage 1-1.1:1.0
þ[   21.328783] usbcore: registered new interface driver usb-storage
[   22.322601] scsi 0:0:0:0: Direct-Access     JetFlash Transcend 16GB   1100 PQ: 0 ANSI: 4
þ[   22.359550] sd 0:0:0:0: [sda] 31696896 512-byte logical blocks: (16.2 GB/15.1 GiB)
[   22.368406] sd 0:0:0:0: [sda] Write Protect is off
à[   22.373895] sd 0:0:0:0: [sda] No Caching mode page found
[   22.379231] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   22.389392] sd 0:0:0:0: [sda] No Caching mode page found
ÿ[   22.394838] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   22.402026]  sda: sda1
[   22.407395] sd 0:0:0:0: [sda] No Caching mode page found
[   22.412810] sd 0:0:0:0: [sda] Assuming drive cache: write through
ý[   22.418980] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   22.435040] sd 0:0:0:0: Attached scsi generic sg0 type 0
ðBegin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
mount: mounting /dev/sda1 on /root failed: Invalid argument
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... þmount: mounting /dev on /root/dev failed: No such file or directory
done.
Target filesystem doesn't have requested /sbin/init.
No init found. Try passing init= bootarg.
modprobe: module i8042 not found in modules.dep
[   31.618720] uhci_hcd: USB Universal Host Controller Interface driver
þ[   31.632504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   31.646784] usbcore: registered new interface driver usbhid
[   31.652464] usbhid: USB HID core driver

BusyBox v1.20.2 (Debian 1:1.20.0-7) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
(initramfs) þþøÿþþàÿýðþþü
/bin/sh: þþøÿþþàÿýðþ: not found
(initramfs) help
Built-in commands:
------------------
	. : [ [[ alias bg break cd chdir command continue echo eval exec
	exit export false fg getopts hash help jobs kill let local printf
	pwd read readonly return set shift source test times trap true
	type ulimit umask unalias unset wait [ [[ adjtimex ar arp arping
	ash awk basename blockdev brctl bunzip2 bzcat bzip2 cal cat chgrp
	chmod chown chroot chvt clear cmp cp cpio cttyhack cut date dc
	dd deallocvt depmod df diff dirname dmesg dnsdomainname dos2unix
	du dumpkmap dumpleases echo egrep env expand expr false fgrep
	find fold free freeramdisk ftpget ftpput getopt getty grep groups
	gunzip gzip halt head hexdump hostid hostname httpd hwclock id
	ifconfig init insmod ionice ip ipcalc kill killall klogd last
	less ln loadfont loadkmap logger login logname logread losetup
	ls lsmod lzcat lzma md5sum mdev microcom mkdir mkfifo mknod mkswap
	mktemp modinfo modprobe more mount mt mv nameif nc netstat nslookup
	od openvt patch pidof ping ping6 pivot_root poweroff printf ps
	pwd rdate readlink realpath reboot renice reset rev rm rmdir
	rmmod route rpm rpm2cpio run-parts sed seq setkeycodes setsid
	sh sha1sum sha256sum sha512sum sleep sort start-stop-daemon stat
	strings stty swapoff swapon switch_root sync sysctl syslogd tac
	tail tar taskset tee telnet test tftp time timeout top touch
	tr traceroute traceroute6 true tty udhcpc udhcpd umount uname
	uncompress unexpand uniq unix2dos unlzma unxz unzip uptime usleep
	uudecode uuencode vconfig vi watch watchdog wc wget which who
	whoami xargs xz xzcat yes zcat

(initramfs)

FSTAB of rootfs

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/dev/root      /               ext3    noatime,errors=remount-ro 0 1
tmpfs          /tmp            tmpfs   defaults          0       0


Then I tried gorgone squeeze script . Again install finishes fine but on reboot following errors
cd /tmp
wget http://ss4200.homelinux.com/dockstar/gogo-dock.sh
chmod 777 gogo-dock.sh
./gogo-dock.sh

U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02

SoC:   Kirkwood 88F6281_A0
DRAM:  256 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot:  3  2  1  0 
(Re)start USB...
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 4 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/rescueme" from usb device 0:1 (usbda1)
** File not found /rescueme
reading /rescueme.txt

** Unable to read "/rescueme.txt" from usb 0:1 **
Creating 1 MTD partitions on "nand0":
0x000002500000-0x000008000000 : "mtd=3"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    129024 bytes
UBI: smallest flash I/O unit:    2048
UBI: sub-page size:              512
UBI: VID header offset:          512 (aligned 512)
UBI: data offset:                2048
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "mtd=3"
UBI: MTD device size:            91 MiB
UBI: number of good PEBs:        728
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             717
UBI: total number of reserved PEBs: 11
UBI: number of PEBs reserved for bad PEB handling: 7
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
1 bytes read
Found bootable drive on usb 0:1
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
2676840 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
** File not found /boot/uInitrd
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-2.6.35.7-dockstar
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2676776 Bytes = 2.6 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK
Using machid 0x831 from environment

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
Linux version 2.6.35.7-dockstar (root@debian) (gcc version 4.4.5 (Debian 4.4.5-2) ) #5 PREEMPT Mon Oct 18 12:22:45 CEST 2010
CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
CPU: VIVT data cache, VIVT instruction cache
Machine: Seagate Dockstar Board
Memory policy: ECC disabled, Data cache writeback
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext3 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
PID hash table entries: 1024 (order: 0, 4096 bytes)
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 256MB = 256MB total
Memory: 254224k/254224k available, 7920k reserved, 0K highmem
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
    vmalloc : 0xd0800000 - 0xfe800000   ( 736 MB)
    lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    modules : 0xbf000000 - 0xc0000000   (  16 MB)
      .init : 0xc0008000 - 0xc002b000   ( 140 kB)
      .text : 0xc002b000 - 0xc0525000   (5096 kB)
      .data : 0xc0526000 - 0xc055d660   ( 222 kB)
SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Hierarchical RCU implementation.
	RCU-based detection of stalled CPUs is disabled.
	Verbose stalled-CPUs detection is disabled.
NR_IRQS:114
Console: colour dummy device 80x30
Calibrating delay loop... 1192.75 BogoMIPS (lpj=5963776)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
regulator: core version 0.5
regulator: dummy: 
NET: Registered protocol family 16
Kirkwood: MV88F6281-A0, TCLK=200000000.
Feroceon L2: Enabling L2
Feroceon L2: Cache support initialised.
bio: create slab <bio-0> at 0
vgaarb: loaded
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
Switching to clocksource orion_clocksource
Slow work thread pool: Starting up
Slow work thread pool: Ready
FS-Cache: Loaded
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
FS-Cache: Netfs 'nfs' registered for caching
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
fuse init (API version 7.14)
msgmni has been set to 496
alg: No test for stdrng (krng)
alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
console [ttyS0] enabled
brd: module loaded
loop: module loaded
NAND device: Manufacturer ID: 0xad, Chip ID: 0xf1 (Hynix NAND 128MiB 3,3V 8-bit)
Scanning device for bad blocks
4 cmdlinepart partitions found on MTD device orion_nand
Creating 4 MTD partitions on "orion_nand":
0x000000000000-0x000000100000 : "u-boot"
0x000000100000-0x000000500000 : "uImage"
0x000000500000-0x000002500000 : "rootfs"
0x000002500000-0x000008000000 : "data"
MV-643xx 10/100/1000 ethernet driver version 1.4
mv643xx_eth smi: probed
net eth0: port 0 with MAC address 00:25:31:00:83:23
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
orion-ehci orion-ehci.0: Marvell Orion EHCI
orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver usbserial
USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core
mice: PS/2 mouse device common for all mice
i2c /dev entries driver
IR NEC protocol handler initialized
IR RC5(x) protocol handler initialized
IR RC6 protocol handler initialized
IR JVC protocol handler initialized
IR Sony protocol handler initialized
Orion Watchdog Timer: Initial timeout 21 sec
cpuidle: using governor ladder
cpuidle: using governor menu
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
mmc0: mvsdio driver initialized, lacking card detect (fall back to polling)
Driver for HIFN 795x crypto accelerator chip has been successfully registered.
mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
oprofile: hardware counters not available
oprofile: using timer interrupt.
TCP cubic registered
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
Waiting 10sec before mounting root device...
usb 1-1: new high speed USB device using orion-ehci and address 2
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
usb 1-1.1: new full speed USB device using orion-ehci and address 3
åscsi0 : usb-storage 1-1.1:1.0
usb 1-1.4: new high speed USB device using orion-ehci and address 4
scsi 0:0:0:0: Direct-Access     USB2.0   CARD-READER      1.01 PQ: 0 ANSI: 2
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] 7843840 512-byte logical blocks: (4.01 GB/3.74 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Assuming drive cache: write through
þsd 0:0:0:0: [sda] Assuming drive cache: write through
 sda: sda1 sda2
sd 0:0:0:0: [sda] Assuming drive cache: write through
ÿsd 0:0:0:0: [sda] Attached SCSI removable disk
List of all partitions:
1f00            1024 mtdblock0 (driver?)
1f01            4096 mtdblock1 (driver?)
1f02           32768 mtdblock2 (driver?)
1f03           93184 mtdblock3 (driver?)
0800         3921920 sda driver: sd
  0801         3396608 sda1
  0802          524288 sda2
No filesystem could mount root, tried:  ext3
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,1)
Backtrace: 
[<c002eea4>] (dump_backtrace+0x0/0x118) from [<c0403838>] (dump_stack+0x18/0x1c)
 r7:c0027a14 r6:00008000 r5:cfc13005 r4:c055dc30
[<c0403820>] (dump_stack+0x0/0x1c) from [<c04038b4>] (panic+0x78/0xf4)
[<c040383c>] (panic+0x0/0xf4) from [<c0008ff0>] (mount_block_root+0x25c/0x2ac)
 r3:00000000 r2:00000020 r1:cfc29f60 r0:c04b7a35
[<c0008d94>] (mount_block_root+0x0/0x2ac) from [<c0009094>] (mount_root+0x54/0x6c)
[<c0009040>] (mount_root+0x0/0x6c) from [<c0009218>] (prepare_namespace+0x16c/0x1c4)
 r5:c0027a29 r4:c055d920
[<c00090ac>] (prepare_namespace+0x0/0x1c4) from [<c00084fc>] (kernel_init+0x128/0x170)
 r5:c0026894 r4:c055d6e0
[<c00083d4>] (kernel_init+0x0/0x170) from [<c003fd44>] (do_exit+0x0/0x6b4)
 r5:c00083d4 r4:00000000

Mounted boot of usb drive , it was empty except uImage so that was also fail

Now I am trying shyd script , Experts please tell the issue . I am exasperated . I have a fully functional ARCH but why doesnt debian boot ?
tried shyd script also got init bootarg error
U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02

SoC:   Kirkwood 88F6281_A0
DRAM:  256 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot:  0
u-boot>> boot
(Re)start USB...
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 4 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/rescueme" from usb device 0:1 (usbda1)
** File not found /rescueme
reading /rescueme.txt

** Unable to read "/rescueme.txt" from usb 0:1 **
Creating 1 MTD partitions on "nand0":
0x000002500000-0x000008000000 : "mtd=3"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    129024 bytes
UBI: smallest flash I/O unit:    2048
UBI: sub-page size:              512
UBI: VID header offset:          512 (aligned 512)
UBI: data offset:                2048
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "mtd=3"
UBI: MTD device size:            91 MiB
UBI: number of good PEBs:        728
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             717
UBI: total number of reserved PEBs: 11
UBI: number of PEBs reserved for bad PEB handling: 7
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
1 bytes read
Found bootable drive on usb 0:1
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
1435696 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
4535112 bytes read
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-2.6.32-5-kirkwood
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1435632 Bytes = 1.4 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   initramfs-2.6.32-5-kirkwood
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    4535048 Bytes = 4.3 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK
Using machid 0x831 from environment

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-kirkwood (Debian 2.6.32-48squeeze4) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 Tue Sep 24 15:11:05 UTC 2013
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: Marvell SheevaPlug Reference Board
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext3 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Memory: 256MB = 256MB total
[    0.000000] Memory: 250880KB available (3512K code, 583K data, 124K init, 0K highmem)
[    0.000000] SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:114
[    0.000000] Console: colour dummy device 80x30
[   21.474972] Calibrating delay loop... 1192.75 BogoMIPS (lpj=5963776)
[   21.714931] Security Framework initialized
[   21.714952] SELinux:  Disabled at boot.
[   21.714982] Mount-cache hash table entries: 512
[   21.715294] Initializing cgroup subsys ns
[   21.715310] Initializing cgroup subsys cpuacct
[   21.715320] Initializing cgroup subsys devices
[   21.715329] Initializing cgroup subsys freezer
[   21.715336] Initializing cgroup subsys net_cls
[   21.715398] CPU: Testing write buffer coherency: ok
[   21.716232] devtmpfs: initialized
[   21.717975] regulator: core version 0.5
[   21.718193] NET: Registered protocol family 16
[   21.718726] Kirkwood: MV88F6281-A0, TCLK=200000000.
[   21.718740] Feroceon L2: Enabling L2
[   21.718775] Feroceon L2: Cache support initialised.
[   21.720686] bio: create slab <bio-0> at 0
[   21.720956] vgaarb: loaded
[   21.721423] Switching to clocksource orion_clocksource
[   21.725426] NET: Registered protocol family 2
[   21.725670] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[   21.726431] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[   21.726615] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[   21.726710] TCP: Hash tables configured (established 8192 bind 8192)
[   21.726720] TCP reno registered
[   21.726870] NET: Registered protocol family 1
[   21.727046] Unpacking initramfs...
[   22.038485] Freeing initrd memory: 4428K
[   22.038592] NetWinder Floating Point Emulator V0.97 (double precision)
[   22.038840] audit: initializing netlink socket (disabled)
[   22.038874] type=2000 audit(0.550:1): initialized
[   22.045396] VFS: Disk quotas dquot_6.5.2
[   22.045659] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   22.045755] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[   22.046397] msgmni has been set to 499
[   22.048147] alg: No test for stdrng (krng)
[   22.048271] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[   22.048284] io scheduler noop registered
[   22.048291] io scheduler anticipatory registered
[   22.048298] io scheduler deadline registered
[   22.048477] io scheduler cfq registered (default)
[   22.054526] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   22.055000] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[   22.382693] console [ttyS0] enabled
[   22.386775] NAND device: Manufacturer ID: 0xad, Chip ID: 0xf1 (Hynix NAND 128MiB 3,3V 8-bit)
[   22.395298] Scanning device for bad blocks
[   22.437163] 4 cmdlinepart partitions found on MTD device orion_nand
[   22.443469] Creating 4 MTD partitions on "orion_nand":
[   22.448634] 0x000000000000-0x000000100000 : "u-boot"
[   22.454205] 0x000000100000-0x000000500000 : "uImage"
[   22.459656] 0x000000500000-0x000002500000 : "rootfs"
[   22.465168] 0x000002500000-0x000008000000 : "data"
[   22.471062] mice: PS/2 mouse device common for all mice
[   23.481469] rtc-mv rtc-mv: internal RTC not ticking
[   23.486459] i2c /dev entries driver
[   23.490130] cpuidle: using governor ladder
[   23.494378] cpuidle: using governor menu
[   23.498409] Registered led device: plug:green:health
[   23.503480] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[   23.509876] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[   23.551491] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   23.591490] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[   23.631489] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[   23.671489] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[   23.678170] TCP cubic registered
[   23.681410] NET: Registered protocol family 17
[   23.686238] registered taskstats version 1
[   23.691026] /build/linux-2.6-fIxTVd/linux-2.6-2.6.32/debian/build/source_armel_none/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[   23.703683] Initalizing network drop monitor service
[   23.708728] Freeing init memory: 124K
Loading, please wait...
[   23.761914] udev[44]: starting version 164
▒[   24.083148] usbcore: registered new interface driver usbfs
[   24.103494] mmc0: mvsdio driver initialized, lacking card detect (fall back to polling)
[   24.111713] usbcore: registered new interface driver hub
[   24.118121] usbcore: registered new device driver usb
[   24.126580] MV-643xx 10/100/1000 ethernet driver version 1.4
▒[   24.145791] mv643xx_eth smi: probed
[   24.151033] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   24.166810] net eth0: port 0 with MAC address 00:25:31:00:83:23
[   24.173021] orion-ehci orion-ehci.0: Marvell Orion EHCI
[   24.181108] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
▒[   24.211488] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   24.231494] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   24.237511] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   24.244371] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   24.251647] usb usb1: Product: Marvell Orion EHCI
[   24.256380] usb usb1: Manufacturer: Linux 2.6.32-5-kirkwood ehci_hcd
[   24.262779] usb usb1: SerialNumber: orion-ehci.0
▒[   24.268395] usb usb1: configuration #1 chosen from 1 choice
[   24.274353] hub 1-0:1.0: USB hub found
[   24.278160] hub 1-0:1.0: 1 port detected
▒[   24.601471] usb 1-1: new high speed USB device using orion-ehci and address 2
[   24.752882] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[   24.759612] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   24.766801] usb 1-1: Product: USB2.0 Hub
▒[   24.772184] usb 1-1: configuration #1 chosen from 1 choice
[   24.781108] hub 1-1:1.0: USB hub found
[   24.785263] hub 1-1:1.0: 4 ports detected
▒[   25.061792] usb 1-1.1: new full speed USB device using orion-ehci and address 3
[   25.173632] usb 1-1.1: New USB device found, idVendor=214b, idProduct=1110
[   25.180545] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   25.187901] usb 1-1.1: Product: USB2.0 Device
[   25.192586] usb 1-1.1: Manufacturer: Generic
[   25.196963] usb 1-1.1: SerialNumber: 8120120400400000
▒[   25.203424] usb 1-1.1: configuration #1 chosen from 1 choice
[   25.297018] SCSI subsystem initialized
▒[   25.325037] Initializing USB Mass Storage driver...
[   25.330233] scsi0 : SCSI emulation for USB Mass Storage devices
[   25.336953] usbcore: registered new interface driver usb-storage
[   25.343017] USB Mass Storage support registered.
▒[   25.351806] usb 1-1.4: new high speed USB device using orion-ehci and address 4
[   25.463131] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=8176
[   25.470040] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   25.477401] usb 1-1.4: Manufacturer: Realtek
[   25.481727] usb 1-1.4: SerialNumber: 00e04c000001
▒[   25.487773] usb 1-1.4: configuration #1 chosen from 1 choice
[   30.342476] scsi 0:0:0:0: Direct-Access     USB2.0   CARD-READER      1.01 PQ: 0 ANSI: 2
▒[   30.380164] sd 0:0:0:0: [sda] 7843840 512-byte logical blocks: (4.01 GB/3.74 GiB)
[   30.388149] sd 0:0:0:0: [sda] Write Protect is off
[   30.393009] sd 0:0:0:0: [sda] Assuming drive cache: write through
▒[   30.401896] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   30.408020]  sda: sda1
[   30.420273] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   30.426432] sd 0:0:0:0: [sda] Attached SCSI removable disk
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
▒mount: Invalid argument
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... ▒mount: No such file or directory
done.
mount: No such file or directory
mount: No such file or directory
Target filesystem doesn't have requested /sbin/init.
No init found. Try passing init= bootarg.

FSTAB
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/dev/root      /               ext3    noatime,errors=remount-ro 0 1
/dev/sda2      none            swap    sw                0       0
tmpfs          /tmp            tmpfs   defaults          0       0

Somebody please tell how to solve these



Edited 5 time(s). Last edit at 04/28/2014 12:52AM by kuduku.
Re: Boot & install error , tried jeffs Wheezy & squeeze and ROOTFS also
April 25, 2014 03:51PM
kuduku,

Continue using rootfs 3.14.0-kirkwood-tld-1. Label the USB drive partition, and set U-Boot envs as described here:
http://forum.doozan.com/read.php?3,8044,8152#msg-8152

The basic idea is to tell Linux to find the rootfs with label "rootfs".

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 04/25/2014 03:52PM by bodhi.
Re: Boot & install error , tried jeffs Wheezy & squeeze and ROOTFS also
April 26, 2014 01:40AM
bodhi Wrote:
-------------------------------------------------------
> kuduku,
>
> Continue using rootfs 3.14.0-kirkwood-tld-1. Label
> the USB drive partition, and set U-Boot envs as
> described here:
> http://forum.doozan.com/read.php?3,8044,8152#msg-8
> 152
>
> The basic idea is to tell Linux to find the rootfs
> with label "rootfs".


Still doesnt work , same error

I booted in rescue
tune2fs -L rootfs /dev/sda1
then on uboot setenv usb_init "run usb_scan; setenv usb_root LABEL=rootfs"

then booted with same error
U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02

SoC:   Kirkwood 88F6281_A0
DRAM:  256 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot:  3  0 
u-boot>> setenv usb_init "run usb_scan; setenv usb_root LABEL=rootfs"
u-boot>> boot
(Re)start USB...
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 4 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/rescueme" from usb device 0:1 (usbda1)
** File not found /rescueme
reading /rescueme.txt

** Unable to read "/rescueme.txt" from usb 0:1 **
Creating 1 MTD partitions on "nand0":
0x000002500000-0x000008000000 : "mtd=3"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    129024 bytes
UBI: smallest flash I/O unit:    2048
UBI: sub-page size:              512
UBI: VID header offset:          512 (aligned 512)
UBI: data offset:                2048
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "mtd=3"
UBI: MTD device size:            91 MiB
UBI: number of good PEBs:        728
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             717
UBI: total number of reserved PEBs: 11
UBI: number of PEBs reserved for bad PEB handling: 7
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
1 bytes read
Found bootable drive on usb 0:1
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
2461416 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
6362802 bytes read
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-3.14.0-kirkwood-tld-1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2461352 Bytes = 2.3 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   initramfs-3.14.0-kirkwood-tld-1
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    6362738 Bytes = 6.1 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK
Using machid 0x831 from environment

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.14.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 PREEMPT Tue Apr 1 22:54:58 PDT 2014
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: Marvell SheevaPlug Reference Board
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 rootfstype=ext3 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Memory: 246192K/262144K available (4779K kernel code, 352K rwdata, 1644K rodata, 213K init, 424K bss, 15952K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc064df14   (6424 kB)
[    0.000000]       .init : 0xc064e000 - 0xc0683444   ( 214 kB)
[    0.000000]       .data : 0xc0684000 - 0xc06dc3c4   ( 353 kB)
[    0.000000]        .bss : 0xc06dc3c4 - 0xc074665c   ( 425 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:114
[    0.000012] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns
[    5.397333] Console: colour dummy device 80x30
[    5.397365] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[    5.487108] pid_max: default: 32768 minimum: 301
[    5.487216] Security Framework initialized
[    5.487280] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    5.487299] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    5.487888] Initializing cgroup subsys devices
[    5.487911] Initializing cgroup subsys freezer
[    5.487924] Initializing cgroup subsys net_cls
[    5.487934] Initializing cgroup subsys blkio
[    5.488011] CPU: Testing write buffer coherency: ok
[    5.488402] Setting up static identity map for 0x485fa0 - 0x485fdc
[    5.490518] devtmpfs: initialized
[    5.493121] prandom: seed boundary self test passed
[    5.497219] prandom: 100 self tests passed
[    5.497235] pinctrl core: initialized pinctrl subsystem
[    5.497613] regulator-dummy: no parameters
[    5.497950] NET: Registered protocol family 16
[    5.498379] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    5.499157] cpuidle: using governor ladder
[    5.499175] cpuidle: using governor menu
[    5.499290] Kirkwood: MV88F6281-A0, TCLK=200000000.
[    5.499312] Feroceon L2: Enabling L2
[    5.499350] Feroceon L2: Cache support initialised.
[    5.504609] bio: create slab <bio-0> at 0
[    5.505063] vgaarb: loaded
[    5.505355] usbcore: registered new interface driver usbfs
[    5.505432] usbcore: registered new interface driver hub
[    5.505551] usbcore: registered new device driver usb
[    5.506280] Switched to clocksource orion_clocksource
[    5.531016] NET: Registered protocol family 2
[    5.531669] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[    5.531706] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[    5.531737] TCP: Hash tables configured (established 2048 bind 2048)
[    5.531806] TCP: reno registered
[    5.531820] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    5.531842] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    5.532035] NET: Registered protocol family 1
[    5.532354] RPC: Registered named UNIX socket transport module.
[    5.532365] RPC: Registered udp transport module.
[    5.532372] RPC: Registered tcp transport module.
[    5.532379] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    5.532638] Unpacking initramfs...
[    6.062000] Freeing initrd memory: 6208K (c1101000 - c1711000)
[    6.062114] NetWinder Floating Point Emulator V0.97 (double precision)
[    6.062667] futex hash table entries: 256 (order: -1, 3072 bytes)
[    6.062821] audit: initializing netlink subsys (disabled)
[    6.062877] audit: type=2000 audit(0.650:1): initialized
[    6.063546] bounce pool size: 64 pages
[    6.063618] zbud: loaded
[    6.063800] VFS: Disk quotas dquot_6.5.2
[    6.063855] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    6.064155] NFS: Registering the id_resolver key type
[    6.064218] Key type id_resolver registered
[    6.064228] Key type id_legacy registered
[    6.064246] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    6.064255] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    6.064411] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    6.064695] msgmni has been set to 492
[    6.064819] Key type big_key registered
[    6.066688] alg: No test for stdrng (krng)
[    6.066783] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    6.066794] io scheduler noop registered
[    6.066802] io scheduler deadline registered
[    6.066833] io scheduler cfq registered (default)
[    6.067090] mv_xor mv_xor.0: Marvell shared XOR driver
[    6.106343] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    6.146337] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    6.146457] mv_xor mv_xor.1: Marvell shared XOR driver
[    6.186344] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[    6.226342] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[    6.226641] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    6.247294] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
[    6.796341] console [ttyS0] enabled
[    6.800812] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[    6.807216] nand: Hynix NAND 128MiB 3,3V 8-bit
[    6.811684] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[    6.817386] Scanning device for bad blocks
[    6.928829] 4 cmdlinepart partitions found on MTD device orion_nand
[    6.935123] Creating 4 MTD partitions on "orion_nand":
[    6.940305] 0x000000000000-0x000000100000 : "u-boot"
[    6.945583] 0x000000100000-0x000000500000 : "uImage"
[    6.950852] 0x000000500000-0x000002500000 : "rootfs"
[    6.956134] 0x000002500000-0x000008000000 : "data"
[    6.961910] libphy: Fixed MDIO Bus: probed
[    6.977825] libphy: orion_mdio_bus: probed
[    6.982041] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    8.067143] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:00:83:23
[    8.076071] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    8.082655] ehci-pci: EHCI PCI platform driver
[    8.087195] ehci-orion: EHCI orion driver
[    8.091288] orion-ehci orion-ehci.0: EHCI Host Controller
[    8.096759] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[    8.104515] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[    8.126314] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[    8.132438] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    8.139284] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.146557] usb usb1: Product: EHCI Host Controller
[    8.151461] usb usb1: Manufacturer: Linux 3.14.0-kirkwood-tld-1 ehci_hcd
[    8.158206] usb usb1: SerialNumber: orion-ehci.0
[    8.163405] hub 1-0:1.0: USB hub found
[    8.167231] hub 1-0:1.0: 1 port detected
[    8.171726] mousedev: PS/2 mouse device common for all mice
[    8.486336] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    8.637775] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[    8.644518] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    8.651710] usb 1-1: Product: USB2.0 Hub
[    8.656424] hub 1-1:1.0: USB hub found
[    8.660523] hub 1-1:1.0: 4 ports detected
[    8.946652] usb 1-1.1: new full-speed USB device number 3 using orion-ehci
[    9.058901] usb 1-1.1: New USB device found, idVendor=214b, idProduct=1110
[    9.065815] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.073183] usb 1-1.1: Product: USB2.0 Device   
[    9.077836] usb 1-1.1: Manufacturer: Generic 
[    9.082215] usb 1-1.1: SerialNumber: 8120120400400000
[    9.166651] usb 1-1.4: new high-speed USB device number 4 using orion-ehci
[    9.186304] rtc-mv rtc-mv: internal RTC not ticking
[    9.191330] i2c /dev entries driver
[    9.195523] hidraw: raw HID events driver (C) Jiri Kosina
[    9.201329] drop_monitor: Initializing network drop monitor service
[    9.207849] TCP: cubic registered
[    9.211184] NET: Registered protocol family 17
[    9.215763] Key type dns_resolver registered
[    9.220558] registered taskstats version 1
[    9.225152] regulator-dummy: incomplete constraints, leaving on
[    9.231455] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    9.239402] Freeing unused kernel memory: 212K (c064e000 - c0683000)
Loading, please wait...
[    9.288779] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=8176
ô[    9.299916] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.315037] usb 1-1.4: Manufacturer: Realtek
[    9.326373] usb 1-1.4: SerialNumber: 00e04c000001
[    9.347016] udevd[54]: starting version 175
[    9.507762] mvsdio mvsdio: no pins associated
[    9.522160] SCSI subsystem initialized
[    9.556461] mvsdio mvsdio: lacking card detect (fall back to polling)
þ[    9.577490] usb-storage 1-1.1:1.0: USB Mass Storage device detected
ñ[    9.620754] scsi0 : usb-storage 1-1.1:1.0
ú[    9.633621] usbcore: registered new interface driver usb-storage
[   10.627259] scsi 0:0:0:0: Direct-Access     USB2.0   CARD-READER      1.01 PQ: 0 ANSI: 2
[   10.664463] sd 0:0:0:0: [sda] 7843840 512-byte logical blocks: (4.01 GB/3.74 GiB)
ÿ[   10.673190] sd 0:0:0:0: [sda] Write Protect is off
[   10.678681] sd 0:0:0:0: [sda] No Caching mode page found
[   10.684032] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   10.694680] sd 0:0:0:0: [sda] No Caching mode page found
[   10.700107] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   10.712680]  sda: sda1
ý[   10.718430] sd 0:0:0:0: [sda] No Caching mode page found
[   10.723788] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   10.729969] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   10.750553] sd 0:0:0:0: Attached scsi generic sg0 type 0
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... ýdone.
mount: mounting /dev/disk/by-label/rootfs on /root failed: Invalid argument
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... òmount: mounting /dev on /root/dev failed: No such file or directory
done.
Target filesystem doesn't have requested /sbin/init.
No init found. Try passing init= bootarg.
modprobe: module i8042 not found in modules.dep
[   20.013453] uhci_hcd: USB Universal Host Controller Interface driver
ý[   20.027286] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   20.044674] usbcore: registered new interface driver usbhid
[   20.050394] usbhid: USB HID core driver


BusyBox v1.20.2 (Debian 1:1.20.0-7) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
(initramfs)
Re: Boot & install error , tried jeffs Wheezy & squeeze and ROOTFS also
April 26, 2014 01:50AM
Also tried with Pogoplug pink machine id , exact same error
Re: Boot & install error , tried jeffs Wheezy & squeeze and ROOTFS also
April 26, 2014 02:28AM
Kuduku,

It's not your archNumber or machid. arcNumber 2097 is fine for booting Pogoplug E02. Note these:
[   10.627259] scsi 0:0:0:0: Direct-Access     USB2.0   CARD-READER      1.01 PQ: 0 ANSI: 2
and
mount: mounting /dev/disk/by-label/rootfs on /root failed: Invalid argument

I think your card reader is a little slow to be fully up. Likely udev (i.e. initrd), did not get the rootfs device polulated yet, so the rootfs mounting failed. You can try these:

1. increase the usb_rootdelay to a period loner than 10, or use rootwait
usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootwait rootfstype=$usb_rootfstype $mtdparts $usb_custom_params
if that does not work,

2. Use a USB stick instead of card reader.

Booting with card reader should work. But sometime it is slow to initialize and rootfs mounting will time out.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Boot & install error , tried jeffs Wheezy & squeeze and ROOTFS also
April 26, 2014 03:23AM
Will use a pendrive and update
Thanks
Re: Boot & install error , tried jeffs Wheezy & squeeze and ROOTFS also
April 26, 2014 03:48AM
bodhi Wrote:
-------------------------------------------------------


Did not work out same error . Used a 16GB transcend pendrive
[   77.135005] random: nonblocking pool is initialized
[   78.225980] usb 1-1:

U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02

SoC:   Kirkwood 88F6281_A0
DRAM:  256 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot:  3  0 
u-boot>> á0  setenv usb_init "run usb_scan; setenv usb_root LABEL=rootfs"
u-boot>> boot
(Re)start USB...
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 4 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/rescueme" from usb device 0:1 (usbda1)
** File not found /rescueme
reading /rescueme.txt

** Unable to read "/rescueme.txt" from usb 0:1 **
Creating 1 MTD partitions on "nand0":
0x000002500000-0x000008000000 : "mtd=3"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    129024 bytes
UBI: smallest flash I/O unit:    2048
UBI: sub-page size:              512
UBI: VID header offset:          512 (aligned 512)
UBI: data offset:                2048
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "mtd=3"
UBI: MTD device size:            91 MiB
UBI: number of good PEBs:        728
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             717
UBI: total number of reserved PEBs: 11
UBI: number of PEBs reserved for bad PEB handling: 7
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
1 bytes read
Found bootable drive on usb 0:1
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
2461416 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
6362802 bytes read
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-3.14.0-kirkwood-tld-1
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2461352 Bytes = 2.3 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   initramfs-3.14.0-kirkwood-tld-1
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    6362738 Bytes = 6.1 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK
Using machid 0x831 from environment

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.14.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 PREEMPT Tue Apr 1 22:54:58 PDT 2014
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: Marvell SheevaPlug Reference Board
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 rootfstype=ext3 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Memory: 246192K/262144K available (4779K kernel code, 352K rwdata, 1644K rodata, 213K init, 424K bss, 15952K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc064df14   (6424 kB)
[    0.000000]       .init : 0xc064e000 - 0xc0683444   ( 214 kB)
[    0.000000]       .data : 0xc0684000 - 0xc06dc3c4   ( 353 kB)
[    0.000000]        .bss : 0xc06dc3c4 - 0xc074665c   ( 425 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:114
[    0.000013] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns
[    8.177168] Console: colour dummy device 80x30
[    8.177199] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[    8.266943] pid_max: default: 32768 minimum: 301
[    8.267052] Security Framework initialized
[    8.267117] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    8.267136] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    8.267727] Initializing cgroup subsys devices
[    8.267751] Initializing cgroup subsys freezer
[    8.267764] Initializing cgroup subsys net_cls
[    8.267775] Initializing cgroup subsys blkio
[    8.267849] CPU: Testing write buffer coherency: ok
[    8.268239] Setting up static identity map for 0x485fa0 - 0x485fdc
[    8.270353] devtmpfs: initialized
[    8.272954] prandom: seed boundary self test passed
[    8.277052] prandom: 100 self tests passed
[    8.277068] pinctrl core: initialized pinctrl subsystem
[    8.277447] regulator-dummy: no parameters
[    8.277781] NET: Registered protocol family 16
[    8.278204] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    8.278985] cpuidle: using governor ladder
[    8.279002] cpuidle: using governor menu
[    8.279111] Kirkwood: MV88F6281-A0, TCLK=200000000.
[    8.279131] Feroceon L2: Enabling L2
[    8.279169] Feroceon L2: Cache support initialised.
[    8.284434] bio: create slab <bio-0> at 0
[    8.284887] vgaarb: loaded
[    8.285180] usbcore: registered new interface driver usbfs
[    8.285256] usbcore: registered new interface driver hub
[    8.285375] usbcore: registered new device driver usb
[    8.286104] Switched to clocksource orion_clocksource
[    8.310824] NET: Registered protocol family 2
[    8.311478] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[    8.311516] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[    8.311547] TCP: Hash tables configured (established 2048 bind 2048)
[    8.311616] TCP: reno registered
[    8.311630] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    8.311651] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    8.311846] NET: Registered protocol family 1
[    8.312170] RPC: Registered named UNIX socket transport module.
[    8.312182] RPC: Registered udp transport module.
[    8.312189] RPC: Registered tcp transport module.
[    8.312195] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    8.312454] Unpacking initramfs...
[    8.841770] Freeing initrd memory: 6208K (c1101000 - c1711000)
[    8.841885] NetWinder Floating Point Emulator V0.97 (double precision)
[    8.842439] futex hash table entries: 256 (order: -1, 3072 bytes)
[    8.842592] audit: initializing netlink subsys (disabled)
[    8.842648] audit: type=2000 audit(0.650:1): initialized
[    8.843317] bounce pool size: 64 pages
[    8.843388] zbud: loaded
[    8.843572] VFS: Disk quotas dquot_6.5.2
[    8.843627] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    8.843929] NFS: Registering the id_resolver key type
[    8.843985] Key type id_resolver registered
[    8.843995] Key type id_legacy registered
[    8.844013] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    8.844022] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    8.844179] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    8.844460] msgmni has been set to 492
[    8.844583] Key type big_key registered
[    8.846446] alg: No test for stdrng (krng)
[    8.846541] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    8.846552] io scheduler noop registered
[    8.846560] io scheduler deadline registered
[    8.846591] io scheduler cfq registered (default)
[    8.846850] mv_xor mv_xor.0: Marvell shared XOR driver
[    8.886167] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    8.926161] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    8.926282] mv_xor mv_xor.1: Marvell shared XOR driver
[    8.966168] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[    9.006166] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[    9.006463] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    9.027118] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
[    9.576148] console [ttyS0] enabled
[    9.580617] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[    9.587024] nand: Hynix NAND 128MiB 3,3V 8-bit
[    9.591490] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[    9.597194] Scanning device for bad blocks
[    9.708624] 4 cmdlinepart partitions found on MTD device orion_nand
[    9.714921] Creating 4 MTD partitions on "orion_nand":
[    9.720104] 0x000000000000-0x000000100000 : "u-boot"
[    9.725378] 0x000000100000-0x000000500000 : "uImage"
[    9.730646] 0x000000500000-0x000002500000 : "rootfs"
[    9.735923] 0x000002500000-0x000008000000 : "data"
[    9.741697] libphy: Fixed MDIO Bus: probed
[    9.757614] libphy: orion_mdio_bus: probed
[    9.761831] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   10.847021] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:00:83:23
[   10.855949] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   10.862533] ehci-pci: EHCI PCI platform driver
[   10.867072] ehci-orion: EHCI orion driver
[   10.871164] orion-ehci orion-ehci.0: EHCI Host Controller
[   10.876635] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[   10.884370] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   10.906138] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   10.912259] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   10.919097] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.926364] usb usb1: Product: EHCI Host Controller
[   10.931267] usb usb1: Manufacturer: Linux 3.14.0-kirkwood-tld-1 ehci_hcd
[   10.938012] usb usb1: SerialNumber: orion-ehci.0
[   10.943206] hub 1-0:1.0: USB hub found
[   10.947031] hub 1-0:1.0: 1 port detected
[   10.951517] mousedev: PS/2 mouse device common for all mice
[   11.266160] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   11.417632] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[   11.424376] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   11.431568] usb 1-1: Product: USB2.0 Hub
[   11.436264] hub 1-1:1.0: USB hub found
[   11.440379] hub 1-1:1.0: 4 ports detected
[   11.726507] usb 1-1.1: new high-speed USB device number 3 using orion-ehci
[   11.838256] usb 1-1.1: New USB device found, idVendor=8564, idProduct=1000
[   11.845177] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   11.852544] usb 1-1.1: Product: Mass Storage Device
[   11.857460] usb 1-1.1: Manufacturer: JetFlash
[   11.861839] usb 1-1.1: SerialNumber: 66EERQGOTMQUWLYE
[   11.946507] usb 1-1.4: new high-speed USB device number 4 using orion-ehci
[   11.966129] rtc-mv rtc-mv: internal RTC not ticking
[   11.971155] i2c /dev entries driver
[   11.975346] hidraw: raw HID events driver (C) Jiri Kosina
[   11.981153] drop_monitor: Initializing network drop monitor service
[   11.987673] TCP: cubic registered
[   11.991008] NET: Registered protocol family 17
[   11.995580] Key type dns_resolver registered
[   12.000373] registered taskstats version 1
[   12.004968] regulator-dummy: incomplete constraints, leaving on
[   12.011267] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[   12.019208] Freeing unused kernel memory: 212K (c064e000 - c0683000)
Loading, please wait...
[   12.068770] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=8176
[   12.075703] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
ú[   12.094651] usb 1-1.4: Manufacturer: Realtek
‹[   12.106219] usb 1-1.4: SerialNumber: 00e04c000001
[   12.111764] udevd[54]: starting version 175
[   12.288025] mvsdio mvsdio: no pins associated
[   12.300746] SCSI subsystem initialized
[   12.336209] mvsdio mvsdio: lacking card detect (fall back to polling)
[   12.345852] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[   12.397501] scsi0 : usb-storage 1-1.1:1.0
[   12.412991] usbcore: registered new interface driver usb-storage
[   13.407115] scsi 0:0:0:0: Direct-Access     JetFlash Transcend 16GB   1100 PQ: 0 ANSI: 4
õ[   13.444197] sd 0:0:0:0: [sda] 31696896 512-byte logical blocks: (16.2 GB/15.1 GiB)
[   13.453048] sd 0:0:0:0: [sda] Write Protect is off
[   13.458538] sd 0:0:0:0: [sda] No Caching mode page found
[   13.463879] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   13.474159] sd 0:0:0:0: [sda] No Caching mode page found
Á[   13.479610] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   13.486786]  sda: sda1
[   13.492160] sd 0:0:0:0: [sda] No Caching mode page found
[   13.497579] sd 0:0:0:0: [sda] Assuming drive cache: write through
ÿ[   13.503748] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   13.520097] sd 0:0:0:0: Attached scsi generic sg0 type 0
æBegin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
mount: mounting /dev/disk/by-label/rootfs on /root failed: Invalid argument
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... ámount: mounting /dev on /root/dev failed: No such file or directory
done.
Target filesystem doesn't have requested /sbin/init.
No init found. Try passing init= bootarg.
modprobe: module i8042 not found in modules.dep
[   22.723310] uhci_hcd: USB Universal Host Controller Interface driver
å[   22.737061] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   22.751355] usbcore: registered new interface driver usbhid
[   22.757028] usbhid: USB HID core driver


BusyBox v1.20.2 (Debian 1:1.20.0-7) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
(initramfs) ú‹õÁÿæáåÿ



Edited 2 time(s). Last edit at 04/26/2014 11:41AM by kuduku.
Re: Boot & install error , tried jeffs Wheezy & squeeze and ROOTFS also
April 26, 2014 04:00PM
Hi kuduku,

Perhaps retracing your steps: if you've created the rootfs as root user? is the pen drive partition Ext3? if you've confirmed these are correct. Try this also: remove the usb_rootfstype env in serial console before booting.
setenv usb_rootfstype

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Boot & install error , tried jeffs Wheezy & squeeze and ROOTFS also
April 27, 2014 01:05AM
bodhi Wrote:
-------------------------------------------------------
> Hi kuduku,
>
> Perhaps retracing your steps: if you've created
> the rootfs as root user? is the pen drive
> partition Ext3? if you've confirmed these are
> correct. Try this also: remove the usb_rootfstype
> env in serial console before booting.
>
> setenv usb_rootfstype
>

Thanks a lot , it booted fine with your last debug .Now what to do to ensure it boots fine . Anything to add in FSTAB or run update-initramfs -u ?
I am going to do a update and install my required packages
Re: Boot & install error , tried jeffs Wheezy & squeeze and ROOTFS also
April 27, 2014 05:50AM
It doesnt reboot back to rootfs . I have to manually put setenv usb_rootfstype on uboot at each restart for it to boot into rootfs
How to automate that ? Rest everything working fine .

I have installed
Transmission
Webmin
samba
added WIFI dongle rtl8192cu
NTP

Now balance is media server and VNC
Re: Boot & install error , tried jeffs Wheezy & squeeze and ROOTFS also
April 27, 2014 07:24AM
Kuduku,

That setenv is only temporary. To make it permanent, save the env. I prefer to do this in Debian
fw_setenv usb_rootfstype

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Boot & install error , tried jeffs Wheezy & squeeze and ROOTFS also
April 28, 2014 12:49AM
SOLVED
Please elaborate on how this was solved.
I am also getting the same results, tried wheezy and squeeze but install errors out as reported above.
Re: Boot & install error , tried jeffs Wheezy & squeeze and ROOTFS also
May 02, 2014 11:34PM
christineedadrink Wrote:
-------------------------------------------------------
> Please elaborate on how this was solved.
> I am also getting the same results, tried wheezy
> and squeeze but install errors out as reported
> above.


Solved it installing bodhis rootfs . The install script didn't work out . Try to install using bodhis script , just ensure FS is ext3 only . As when you format using fdisk in rescue/arch it makes pendrive ext2 so check the FS . Best is use a Ubuntu live or any other live distro if you do not have linux installed
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: