Welcome! Log In Create A New Profile

Advanced

cant update rescue system

Posted by k3x 
k3x
cant update rescue system
July 16, 2014 06:41AM
Hi,
this is my first post. Here is my current situation:
I have a Seagate Dockstar with working Uboot, Serial connection, netconnection. Beacuse of the "Kernel too old" problem i wanted to update the rescue system to "RescueV2.8.2-10292012.tar". Problem: I dont have a running debian, so i cant use "ubiformat /dev/mtd2 -s 512 -f rootfs-mtd2.img -y" mentioned in this tutorial http://forum.doozan.com/read.php?4,7915

I tried to update the rescue system only in the uBoot environment, and i think most of it works, but it doesnt boot correctly.
The errors in serial output are:
[   20.344130] UBI error: ubi_read_volume_table: the layout volume was not found
[   20.351404] UBI error: ubi_init: cannot attach mtd2
...
[   20.601944] VFS: Cannot open root device "ubi0:mtdblock2" or unknown-block(0,0)
[   20.609297] Please append a correct "root=" boot option; here are the available partitions:
[   20.617706] 1f00            1024 mtdblock0  (driver?)
[   20.622785] 1f01            4096 mtdblock1  (driver?)
[   20.627879] 1f02           32768 mtdblock2  (driver?)
[   20.632961] 1f03          224256 mtdblock3  (driver?)
[   20.638054] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

I did the following:
nand erase 0x100000 0x400000
tftp 0x800000 uImage-mtd1.img
nand write.e 0x800000 0x100000 0x380000
tftp 0x1000000 rootfs-mtd2.img

setenv rescue_set_bootargs 'setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params'
setenv rescue_bootcmd 'if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi'
setenv bootcmd 'run usb_bootcmd; usb stop; run rescue_bootcmd; reset'
saveenv
run rescue_bootcmd

Can you help me or do you have any idea ?

I think i have to use the ubi command in uboot, but dont know how. Maybe its a hardware problem:
 u b i   p a r t   u - b o o t 
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 error: ubi_io_read: error -74 while reading 64 bytes from PEB 5:0, read 64 bytes
UBI error: ubi_io_read: error -74 while reading 512 bytes from PEB 5:512, read 512 bytes
UBI error: ubi_io_read: error -74 while reading 512 bytes from PEB 7:512, read 512 bytes
UBI error: ubi_read_volume_table: the layout volume was not found
UBI error: ubi_init: cannot attach mtd1
UBI error: ubi_init: UBI error: cannot initialize UBI, error -22
UBI init error 22
DockStar> ubi part rootfs
 u b i   p a r t   r o o t f s 
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 error: ubi_read_volume_table: the layout volume was not found
UBI error: ubi_init: cannot attach mtd1
UBI error: ubi_init: UBI error: cannot initialize UBI, error -22
UBI init error 22


Here is my printenv:

DockStar> printenv
 p r i n t e n v 
arcNumber=2998
baudrate=115200
bootargs=console=ttyS0,115200 ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
bootcmd=run usb_bootcmd; usb stop; run rescue_bootcmd; reset
bootcmd_pogo=run bootcmd_rescue
bootcmd_rescue=run set_bootargs_rescue; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000
bootdelay=10
console=ttyS0,115200
ethact=egiga0
ethaddr=00:10:75:1A:D2:81
fileaddr=1000000
filesize=1b60000
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
if_netconsole=ping $serverip
ipaddr=192.168.178.100
led_error=orange blinking
led_exit=green off
led_init=green blinking
mainlineLinux=yes
mtddevname=rootfs
mtddevnum=2
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
ncip=192.168.178.33
partition=nand0,2
pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi
preboot=run if_netconsole start_netconsole
rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand 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:mtdblock2 ro rootfstype=ubifs $mtdparts $rescue_custom_params
serverip=192.168.178.33
set_bootargs_rescue=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
stderr=nc
stdin=nc
stdout=nc
ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 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 init=$ubifs_init $ubifs_custom_params
usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi;
usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot;
usb_device=0:1
usb_init=usb start; if ext2load usb 0:1 0x800000 /boot/uImage 1; then setenv usb_device 0:1; setenv usb_root /dev/sda1; elif ext2load usb 1:1 0x800000 /boot/uImage 1; then setenv usb_device 1:1; setenv usb_root /dev/sdb1; elif ext2load usb 2:1 0x800000 /boot/uImage 1; then setenv usb_device 2:1; setenv usb_root /dev/sdc1; elif ext2load usb 3:1 0x800000 /boot/uImage 1; then setenv usb_device 3:1;setenv usb_root /dev/sdd1; fi;
usb_root=/dev/sda1
usb_rootdelay=10
usb_rootfstype=ext2
usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params

Environment size: 2993/131068 bytes

uboot serial output before interrupting in netconsole:

U-Boot 2014.01-tld-1 (Mar 17 2014 - 22:04:15)
Seagate FreeAgent DockStar

SoC:   Kirkwood 88F6281_A0
DRAM:  128 MiB
WARNING: Caches not enabled
NAND:  256 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
88E1116 Initialized on egiga0
Using egiga0 device
host 192.168.178.33 is alive

uboot netconsole output:
DockStar> run rescue_bootcmd
 r u n   r e s c u e _ b o o t c m d 

NAND read: device 0 offset 0x100000, size 0x400000
 4194304 bytes read: OK
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-3.3.2-kirkwide
   Created:      2012-10-29  22:52:12 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3627768 Bytes = 3.5 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK


Starting kernel ...

kernel output on serial:
Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.3.2-kirkwide (davygravy@bitbaker64) (gcc version 4.3.5 (Buildroot 2010.08) ) #1 Mon Oct 29 17:52:07 CDT 2012
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: Seagate FreeAgent DockStar
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 ubi.mtd=2 root=ubi0:mtdblock2 ro rootfstype=ubifs mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 128MB = 128MB total
[    0.000000] Memory: 122080k/122080k available, 8992k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc06c06c8   (6882 kB)
[    0.000000]       .init : 0xc06c1000 - 0xc06eb000   ( 168 kB)
[    0.000000]       .data : 0xc06ec000 - 0xc0734c38   ( 292 kB)
[    0.000000]        .bss : 0xc0734c5c - 0xc07a4294   ( 446 kB)
[    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:114
[    0.000000] gpiochip_add: registered GPIOs 0 to 31 on device: orion_gpio0
[    0.000000] gpiochip_add: registered GPIOs 32 to 49 on device: orion_gpio1
[    0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
[    0.000000] Console: colour dummy device 80x30
[   19.243166] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[   19.333091] pid_max: default: 32768 minimum: 301
[   19.333216] Security Framework initialized
[   19.333236] SELinux:  Disabled at boot.
[   19.333299] Mount-cache hash table entries: 512
[   19.333667] Initializing cgroup subsys cpuacct
[   19.333682] Initializing cgroup subsys devices
[   19.333694] Initializing cgroup subsys freezer
[   19.333702] Initializing cgroup subsys net_cls
[   19.333772] CPU: Testing write buffer coherency: ok
[   19.334050] Setting up static identity map for 0x511040 - 0x51107c
[   19.335061] devtmpfs: initialized
[   19.336932] NET: Registered protocol family 16
[   19.337677] Kirkwood: MV88F6281-A0, TCLK=200000000.
[   19.337693] Feroceon L2: Enabling L2
[   19.337730] Feroceon L2: Cache support initialised.
[   19.342055] bio: create slab <bio-0> at 0
[   19.342402] vgaarb: loaded
[   19.342679] SCSI subsystem initialized
[   19.343015] usbcore: registered new interface driver usbfs
[   19.343110] usbcore: registered new interface driver hub
[   19.343205] usbcore: registered new device driver usb
[   19.343782] Switching to clocksource orion_clocksource
[   19.368887] NET: Registered protocol family 2
[   19.369117] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[   19.369700] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[   19.369800] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[   19.369854] TCP: Hash tables configured (established 4096 bind 4096)
[   19.369864] TCP reno registered
[   19.369874] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   19.369897] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   19.370126] NET: Registered protocol family 1
[   19.370442] RPC: Registered named UNIX socket transport module.
[   19.370453] RPC: Registered udp transport module.
[   19.370461] RPC: Registered tcp transport module.
[   19.370468] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   19.370534] NetWinder Floating Point Emulator V0.97 (double precision)
[   19.371087] audit: initializing netlink socket (disabled)
[   19.371122] type=2000 audit(0.120:1): initialized
[   19.379665] VFS: Disk quotas dquot_6.5.2
[   19.379905] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   19.382589] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   19.383706] JFFS2 version 2.2. (NAND) (SUMMARY)  \0xc2\0xa9 2001-2006 Red Hat, Inc.
[   19.384285] fuse init (API version 7.18)
[   19.384757] SGI XFS with security attributes, large block/inode numbers, no debug enabled
[   19.386140] msgmni has been set to 238
[   19.387410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[   19.387424] io scheduler noop registered
[   19.387431] io scheduler deadline registered
[   19.387467] io scheduler cfq registered (default)
[   19.387526] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[   19.387562] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[   19.423885] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   19.463863] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[   19.503853] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[   19.543853] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[   19.544190] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   19.564715] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[   20.058742] console [ttyS0] enabled
[   20.063329] ONFI flash detected
[   20.066604] ONFI param page 0 valid
[   20.070114] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08AAD)
[   20.077828] Scanning device for bad blocks
[   20.234281] 4 cmdlinepart partitions found on MTD device orion_nand
[   20.240576] Creating 4 MTD partitions on "orion_nand":
[   20.245755] 0x000000000000-0x000000100000 : "u-boot"
[   20.251591] 0x000000100000-0x000000500000 : "uImage"
[   20.257410] 0x000000500000-0x000002500000 : "rootfs"
[   20.263121] 0x000002500000-0x000010000000 : "data"
[   20.269005] UBI: attaching mtd2 to ubi0
[   20.272861] UBI: physical eraseblock size:   131072 bytes (128 KiB)
[   20.279174] UBI: logical eraseblock size:    129024 bytes
[   20.284605] UBI: smallest flash I/O unit:    2048
[   20.289327] UBI: sub-page size:              512
[   20.293969] UBI: VID header offset:          512 (aligned 512)
[   20.299827] UBI: data offset:                2048
[   20.339653] UBI: max. sequence number:       0
[   20.344130] UBI error: ubi_read_volume_table: the layout volume was not found
[   20.351404] UBI error: ubi_init: cannot attach mtd2
[   20.356487] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   20.363382] mv643xx_eth smi: probed
[   20.369005] mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC address 00:10:75:1a:d2:81
[   20.377894] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   20.384509] orion-ehci orion-ehci.0: Marvell Orion EHCI
[   20.389837] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[   20.423840] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   20.443822] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   20.449835] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   20.456673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   20.463940] usb usb1: Product: Marvell Orion EHCI
[   20.468664] usb usb1: Manufacturer: Linux 3.3.2-kirkwide ehci_hcd
[   20.474795] usb usb1: SerialNumber: orion-ehci.0
[   20.479887] hub 1-0:1.0: USB hub found
[   20.483666] hub 1-0:1.0: 1 port detected
[   20.487909] Initializing USB Mass Storage driver...
[   20.492898] usbcore: registered new interface driver usb-storage
[   20.498947] USB Mass Storage support registered.
[   20.503867] mousedev: PS/2 mouse device common for all mice
[   20.509515] i2c /dev entries driver
[   20.513476] device-mapper: uevent: version 1.0.3
[   20.518469] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[   20.527030] cpuidle: using governor ladder
[   20.531218] cpuidle: using governor menu
[   20.536397] TCP cubic registered
[   20.539638] NET: Registered protocol family 17
[   20.544160] Registering the dns_resolver key type
[   20.549315] registered taskstats version 1
[   20.554122] console [netcon0] enabled
[   20.557800] netconsole: network logging started
[   20.562353] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[   20.568719] Initializing network drop monitor service
[   20.574022] md: Waiting for all devices to be available before autodetect
[   20.580838] md: If you don't use raid, use raid=noautodetect
[   20.587164] md: Autodetecting RAID arrays.
[   20.591277] md: Scanned 0 and added 0 devices.
[   20.595760] md: autorun ...
[   20.598565] md: ... autorun DONE.
[   20.601944] VFS: Cannot open root device "ubi0:mtdblock2" or unknown-block(0,0)
[   20.609297] Please append a correct "root=" boot option; here are the available partitions:
[   20.617706] 1f00            1024 mtdblock0  (driver?)
[   20.622785] 1f01            4096 mtdblock1  (driver?)
[   20.627879] 1f02           32768 mtdblock2  (driver?)
[   20.632961] 1f03          224256 mtdblock3  (driver?)
[   20.638054] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

one time i tried root=ubi0:rootfs and one time root=ubi0:mtdblock2, both are not working.

I also tried to boot a usb pendrive, but it fails with a similar error. Because i cant use jeffs script (i have no rescue system) i used a image found here: http://wejp.k.vu/dockstar/debian_wheezy_image_for_seagate_dockstar
Maybe someone has another image ? But i think the error is not in the image...

[   18.375563] VFS: Cannot open root device "sda1" or unknown-block(0,0)
[   18.382036] Please append a correct "root=" boot option; here are the available partitions:
[   18.390452] 1f00            1024 mtdblock0  (driver?)
[   18.395552] 1f01            4096 mtdblock1  (driver?)
[   18.400639] 1f02           32768 mtdblock2  (driver?)
[   18.405733] 1f03          224256 mtdblock3  (driver?)
[   18.410814] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[   18.419153] [<c001369c>] (unwind_backtrace+0x0/0xe0) from [<c02c6100>] (panic+0x50/0x194)
[   18.427393] [<c02c6100>] (panic+0x50/0x194) from [<c03e6c08>] (mount_block_root+0x234/0x284)
[   18.435886] [<c03e6c08>] (mount_block_root+0x234/0x284) from [<c03e6de0>] (prepare_namespace+0x124/0x184)
[   18.445512] [<c03e6de0>] (prepare_namespace+0x124/0x184) from [<c03e689c>] (kernel_init+0x12c/0x160)
[   18.454696] [<c03e689c>] (kernel_init+0x12c/0x160) from [<c000ee18>] (kernel_thread_exit+0x0/0x8)




K3X



Edited 1 time(s). Last edit at 07/16/2014 07:22AM by k3x.
Re: cant update rescue system
July 16, 2014 02:00PM
Try the latest Debian rootfs:
http://forum.doozan.com/read.php?2,12096

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
k3x
Re: cant update rescue system
July 17, 2014 07:20AM
I have reformatted the USB pendrive with a ext2 partition, labeled rootfs. Then extracted Rootfs Debian-3.14.0-kirkwood-tld-1 to it and changed ext3 to ext2 in etc/fstab. Put it from my pc on the Dockstar and done a cold reboot. I Think that maybe my environment variables are not correct, here is the output on the serial console:

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: Seagate FreeAgent DockStar
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext2 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 122460K/131072K available (4779K kernel code, 352K rwdata, 1644K rodata, 213K init, 424K bss, 8612K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 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.436425] Console: colour dummy device 80x30
[    5.436455] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[    5.526202] pid_max: default: 32768 minimum: 301
[    5.526309] Security Framework initialized
[    5.526374] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    5.526393] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    5.526980] Initializing cgroup subsys devices
[    5.527005] Initializing cgroup subsys freezer
[    5.527019] Initializing cgroup subsys net_cls
[    5.527029] Initializing cgroup subsys blkio
[    5.527104] CPU: Testing write buffer coherency: ok
[    5.527494] Setting up static identity map for 0x485fa0 - 0x485fdc
[    5.529603] devtmpfs: initialized
[    5.532215] prandom: seed boundary self test passed
[    5.536315] prandom: 100 self tests passed
[    5.536331] pinctrl core: initialized pinctrl subsystem
[    5.536706] regulator-dummy: no parameters
[    5.537043] NET: Registered protocol family 16
[    5.537473] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    5.538257] cpuidle: using governor ladder
[    5.538274] cpuidle: using governor menu
[    5.538388] Kirkwood: MV88F6281-A0, TCLK=200000000.
[    5.538409] Feroceon L2: Enabling L2
[    5.538447] Feroceon L2: Cache support initialised.
[    5.543659] bio: create slab <bio-0> at 0
[    5.544109] vgaarb: loaded
[    5.544409] usbcore: registered new interface driver usbfs
[    5.544476] usbcore: registered new interface driver hub
[    5.544603] usbcore: registered new device driver usb
[    5.545334] Switched to clocksource orion_clocksource
[    5.570078] NET: Registered protocol family 2
[    5.570730] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    5.570755] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    5.570775] TCP: Hash tables configured (established 1024 bind 1024)
[    5.570845] TCP: reno registered
[    5.570861] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    5.570883] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    5.571077] NET: Registered protocol family 1
[    5.571398] RPC: Registered named UNIX socket transport module.
[    5.571409] RPC: Registered udp transport module.
[    5.571416] RPC: Registered tcp transport module.
[    5.571423] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    5.571771] NetWinder Floating Point Emulator V0.97 (double precision)
[    5.572296] futex hash table entries: 256 (order: -1, 3072 bytes)
[    5.572445] audit: initializing netlink subsys (disabled)
[    5.572494] audit: type=2000 audit(0.120:1): initialized
[    5.573144] bounce pool size: 64 pages
[    5.573215] zbud: loaded
[    5.573405] VFS: Disk quotas dquot_6.5.2
[    5.573458] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    5.573742] NFS: Registering the id_resolver key type
[    5.573796] Key type id_resolver registered
[    5.573806] Key type id_legacy registered
[    5.573823] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    5.573833] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    5.573985] jffs2: version 2.2. (NAND) (SUMMARY)  \0xc2\0xa9 2001-2006 Red Hat, Inc.
[    5.574263] msgmni has been set to 239
[    5.574379] Key type big_key registered
[    5.576227] alg: No test for stdrng (krng)
[    5.576317] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    5.576329] io scheduler noop registered
[    5.576336] io scheduler deadline registered
[    5.576368] io scheduler cfq registered (default)
[    5.576625] mv_xor mv_xor.0: Marvell shared XOR driver
[    5.615423] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    5.655391] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    5.655513] mv_xor mv_xor.1: Marvell shared XOR driver
[    5.695398] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[    5.735396] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[    5.735690] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    5.756350] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
[    6.294870] console [ttyS0] enabled
[    6.299463] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
[    6.305871] nand: Micron MT29F2G08AAD
[    6.309552] nand: 256MiB, SLC, page size: 2048, OOB size: 64
[    6.315242] Scanning device for bad blocks
[    6.534915] 4 cmdlinepart partitions found on MTD device orion_nand
[    6.541223] Creating 4 MTD partitions on "orion_nand":
[    6.546406] 0x000000000000-0x000000100000 : "u-boot"
[    6.551679] 0x000000100000-0x000000500000 : "uImage"
[    6.556970] 0x000000500000-0x000002500000 : "rootfs"
[    6.562247] 0x000002500000-0x000010000000 : "data"
[    6.568146] libphy: Fixed MDIO Bus: probed
[    6.578381] libphy: orion_mdio_bus: probed
[    6.582575] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    7.666126] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:10:75:1a:d2:81
[    7.675063] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    7.681643] ehci-pci: EHCI PCI platform driver
[    7.686178] ehci-orion: EHCI orion driver
[    7.690270] orion-ehci orion-ehci.0: EHCI Host Controller
[    7.695734] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[    7.703449] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[    7.725369] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[    7.731482] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    7.738319] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.745586] usb usb1: Product: EHCI Host Controller
[    7.750490] usb usb1: Manufacturer: Linux 3.14.0-kirkwood-tld-1 ehci_hcd
[    7.757235] usb usb1: SerialNumber: orion-ehci.0
[    7.762424] hub 1-0:1.0: USB hub found
[    7.766253] hub 1-0:1.0: 1 port detected
[    7.770739] mousedev: PS/2 mouse device common for all mice
[    8.085389] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    8.236838] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[    8.243582] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    8.250774] usb 1-1: Product: USB2.0 Hub
[    8.255483] hub 1-1:1.0: USB hub found
[    8.259585] hub 1-1:1.0: 4 ports detected
[    8.545714] usb 1-1.2: new high-speed USB device number 3 using orion-ehci
[    8.661962] usb 1-1.2: New USB device found, idVendor=1307, idProduct=0165
[    8.668895] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    8.676267] usb 1-1.2: Product: USB Mass Storage Device
[    8.681515] usb 1-1.2: Manufacturer: USBest Technology
[    8.686694] usb 1-1.2: SerialNumber: 100202500155a8
[    8.785361] rtc-mv rtc-mv: internal RTC not ticking
[    8.790367] i2c /dev entries driver
[    8.794487] hidraw: raw HID events driver (C) Jiri Kosina
[    8.800227] drop_monitor: Initializing network drop monitor service
[    8.806735] TCP: cubic registered
[    8.810065] NET: Registered protocol family 17
[    8.814649] Key type dns_resolver registered
[    8.819435] registered taskstats version 1
[    8.824067] regulator-dummy: incomplete constraints, leaving on
[    8.830361] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    8.837718] Waiting 10 sec before mounting root device...
[   18.845750] VFS: Cannot open root device "sda1" or unknown-block(0,0): error -19
[   18.853184] Please append a correct "root=" boot option; here are the available partitions:
[   18.861614] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[   18.869922] CPU: 0 PID: 1 Comm: swapper Not tainted 3.14.0-kirkwood-tld-1 #1
[   18.877028] [<c00142fc>] (unwind_backtrace) from [<c0010e78>] (show_stack+0x10/0x14)
[   18.884817] [<c0010e78>] (show_stack) from [<c047e8c8>] (panic+0x80/0x1e4)
[   18.891729] [<c047e8c8>] (panic) from [<c064f018>] (mount_block_root+0x1fc/0x240)
[   18.899250] [<c064f018>] (mount_block_root) from [<c064f140>] (mount_root+0xe4/0x10c)
[   18.907115] [<c064f140>] (mount_root) from [<c064f28c>] (prepare_namespace+0x124/0x184)
[   18.915155] [<c064f28c>] (prepare_namespace) from [<c064ec48>] (kernel_init_freeable+0x1f8/0x240)
[   18.924067] [<c064ec48>] (kernel_init_freeable) from [<c047cb48>] (kernel_init+0x8/0xe4)
[   18.932195] [<c047cb48>] (kernel_init) from [<c000e050>] (ret_from_fork+0x14/0x24)
Re: cant update rescue system
July 17, 2014 09:29AM
k3x,

Try these:

1. in serial console, remove the usb_rootfstype, and boot
setenv usb_rootfstype
boot
This will only temporarily remove this env. If it boots OK, you can set it for real in Debian with fw_setenv.


2. If the above does not work, put the rootfs on another USB stick (Sandisk is most reliable brand for booting).

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
k3x
Re: cant update rescue system
July 17, 2014 11:20AM
Hi bodhi, thank you for your post.
Unfortunately the error is exactly the same. I know that the USB Stick (hardware) is bootable, because it worked in the past. Is this commandline correct ?
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext2 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)

Why uses the usb boot commandline mtdparts ? Isn't the usb sebian independent from the internal nand ?

Is it possible to reset all environment variables to default (for jeff debian) ? I think my are a bit messed up (see first post)

Here is the current error again:
[    3.421731] Waiting 10 sec before mounting root device...
[   13.429503] List of all partitions:
[   13.433011] No filesystem could mount root, tried: 
[   13.437924] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[   13.446224] CPU: 0 PID: 1 Comm: swapper Not tainted 3.14.0-kirkwood-tld-1 #1
[   13.453331] [<c00142fc>] (unwind_backtrace) from [<c0010e78>] (show_stack+0x10/0x14)
[   13.461121] [<c0010e78>] (show_stack) from [<c047e8c8>] (panic+0x80/0x1e4)
[   13.468033] [<c047e8c8>] (panic) from [<c064f018>] (mount_block_root+0x1fc/0x240)
[   13.475553] [<c064f018>] (mount_block_root) from [<c064f140>] (mount_root+0xe4/0x10c)
[   13.483418] [<c064f140>] (mount_root) from [<c064f28c>] (prepare_namespace+0x124/0x184)
[   13.491458] [<c064f28c>] (prepare_namespace) from [<c064ec48>] (kernel_init_freeable+0x1f8/0x240)
[   13.500370] [<c064ec48>] (kernel_init_freeable) from [<c047cb48>] (kernel_init+0x8/0xe4)
[   13.508498] [<c047cb48>] (kernel_init) from [<c000e050>] (ret_from_fork+0x14/0x24)

Thank you
K3X



Edited 1 time(s). Last edit at 07/17/2014 11:22AM by k3x.
Re: cant update rescue system
July 17, 2014 02:15PM
k3x,

> [ 0.000000] Kernel command line:
> console=ttyS0,115200 root=/dev/sda1 rootdelay=10
> rootfstype=ext2
> mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(root
> fs),-(data)

This is correct.

>
> Why uses the usb boot commandline mtdparts ? Isn't
> the usb sebian independent from the internal nand
> ?

It is just so that the mtdparts are accessible in Debian. It could be defined as you want, as long as the mtd0 is kept as 1M (so that it does not get written over).

>
> Is it possible to reset all environment variables
> to default (for jeff debian) ? I think my are a
> bit messed up (see first post)

Your envs are fine, I don't see any problem.

You could try to completely erase your USB (delete partition and start from scratch) and format to EXT3. This problem is with the USB stick/rootfs itself.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
k3x
Re: cant update rescue system
July 17, 2014 05:02PM
short version: Debian&Rescue System is working now, thank you very much !

long version: It was the usb pendrive. Although im 100% sure it worked in the past it seems to get broken (not my first one that is broken now!). Here is what i've done with both pendrives:

USERNAME@PCNAME:~$ md5sum /home/USERNAME/Desktop/Debian-3.14.0-kirkwood-tld-1-rootfs-bodhi.tar.bz2
3c55093a67ea6166b31c9d111d896727  Debian-3.14.0-kirkwood-tld-1-rootfs-bodhi.tar.bz2

USERNAME@PCNAME:~$ sudo fdisk /dev/sdl

Befehl (m für Hilfe): p

Platte /dev/sdl: 3898 MByte, 3898142208 Byte
120 Köpfe, 62 Sektoren/Spur, 1023 Zylinder, zusammen 7613559 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Festplattenidentifikation: 0x006a21b4

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System

Befehl (m für Hilfe): n
Partition type:
   p   primary (0 primary, 0 extended, 4 free)
   e   extended
Select (default p): p
Partitionsnummer (1-4, Vorgabe: 1): 1
Erster Sektor (2048-7613558, Vorgabe: 2048): 
Benutze den Standardwert 2048
Last Sektor, +Sektoren or +size{K,M,G} (2048-7613558, Vorgabe: 7613558): +3500M

Befehl (m für Hilfe): n
Partition type:
   p   primary (1 primary, 0 extended, 3 free)
   e   extended
Select (default p): p
Partitionsnummer (1-4, Vorgabe: 2): 2
Erster Sektor (7170048-7613558, Vorgabe: 7170048): 
Benutze den Standardwert 7170048
Last Sektor, +Sektoren or +size{K,M,G} (7170048-7613558, Vorgabe: 7613558): 
Benutze den Standardwert 7613558

Befehl (m für Hilfe): a
Partitionsnummer (1-4): 1

Befehl (m für Hilfe): t
Partitionsnummer (1-4): 1
Hex code (L um eine Liste anzuzeigen): 83

Befehl (m für Hilfe): t
Partitionsnummer (1-4): 2
Hex code (L um eine Liste anzuzeigen): 82
Der Dateisystemtyp der Partition 2 ist nun 82 (Linux Swap / Solaris)

Befehl (m für Hilfe): p

Platte /dev/sdl: 3898 MByte, 3898142208 Byte
120 Köpfe, 62 Sektoren/Spur, 1023 Zylinder, zusammen 7613559 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Festplattenidentifikation: 0x006a21b4

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sdl1   *        2048     7170047     3584000   83  Linux
/dev/sdl2         7170048     7613558      221755+  82  Linux Swap / Solaris

Befehl (m für Hilfe): w
Die Partitionstabelle wurde verändert!

Rufe ioctl() um Partitionstabelle neu einzulesen.
Synchronisiere Platten.
USERNAME@PCNAME:~$ sudo mkfs.ext3 -L rootfs /dev/sdl1
mke2fs 1.42.9 (4-Feb-2014)
Dateisystem-Label=rootfs
OS-Typ: Linux
Blockgröße=4096 (log=2)
Fragmentgröße=4096 (log=2)
Stride=0 Blöcke, Stripebreite=0 Blöcke
224000 Inodes, 896000 Blöcke
44800 Blöcke (5.00%) reserviert für den Superuser
Erster Datenblock=0
Maximale Dateisystem-Blöcke=918552576
28 Blockgruppen
32768 Blöcke pro Gruppe, 32768 Fragmente pro Gruppe
8000 Inodes pro Gruppe
Superblock-Sicherungskopien gespeichert in den Blöcken: 
	32768, 98304, 163840, 229376, 294912, 819200, 884736

Platz für Gruppentabellen wird angefordert: erledigt                        
Inode-Tabellen werden geschrieben: erledigt                        
Erstelle Journal (16384 Blöcke): erledigt
Schreibe Superblöcke und Dateisystem-Accountinginformationen: erledigt

(mounted /media/USERNAME/rootfs via graphical tools)

USERNAME@PCNAME:~$ cd /media/USERNAME/rootfs
USERNAME@PCNAME:/media/USERNAME/rootfs$ sudo tar -xjf /home/USERNAME/Desktop/Debian-3.14.0-kirkwood-tld-1-rootfs-bodhi.tar.bz2 .
USERNAME@PCNAME:/media/USERNAME/rootfs$ cat etc/fstab
# /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
USERNAME@PCNAME:/media/USERNAME/rootfs$ cat etc/network/interfaces 
auto lo eth0
iface lo inet loopback
iface eth0 inet dhcp
USERNAME@PCNAME:/media/USERNAME/rootfs$ sync
USERNAME@PCNAME:/media/USERNAME/rootfs$ cd ..
USERNAME@PCNAME:/media/USERNAME$ umount rootfs/
USERNAME@PCNAME:/media/USERNAME$

here is again the error from the broken one (serial output):

[    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: Seagate FreeAgent DockStar
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext2 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 122460K/131072K available (4779K kernel code, 352K rwdata, 1644K rodata, 213K init, 424K bss, 8612K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 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.431378] Console: colour dummy device 80x30
[    5.431408] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[    5.521154] pid_max: default: 32768 minimum: 301
[    5.521261] Security Framework initialized
[    5.521326] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    5.521346] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    5.521933] Initializing cgroup subsys devices
[    5.521957] Initializing cgroup subsys freezer
[    5.521971] Initializing cgroup subsys net_cls
[    5.521982] Initializing cgroup subsys blkio
[    5.522056] CPU: Testing write buffer coherency: ok
[    5.522447] Setting up static identity map for 0x485fa0 - 0x485fdc
[    5.524556] devtmpfs: initialized
[    5.527168] prandom: seed boundary self test passed
[    5.531267] prandom: 100 self tests passed
[    5.531283] pinctrl core: initialized pinctrl subsystem
[    5.531661] regulator-dummy: no parameters
[    5.531998] NET: Registered protocol family 16
[    5.532426] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    5.533216] cpuidle: using governor ladder
[    5.533232] cpuidle: using governor menu
[    5.533342] Kirkwood: MV88F6281-A0, TCLK=200000000.
[    5.533363] Feroceon L2: Enabling L2
[    5.533401] Feroceon L2: Cache support initialised.
[    5.538615] bio: create slab <bio-0> at 0
[    5.539065] vgaarb: loaded
[    5.539366] usbcore: registered new interface driver usbfs
[    5.539434] usbcore: registered new interface driver hub
[    5.539561] usbcore: registered new device driver usb
[    5.540292] Switched to clocksource orion_clocksource
[    5.565038] NET: Registered protocol family 2
[    5.565688] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    5.565714] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    5.565734] TCP: Hash tables configured (established 1024 bind 1024)
[    5.565803] TCP: reno registered
[    5.565818] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    5.565840] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    5.566032] NET: Registered protocol family 1
[    5.566354] RPC: Registered named UNIX socket transport module.
[    5.566366] RPC: Registered udp transport module.
[    5.566372] RPC: Registered tcp transport module.
[    5.566379] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    5.566726] NetWinder Floating Point Emulator V0.97 (double precision)
[    5.567249] futex hash table entries: 256 (order: -1, 3072 bytes)
[    5.567398] audit: initializing netlink subsys (disabled)
[    5.567445] audit: type=2000 audit(0.120:1): initialized
[    5.568099] bounce pool size: 64 pages
[    5.568169] zbud: loaded
[    5.568358] VFS: Disk quotas dquot_6.5.2
[    5.568411] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    5.568695] NFS: Registering the id_resolver key type
[    5.568750] Key type id_resolver registered
[    5.568759] Key type id_legacy registered
[    5.568777] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    5.568786] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    5.568940] jffs2: version 2.2. (NAND) (SUMMARY)  \0xc2\0xa9 2001-2006 Red Hat, Inc.
[    5.569221] msgmni has been set to 239
[    5.569339] Key type big_key registered
[    5.571178] alg: No test for stdrng (krng)
[    5.571270] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    5.571281] io scheduler noop registered
[    5.571289] io scheduler deadline registered
[    5.571319] io scheduler cfq registered (default)
[    5.571575] mv_xor mv_xor.0: Marvell shared XOR driver
[    5.610381] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    5.650348] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    5.650470] mv_xor mv_xor.1: Marvell shared XOR driver
[    5.690355] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[    5.730353] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[    5.730647] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    5.751303] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
[    6.289834] console [ttyS0] enabled
[    6.294422] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
[    6.300834] nand: Micron MT29F2G08AAD
[    6.304516] nand: 256MiB, SLC, page size: 2048, OOB size: 64
[    6.310206] Scanning device for bad blocks
[    6.529850] 4 cmdlinepart partitions found on MTD device orion_nand
[    6.536160] Creating 4 MTD partitions on "orion_nand":
[    6.541343] 0x000000000000-0x000000100000 : "u-boot"
[    6.546616] 0x000000100000-0x000000500000 : "uImage"
[    6.551904] 0x000000500000-0x000002500000 : "rootfs"
[    6.557177] 0x000002500000-0x000010000000 : "data"
[    6.563078] libphy: Fixed MDIO Bus: probed
[    6.573332] libphy: orion_mdio_bus: probed
[    6.577531] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    7.661031] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:10:75:1a:d2:81
[    7.669966] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    7.676544] ehci-pci: EHCI PCI platform driver
[    7.681082] ehci-orion: EHCI orion driver
[    7.685174] orion-ehci orion-ehci.0: EHCI Host Controller
[    7.690638] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[    7.698352] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[    7.720325] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[    7.726441] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    7.733284] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.740549] usb usb1: Product: EHCI Host Controller
[    7.745453] usb usb1: Manufacturer: Linux 3.14.0-kirkwood-tld-1 ehci_hcd
[    7.752199] usb usb1: SerialNumber: orion-ehci.0
[    7.757388] hub 1-0:1.0: USB hub found
[    7.761215] hub 1-0:1.0: 1 port detected
[    7.765703] mousedev: PS/2 mouse device common for all mice
[    8.080346] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    8.231740] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[    8.238485] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    8.245677] usb 1-1: Product: USB2.0 Hub
[    8.250393] hub 1-1:1.0: USB hub found
[    8.254489] hub 1-1:1.0: 4 ports detected
[    8.540617] usb 1-1.4: new high-speed USB device number 3 using orion-ehci
[    8.656865] usb 1-1.4: New USB device found, idVendor=1307, idProduct=0165
[    8.663797] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    8.671169] usb 1-1.4: Product: USB Mass Storage Device
[    8.676418] usb 1-1.4: Manufacturer: USBest Technology
[    8.681597] usb 1-1.4: SerialNumber: 100202500155a8
[    8.780320] rtc-mv rtc-mv: internal RTC not ticking
[    8.785332] i2c /dev entries driver
[    8.789454] hidraw: raw HID events driver (C) Jiri Kosina
[    8.795196] drop_monitor: Initializing network drop monitor service
[    8.801706] TCP: cubic registered
[    8.805038] NET: Registered protocol family 17
[    8.809628] Key type dns_resolver registered
[    8.814418] registered taskstats version 1
[    8.819013] regulator-dummy: incomplete constraints, leaving on
[    8.825305] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    8.832660] Waiting 10 sec before mounting root device...
[   18.840713] VFS: Cannot open root device "sda1" or unknown-block(0,0): error -19
[   18.848148] Please append a correct "root=" boot option; here are the available partitions:
[   18.856578] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[   18.864886] CPU: 0 PID: 1 Comm: swapper Not tainted 3.14.0-kirkwood-tld-1 #1
[   18.871993] [<c00142fc>] (unwind_backtrace) from [<c0010e78>] (show_stack+0x10/0x14)
[   18.879782] [<c0010e78>] (show_stack) from [<c047e8c8>] (panic+0x80/0x1e4)
[   18.886693] [<c047e8c8>] (panic) from [<c064f018>] (mount_block_root+0x1fc/0x240)
[   18.894214] [<c064f018>] (mount_block_root) from [<c064f140>] (mount_root+0xe4/0x10c)
[   18.902079] [<c064f140>] (mount_root) from [<c064f28c>] (prepare_namespace+0x124/0x184)
[   18.910119] [<c064f28c>] (prepare_namespace) from [<c064ec48>] (kernel_init_freeable+0x1f8/0x240)
[   18.919031] [<c064ec48>] (kernel_init_freeable) from [<c047cb48>] (kernel_init+0x8/0xe4)
[   18.927159] [<c047cb48>] (kernel_init) from [<c000e050>] (ret_from_fork+0x14/0x24)

On Debian i successfully installed the rescuesystem with this tutorial:
http://forum.doozan.com/read.php?4,7915

Thank you very much for your Help!



Edited 1 time(s). Last edit at 07/17/2014 05:31PM by k3x.
Author:

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: