Welcome! Log In Create A New Profile

Advanced

Can't boot into debian after powerfail

Posted by archat68 
Re: Can't boot into debian after powerfail
October 02, 2010 09:18AM
Help anyone??
Re: Can't boot into debian after powerfail
October 02, 2010 09:24AM
The log you posted doesn't look like it matches the configuration you posted with it. Please capture and post a fresh bootlog, starting with the Dockstar's power unplugged.
Re: Can't boot into debian after powerfail
October 02, 2010 10:14AM
Here is a fresh log with USB HDD attached and freshly installed Debian as you requested.



Edited 1 time(s). Last edit at 10/02/2010 10:28AM by archat68.
Attachments:
open | download - putty.log (13.6 KB)
Re: Can't boot into debian after powerfail
October 02, 2010 10:27AM
And here is the log when I'm able to boot to Debian sometime with Pen Drive.
Attachments:
open | download - putty_FlashDisk.txt (13.5 KB)
Re: Can't boot into debian after powerfail
October 02, 2010 10:54AM
I mistyped my first command. Run this from the Rescue System and try again:

fw_setenv usb_init ''
Re: Can't boot into debian after powerfail
October 02, 2010 12:22PM
Yes that worked.

BTW what is the following errors that I'm seeing through the serial output:
Quote

UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!

I'm getting this error even in case of successful boot. Also the uboot is flagged dirty.
Re: Can't boot into debian after powerfail
October 02, 2010 12:40PM
It's just checking for a bootable system on mtd3. You don't have one, so it fails. Don't worry about it.
Re: Can't boot into debian after powerfail
October 02, 2010 12:44PM
O.K thanks - my knowledge with Linux is so poor! It was not possible to to do all these without your active help.
Charles
Re: Can't boot into debian after powerfail
April 24, 2011 08:32PM
Hi Jeff,

These instructions are exactly what I need, as I have a dockstar that has its original firmware failing the CRC check, and have been unable to get the live rescue to install Debian, or even to restore the original firmware.

The file at http://jeff.doozan.com/debian/uboot/uboot.environment seems to be missing!

The original problem seems to be a complete mystery, following the instructions at:
http://www.plugapps.com/index.php5?title=Hardware:_Seagate_DockStar_Reflashing

the command 'nand erase 0x100000 0x400000' reports that it worked fine, as does the next step 'tftp 0x800000 ce_kernel_redstone_v63.img'.

But when I try 'nand write.e 0x800000 0x100000 0x1e30f0' I get an error "Attempt to write non page aligned data 1978608 bytes written: ERROR"

So at this point I think it is better to follow your instructions and install a rescue system to the internal flash.

Is there any way that you can re-post that file somewhere?

Any help is greatly appreciated.

-Charles
dpffan
Re: Can't boot into debian after powerfail
April 25, 2011 03:02AM
Re: Can't boot into debian after powerfail
April 26, 2011 04:03AM
Try to align data to 512kB.

dd if=ce_kernel_redstone_v63.img of=aligned bs=512k conv=sync
Chaes
Re: Can't boot into debian after powerfail
April 30, 2011 08:46PM
dpffan Wrote:
-------------------------------------------------------
> http://jeff.doozan.com/debian/uboot/files/environm
> ent/uboot.environment


Thanks! I'll try this tonight.

Also @dpffan I have tried aligning it and it flashes, but on reboot, it unpacks the kernel and then nothing, no panics, it just stops.
Re: Can't boot into debian after powerfail
March 12, 2012 07:01PM
Heyho,

when I follow the steps of jeff's instructions on the previous page I get stuck at this point:

ext2load usb 0:1 0x800000 /uImage-mtd1.img

It begins to load the image and I can see the usb-hdd activity indicator flashing....
after two seconds it stops flashing and I can leave ext2load running for hours... but nothing happens.

Any Ideas?
Re: Can't boot into debian after powerfail
March 12, 2012 10:39PM
check three things...

-is it really an ext2 partition or is it ext3? (yes, it makes a difference)
-the the partition clean? (fsck blahblahblah)
-is that uImage-mtd.img actually the right format for uboot?

=====================================================



Edited 1 time(s). Last edit at 03/12/2012 10:40PM by davygravy.
Re: Can't boot into debian after powerfail
March 13, 2012 10:50AM
Gparted says it's ext2
okay fsck.ext2 found lots of errors but I can't really understand why...
It has been formatted just two minutes earlier :P
*edit*
I tried every single flashdrive I own. Now I found one that has no errors after formatting and after I copied the files on it there are still no errors.
When I try to load uImage-mtd1.img it still does nothing :(

hmmmh... the right image format for uboot?
that means?
(sorry I'm new to this stuff :P but I wish to learn it :) )



Edited 1 time(s). Last edit at 03/13/2012 12:39PM by audiocrush.
Re: Can't boot into debian after powerfail
April 26, 2012 04:33AM
Hi all

I am unable to download the uboot.environment file, can anyone post this file somewhere for me
Re: Can't boot into debian after powerfail
April 26, 2012 04:57AM
Maybe this:
https://github.com/doozan/uBoot/tree/master/environment

Things have been moved around recently:
http://forum.doozan.com/read.php?2,7732



Edited 1 time(s). Last edit at 04/26/2012 05:05AM by laprjns.
Re: Can't boot into debian after powerfail
April 26, 2012 07:59AM
The old location was: jeff.doozan.com/debian/uboot/files/environment/uboot.environment (that link still works)
The new location is: download.doozan.com/uboot/files/environment/uboot.environment



Edited 1 time(s). Last edit at 04/26/2012 08:10AM by Jeff.
Re: Can't boot into debian after powerfail
August 30, 2012 12:38PM
Hi Jeff,

I have a POGO-E02 that I bricked trying to do the Debian install and wanted to see if the above would work for a TFTP install? For example:

tftp 0x800000 /uboot.environment

nand erase 0xC0000 0x20000
nand write 0x800000 0xC0000 0x20000
reset
setenv ethaddr 'the ethaddr value that you got earlier'
setenv rescue_installed 1
saveenv

tftp 0x800000 /uImage-mtd1.img


nand erase 0x100000 0x400000
nand write 0x800000 0x100000 0x380000

tftp 0x800000 /rootfs-mtd2.img


nand erase 0x500000 0x2000000
nand write 0x800000 0x500000 0x1980000

run rescue_bootcmd

Thanks,

Mike
Re: Can't boot into debian after powerfail
August 30, 2012 08:15PM
You'll need to set the device ip and the server ip address before using tftp, but otherwise your process looks sound.
dth
Re: Can't boot into debian after powerfail
September 07, 2012 03:11PM
Hi Jeff,

i have some trouble with my Dockstar.
I am follow the Way with the USB Stick, you describe.
The Bootlog http://pastebin.mozilla.org/1809436
the md5 of the files is different, is that the reason?
Where can i get the right files?
Or is there an other way to reanimate my Dockstar?


Best regards,

Dieter
Re: Can't boot into debian after powerfail
October 15, 2012 06:14PM
I am attempting to follow Jeff's rescue steps on my friend's GoFlex Net.

Basically we attempted to install Debian on to a USB stick to get it running on SATA eventually.

First we tried to install Debian and it said Kernel to old so we tried to install the rescue system to the flash so that's corrupt even though we have nanddump backups of mt0-3.sx

Also we have serial access and can go up to step of booting the uImage which it just says "Loading" and never goes any further.

We tried 2 separate thumb drives.

It appears the terminal freezes trying to load uImage.

EDIT: Just noticed somebody above had same issue.

EDIT #2: We just get the light blinking mostly amber fast but sometimes it blinks just as fast being green.

Trying at least 4 different rescue systems no go.



Edited 2 time(s). Last edit at 10/16/2012 10:48AM by RedPenguin.
Sheda
Re: Can't boot into debian after powerfail
April 20, 2013 10:04AM
Hi all,

First thanks Jeff for your amazing work!

I followed year ago your tuto to install debian it worked perfectly and the install lived well until month ago. I think a power supply loss made hot shutdown of the system and ext2 didn't liked that on my usb stick.

What is bringing me on this thread, I want to install rescue mode. I followed all your steps but when I to boot the kernel do a kernel panic because it doesn't seems to mount the rootfs properly?

Please find next output serial log:
U-Boot 2010.06-00695-gbd23130-dirty (Aug 30 2010 - 23:04:56)
Marvell-Dockstar/Pogoplug by Jeff Doozan

SoC:   Kirkwood 88F6281_A0
DRAM:  128 MiB
NAND:  256 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot:  0
Marvell>> run
  ethact bootdelay baudrate arcNumber mainlineLinux console led_init led_exit
  led_error mtdparts mtdids partition rescue_set_bootargs rescue_bootcmd
  pogo_bootcmd force_rescue force_rescue_bootcmd ubifs_mtd ...
Marvell>> run rescue_bootcmd

NAND read: device 0 offset 0x100000, size 0x400000
 4194304 bytes read: OK
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-2.6.32.18-dockstar
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3236180 Bytes = 3.1 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

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.18-dockstar (root@stfu.tcbnet) (gcc version 4.3.5 (Buildroot 2010.08) ) #1 Thu Feb 17 03:09:57 EST 2011
[    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: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 ubi.mtd=2 root=ubi0:rootfs 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: 122836KB available (5968K code, 708K data, 128K 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
[    0.000122] Calibrating delay loop... 1192.75 BogoMIPS (lpj=5963776)
[    0.240079] Security Framework initialized
[    0.240099] SELinux:  Disabled at boot.
[    0.240120] Mount-cache hash table entries: 512
[    0.240370] Initializing cgroup subsys ns
[    0.240382] Initializing cgroup subsys cpuacct
[    0.240391] Initializing cgroup subsys devices
[    0.240400] Initializing cgroup subsys freezer
[    0.240407] Initializing cgroup subsys net_cls
[    0.240440] CPU: Testing write buffer coherency: ok
[    0.240988] devtmpfs: initialized
[    0.242407] regulator: core version 0.5
[    0.242578] NET: Registered protocol family 16
[    0.242965] Kirkwood: MV88F6281-A0, TCLK=200000000.
[    0.242978] Feroceon L2: Cache support initialised.
[    0.246004] bio: create slab <bio-0> at 0
[    0.246287] vgaarb: loaded
[    0.246560] SCSI subsystem initialized
[    0.246815] usbcore: registered new interface driver usbfs
[    0.246881] usbcore: registered new interface driver hub
[    0.246969] usbcore: registered new device driver usb
[    0.247415] Switching to clocksource orion_clocksource
[    0.252774] NET: Registered protocol family 2
[    0.253035] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.253850] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.253949] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.254002] TCP: Hash tables configured (established 4096 bind 4096)
[    0.254011] TCP reno registered
[    0.254171] NET: Registered protocol family 1
[    0.254436] RPC: Registered udp transport module.
[    0.254446] RPC: Registered tcp transport module.
[    0.254453] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.254591] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.254842] audit: initializing netlink socket (disabled)
[    0.254875] type=2000 audit(0.242:1): initialized
[    0.261683] VFS: Disk quotas dquot_6.5.2
[    0.261942] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.264532] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.266143] Registering the dns_resolver key type
[    0.266195] Slow work thread pool: Starting up
[    0.266314] Slow work thread pool: Ready
[    0.266323] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.267088] fuse init (API version 7.13)
[    0.267578] SGI XFS with security attributes, large block/inode numbers, no debug enabled
[    0.269123] msgmni has been set to 240
[    0.271206] alg: No test for stdrng (krng)
[    0.271360] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    0.271373] io scheduler noop registered
[    0.271381] io scheduler anticipatory registered
[    0.271388] io scheduler deadline registered
[    0.271648] io scheduler cfq registered (default)
[    0.277626] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.278086] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[    0.660095] console [ttyS0] enabled
[    0.664183] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron NAND 256MiB 3,3V 8-bit)
[    0.672802] Scanning device for bad blocks
[    0.752848] 4 cmdlinepart partitions found on MTD device orion_nand
[    0.759165] Creating 4 MTD partitions on "orion_nand":
[    0.764331] 0x000000000000-0x000000100000 : "u-boot"
[    0.769884] 0x000000100000-0x000000500000 : "uImage"
[    0.775317] 0x000000500000-0x000002500000 : "rootfs"
[    0.780806] 0x000002500000-0x000010000000 : "data"
[    0.786493] UBI: attaching mtd2 to ubi0
[    0.790368] UBI: physical eraseblock size:   131072 bytes (128 KiB)
[    0.796668] UBI: logical eraseblock size:    129024 bytes
[    0.802100] UBI: smallest flash I/O unit:    2048
[    0.806826] UBI: sub-page size:              512
[    0.811474] UBI: VID header offset:          512 (aligned 512)
[    0.817333] UBI: data offset:                2048
[    0.881758] UBI: attached mtd2 to ubi0
[    0.885524] UBI: MTD device name:            "rootfs"
[    0.890621] UBI: MTD device size:            32 MiB
[    0.895516] UBI: number of good PEBs:        256
[    0.900164] UBI: number of bad PEBs:         0
[    0.904628] UBI: max. allowed volumes:       128
[    0.909277] UBI: wear-leveling threshold:    4096
[    0.914002] UBI: number of internal volumes: 1
[    0.918476] UBI: number of user volumes:     1
[    0.922941] UBI: available PEBs:             0
[    0.927405] UBI: total number of reserved PEBs: 256
[    0.932314] UBI: number of PEBs reserved for bad PEB handling: 2
[    0.938357] UBI: max/mean erase counter: 1/0
[    0.942648] UBI: image sequence number: 1653365787
[    0.947478] UBI: background thread "ubi_bgt0d" started, PID 38
[    0.953512] MV-643xx 10/100/1000 ethernet driver version 1.4
[    0.959290] mv643xx_eth smi: probed
[    0.964583] net eth0: port 0 with MAC address 00:10:75:1a:d2:df
[    0.970630] console [netcon0] enabled
[    0.974311] netconsole: network logging started
[    0.978878] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.985474] orion-ehci orion-ehci.0: Marvell Orion EHCI
[    0.990790] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[    1.027466] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[    1.047452] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[    1.053457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.060289] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.067556] usb usb1: Product: Marvell Orion EHCI
[    1.072280] usb usb1: Manufacturer: Linux 2.6.32.18-dockstar ehci_hcd
[    1.078760] usb usb1: SerialNumber: orion-ehci.0
[    1.083671] usb usb1: configuration #1 chosen from 1 choice
[    1.089403] hub 1-0:1.0: USB hub found
[    1.093203] hub 1-0:1.0: 1 port detected
[    1.097372] Initializing USB Mass Storage driver...
[    1.102379] usbcore: registered new interface driver usb-storage
[    1.108435] USB Mass Storage support registered.
[    1.113281] mice: PS/2 mouse device common for all mice
[    1.118600] i2c /dev entries driver
[    1.122870] device-mapper: uevent: version 1.0.3
[    1.127915] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[    1.136482] cpuidle: using governor ladder
[    1.140748] cpuidle: using governor menu
[    1.144793] Registered led device: plug:green:health
[    1.149858] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[    1.156263] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[    1.197480] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    1.237481] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[    1.277482] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[    1.317482] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[    1.323298] Netfilter messages via NETLINK v0.30.
[    1.328100] nf_conntrack version 0.5.0 (1921 buckets, 7684 max)
[    1.334527] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[    1.341974] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
[    1.349949] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[    1.358506] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.363893] TCP cubic registered
[    1.367140] NET: Registered protocol family 17
[    1.372005] registered taskstats version 1
[    1.376814] Initalizing network drop monitor service
[    1.381901] md: Waiting for all devices to be available before autodetect
[    1.388734] md: If you don't use raid, use raid=noautodetect
[    1.394812] md: Autodetecting RAID arrays.
[    1.398951] md: Scanned 0 and added 0 devices.
[    1.403412] md: autorun ...
[    1.406212] md: ... autorun DONE.
[    1.409575] usb 1-1: new high speed USB device using orion-ehci and address 2
[    1.519954] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
[    1.525991] UBIFS: mounted read-only
[    1.529607] UBIFS: file system size:   30836736 bytes (30114 KiB, 29 MiB, 239 LEBs)
[    1.537302] UBIFS: journal size:       9033728 bytes (8822 KiB, 8 MiB, 71 LEBs)
[    1.544654] UBIFS: media format:       w4/r0 (latest is w4/r0)
[    1.550520] UBIFS: default compressor: lzo
[    1.554635] UBIFS: reserved for root:  0 bytes (0 KiB)
[    1.559840] UBIFS error (pid 1): ubifs_read_node: bad node type (255 but expected 9)
[    1.567633] UBIFS error (pid 1): ubifs_read_node: bad node at LEB 218:88824
[    1.574634] UBIFS error (pid 1): ubifs_iget: failed to read inode 1, error -22
[    1.582102] List of all partitions:
[    1.585638] 1f00            1024 mtdblock0 (driver?)
[    1.590654] 1f01            4096 mtdblock1 (driver?)
[    1.595650] 1f02           32768 mtdblock2 (driver?)
[    1.600664] 1f03          224256 mtdblock3 (driver?)
[    1.605656] No filesystem could mount root, tried:  ubifs
[    1.611110] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[    1.619454] [<c002eee4>] (unwind_backtrace+0x0/0xdc) from [<c04a31d4>] (panic+0x34/0x128)
[    1.627691] [<c04a31d4>] (panic+0x34/0x128) from [<c0008f5c>] (mount_block_root+0x25c/0x2b4)
[    1.636177] [<c0008f5c>] (mount_block_root+0x25c/0x2b4) from [<c00090b0>] (prepare_namespace+0x90/0x190)
[    1.645717] [<c00090b0>] (prepare_namespace+0x90/0x190) from [<c00085e0>] (kernel_init+0xf0/0x12c)
[    1.654742] [<c00085e0>] (kernel_init+0xf0/0x12c) from [<c0029e7c>] (kernel_thread_exit+0x0/0x8)

What am I doing wrong?
Let me know if, you want more log or output command?

to note:
All command to install the rescue mode went well
The md5 checksum of all file you gave is not the same, did you changed those files?
Here is mine:
sheda@ubuntu:/.../41b8d6f8-be3b-4e43-a322-6ddcfba505fe$ sudo md5sum *
md5sum: lost+found: Is a directory
bc1e655a4317d9cc9df4a6b5993309d0  rootfs-mtd2.img
a98deeb9323061ecb3e0e7925ae05f1e  uboot.environment
20ddef9a75b17659fb5ec03057ce010c  uImage-mtd1.img

Thanks a lot,
Sheda
sheda
Re: Can't boot into debian after powerfail
April 23, 2013 06:22AM
Hi all,
Anyone to help or at least redirect me if my question as already a response somewhere?
Thanks in advance,
Sheda
lobo
Re: Can't boot into debian after powerfail
May 03, 2013 05:40PM
Hey,

I have the same problem as shedan. Can anyone help ? Please :)
It's a GoFlexNet device

Output after trying to run the resuce system:

GoFlexNet> run rescue_bootcmd

NAND read: device 0 offset 0x100000, size 0x400000
 4194304 bytes read: OK
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-2.6.32.18-dockstar
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3236180 Bytes = 3.1 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

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.18-dockstar (root@stfu.tcbnet) (gcc version 4.3.5 (Buildroot 2010.08) ) #1 Thu Feb 17 03:09:57 EST 2011
[    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: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 ubi.mtd=2 root=ubi0:rootfs 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: 122836KB available (5968K code, 708K data, 128K 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
[    0.000136] Calibrating delay loop... 1192.75 BogoMIPS (lpj=5963776)
[    0.240093] Security Framework initialized
[    0.240115] SELinux:  Disabled at boot.
[    0.240144] Mount-cache hash table entries: 512
[    0.240457] Initializing cgroup subsys ns
[    0.240473] Initializing cgroup subsys cpuacct
[    0.240483] Initializing cgroup subsys devices
[    0.240492] Initializing cgroup subsys freezer
[    0.240500] Initializing cgroup subsys net_cls
[    0.240546] CPU: Testing write buffer coherency: ok
[    0.241352] devtmpfs: initialized
[    0.243101] regulator: core version 0.5
[    0.243331] NET: Registered protocol family 16
[    0.243864] Kirkwood: MV88F6281-A1, TCLK=200000000.
[    0.243878] Feroceon L2: Enabling L2
[    0.243913] Feroceon L2: Cache support initialised.
[    0.247005] bio: create slab <bio-0> at 0
[    0.247279] vgaarb: loaded
[    0.247556] SCSI subsystem initialized
[    0.247805] usbcore: registered new interface driver usbfs
[    0.247872] usbcore: registered new interface driver hub
[    0.247959] usbcore: registered new device driver usb
[    0.248402] Switching to clocksource orion_clocksource
[    0.253726] NET: Registered protocol family 2
[    0.253990] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.254806] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.254906] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.254959] TCP: Hash tables configured (established 4096 bind 4096)
[    0.254968] TCP reno registered
[    0.255127] NET: Registered protocol family 1
[    0.255416] RPC: Registered udp transport module.
[    0.255426] RPC: Registered tcp transport module.
[    0.255433] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.255574] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.255823] audit: initializing netlink socket (disabled)
[    0.255856] type=2000 audit(0.241:1): initialized
[    0.262650] VFS: Disk quotas dquot_6.5.2
[    0.262911] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.265495] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.267105] Registering the dns_resolver key type
[    0.267157] Slow work thread pool: Starting up
[    0.267275] Slow work thread pool: Ready
[    0.267284] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.268049] fuse init (API version 7.13)
[    0.268542] SGI XFS with security attributes, large block/inode numbers, no debug enabled
[    0.270091] msgmni has been set to 240
[    0.272172] alg: No test for stdrng (krng)
[    0.272326] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    0.272338] io scheduler noop registered
[    0.272346] io scheduler anticipatory registered
[    0.272354] io scheduler deadline registered
[    0.272613] io scheduler cfq registered (default)
[    0.278596] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.279056] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[    0.664646] console [ttyS0] enabled
[    0.668764] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron NAND 256MiB 3,3V 8-bit)
[    0.677338] Scanning device for bad blocks
[    0.686402] Bad eraseblock 132 at 0x000001080000
[    0.711473] Bad eraseblock 683 at 0x000005560000
[    0.753357] Bad eraseblock 1688 at 0x00000d300000
[    0.766052] Bad eraseblock 1903 at 0x00000ede0000
[    0.776140] 4 cmdlinepart partitions found on MTD device orion_nand
[    0.782453] Creating 4 MTD partitions on "orion_nand":
[    0.787621] 0x000000000000-0x000000100000 : "u-boot"
[    0.793180] 0x000000100000-0x000000500000 : "uImage"
[    0.798630] 0x000000500000-0x000002500000 : "rootfs"
[    0.804091] 0x000002500000-0x000010000000 : "data"
[    0.809795] UBI: attaching mtd2 to ubi0
[    0.813647] UBI: physical eraseblock size:   131072 bytes (128 KiB)
[    0.819960] UBI: logical eraseblock size:    129024 bytes
[    0.825380] UBI: smallest flash I/O unit:    2048
[    0.830116] UBI: sub-page size:              512
[    0.834755] UBI: VID header offset:          512 (aligned 512)
[    0.840623] UBI: data offset:                2048
[    0.904856] UBI: attached mtd2 to ubi0
[    0.908645] UBI: MTD device name:            "rootfs"
[    0.913723] UBI: MTD device size:            32 MiB
[    0.918633] UBI: number of good PEBs:        255
[    0.923271] UBI: number of bad PEBs:         1
[    0.927736] UBI: max. allowed volumes:       128
[    0.932384] UBI: wear-leveling threshold:    4096
[    0.937110] UBI: number of internal volumes: 1
[    0.941583] UBI: number of user volumes:     1
[    0.946047] UBI: available PEBs:             0
[    0.950520] UBI: total number of reserved PEBs: 255
[    0.955422] UBI: number of PEBs reserved for bad PEB handling: 2
[    0.961464] UBI: max/mean erase counter: 1/0
[    0.965755] UBI: image sequence number: 1653365787
[    0.970585] UBI: background thread "ubi_bgt0d" started, PID 38
[    0.976621] MV-643xx 10/100/1000 ethernet driver version 1.4
[    0.982398] mv643xx_eth smi: probed
[    0.987669] net eth0: port 0 with MAC address 00:10:75:26:3a:87
[    0.993710] console [netcon0] enabled
[    0.997391] netconsole: network logging started
[    1.001958] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.008567] orion-ehci orion-ehci.0: Marvell Orion EHCI
[    1.013873] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[    1.048455] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[    1.068440] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[    1.074445] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.081278] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.088543] usb usb1: Product: Marvell Orion EHCI
[    1.093269] usb usb1: Manufacturer: Linux 2.6.32.18-dockstar ehci_hcd
[    1.099747] usb usb1: SerialNumber: orion-ehci.0
[    1.104659] usb usb1: configuration #1 chosen from 1 choice
[    1.110389] hub 1-0:1.0: USB hub found
[    1.114181] hub 1-0:1.0: 1 port detected
[    1.118352] Initializing USB Mass Storage driver...
[    1.123368] usbcore: registered new interface driver usb-storage
[    1.129422] USB Mass Storage support registered.
[    1.134269] mice: PS/2 mouse device common for all mice
[    1.139588] i2c /dev entries driver
[    1.143861] device-mapper: uevent: version 1.0.3
[    1.148912] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[    1.157479] cpuidle: using governor ladder
[    1.161747] cpuidle: using governor menu
[    1.165788] Registered led device: plug:green:health
[    1.170857] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[    1.177258] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[    1.218469] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[    1.258471] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[    1.298470] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[    1.338470] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[    1.344286] Netfilter messages via NETLINK v0.30.
[    1.349080] nf_conntrack version 0.5.0 (1921 buckets, 7684 max)
[    1.355510] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[    1.362962] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
[    1.370936] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[    1.379496] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.384889] TCP cubic registered
[    1.388127] NET: Registered protocol family 17
[    1.392994] registered taskstats version 1
[    1.397803] Initalizing network drop monitor service
[    1.402890] md: Waiting for all devices to be available before autodetect
[    1.409722] md: If you don't use raid, use raid=noautodetect
[    1.415800] md: Autodetecting RAID arrays.
[    1.419940] md: Scanned 0 and added 0 devices.
[    1.424400] md: autorun ...
[    1.427200] md: ... autorun DONE.
[    1.430571] usb 1-1: new high speed USB device using orion-ehci and address 2
[    1.540981] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
[    1.547022] UBIFS: mounted read-only
[    1.550639] UBIFS: file system size:   30707712 bytes (29988 KiB, 29 MiB, 238 LEBs)
[    1.558334] UBIFS: journal size:       9033728 bytes (8822 KiB, 8 MiB, 71 LEBs)
[    1.565686] UBIFS: media format:       w4/r0 (latest is w4/r0)
[    1.571551] UBIFS: default compressor: lzo
[    1.575667] UBIFS: reserved for root:  0 bytes (0 KiB)
[    1.580871] UBIFS error (pid 1): ubifs_read_node: bad node type (255 but expected 9)
[    1.588665] UBIFS error (pid 1): ubifs_read_node: bad node at LEB 218:88824
[    1.595666] UBIFS error (pid 1): ubifs_iget: failed to read inode 1, error -22
[    1.603134] List of all partitions:
[    1.606668] 1f00            1024 mtdblock0 (driver?)
[    1.611687] 1f01            4096 mtdblock1 (driver?)
[    1.616680] 1f02           32768 mtdblock2 (driver?)
[    1.621697] 1f03          224256 mtdblock3 (driver?)
[    1.626688] No filesystem could mount root, tried:  ubifs
[    1.632142] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[    1.640486] [<c002eee4>] (unwind_backtrace+0x0/0xdc) from [<c04a31d4>] (panic+0x34/0x128)
[    1.648730] [<c04a31d4>] (panic+0x34/0x128) from [<c0008f5c>] (mount_block_root+0x25c/0x2b4)
[    1.657216] [<c0008f5c>] (mount_block_root+0x25c/0x2b4) from [<c00090b0>] (prepare_namespace+0x90/0x190)
[    1.666757] [<c00090b0>] (prepare_namespace+0x90/0x190) from [<c00085e0>] (kernel_init+0xf0/0x12c)
[    1.675782] [<c00085e0>] (kernel_init+0xf0/0x12c) from [<c0029e7c>] (kernel_thread_exit+0x0/0x8)


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: