Pogoplug E02 does not start ** File not found /boot/uInitrd

This forum is for Marvell Kirkwood devices such as the GoFlex Home/Net, PogoPlug v1/v2, SheevaPlug, and ZyXEL devices.

Pogoplug E02 does not start ** File not found /boot/uInitrd

Postby kbl » Wed Apr 10, 2013 6:54 pm

Hello,
i installed archlinux on my Pogoplug E02, according to the installation guide here and
[url]http://obihoernchen.net/wordpress/770/plug_computer_arch_linux/
[/url] (no kernel update yet done)
The first few reboots are ok but after some changes the system does not boot again. I found with netcat the above error message. Though i am not sure if this is the root cause.

I have a 2GB ext3 stick with the system and additionally a hard disk which is mounted during the first boots without issues.
Please could you give me a hint what to do?
"Starting kernel ..." is the last message i get.


Here are the system details:
$this->bbcode_second_pass_code('', '~> nc -lu 6666

U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Hit any key to stop autoboot: 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... 2 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)
2869736 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-3.1.10-16-ARCH
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2869672 Bytes = 2.7 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Using machid 0xdd6 from environment

Starting kernel ...

')

$this->bbcode_second_pass_code('', 'Pogoplug:/usr/sbin$ ./fw_printenv
ethact=egiga0
bootdelay=3
baudrate=115200
mainlineLinux=yes
console=ttyS0,115200
led_init=green blinking
led_exit=green off
led_error=orange blinking
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
mtdids=nand0=orion_nand
partition=nand0,2
stdin=serial
stdout=serial
stderr=serial
rescue_installed=0
rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params
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
pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi
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
ubifs_mtd=3
ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params
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
usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $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; setenv usb_root /dev/$dev; fi; done
usb_scan_list=1 2 3 4
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_init=run usb_scan
usb_device=0:1
usb_root=/dev/sda1
usb_rootdelay=10
usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params
usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot
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
bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset
ethaddr=00:25:31:02:2D:55
sata_rootfstype=ext3
serverip=192.168.0.12
ipaddr=192.168.0.9
if_netconsole=ping $serverip
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
preboot=run if_netconsole start_netconsole
usb_rootfstype=ext3
arcNumber=3542
machid=dd6
')
kbl
 
Posts: 4
Joined: Wed Apr 10, 2013 6:34 pm

Re: Pogoplug E02 does not start ** File not found /boot/uIni

Postby hydro » Wed Apr 10, 2013 7:40 pm

$this->bbcode_second_pass_quote('kbl', 'I') found with netcat the above error message. Though i am not sure if this is the root cause.

You're right about that, uInitrd is not required, but it is used if present. Since the kernel starts you could make him report errors via netconsole just as uboot does (you can use the same port):
Netconsole#Build-in_Configuration
Most probably your problem is the one that was lately discussed here, it is explained in the blog mentioned by grayman4hire. At the end you may find that you actually do need an unItrd.
VDR on DockStar / Pogoplug E02: http://linux.bplaced.net/
hydro
 
Posts: 210
Joined: Wed Jun 15, 2011 2:03 pm
Location: Germany

Re: Pogoplug E02 does not start ** File not found /boot/uIni

Postby kbl » Tue Apr 16, 2013 4:58 pm

Hello,
thanks for the help but i have still problems.
Booting with the stick alone is no issue, but when i plug-in the hard disk the next boot fails.

I checked the filesystem ext3 there is no problem, so it is reported.
For whatever reason i cannot use the netconsole anymore, so
I attach the kernel.log file here perhaps anybody has an idea what is going wrong.

Best regards
kbl
 
Posts: 4
Joined: Wed Apr 10, 2013 6:34 pm

Re: Pogoplug E02 does not start ** File not found /boot/uIni

Postby kbl » Tue Apr 16, 2013 7:16 pm

Hello,
i double checked the configuration for netconsole and found an error.
So i got now the netconsole output of the kernel. Perhaps anybody can give me a hint why the stick is not booting anymore:

Best regards
kbl

$this->bbcode_second_pass_code('', 'nc -l -u 6666

U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Hit any key to stop autoboot: 0
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 3 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)
2869736 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
2126740 bytes read
## Booting kernel from Legacy Image at 00800000 ...
Image Name: Linux-3.1.10-16-ARCH
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2869672 Bytes = 2.7 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
Image Name: initramfs
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 2126676 Bytes = 2 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Using machid 0xdd6 from environment

Starting kernel ...

[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.1.10-16-ARCH (nobody@panda2) (gcc version 4.7.2 (GCC) ) #1 PREEMPT Tue Feb 12 01:17:10 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: Pogoplug E02
[ 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=LABEL=ROOTFS rw rootdelay=10 rootfstype=ext3 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) loglevel=7 netconsole=6666@192.168.0.9/eth0,6666@192.168.0.12/00:1A:4D:5C:7F:9B
[ 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] allocated 1048576 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 256MB = 256MB total
[ 0.000000] Memory: 250224k/250224k available, 11920k 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] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xd0800000 - 0xfe800000 ( 736 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc052ede4 (5276 kB)
[ 0.000000] .init : 0xc052f000 - 0xc055a000 ( 172 kB)
[ 0.000000] .data : 0xc055a000 - 0xc05932f0 ( 229 kB)
[ 0.000000] .bss : 0xc0593314 - 0xc0660e8c ( 823 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
[ 0.000000] Console: colour dummy device 80x30
[ 8.659598] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[ 8.749527] pid_max: default: 32768 minimum: 301
[ 8.749652] Security Framework initialized
[ 8.749677] AppArmor: AppArmor disabled by boot time parameter
[ 8.749745] Mount-cache hash table entries: 512
[ 8.750128] Initializing cgroup subsys cpuacct
[ 8.750155] Initializing cgroup subsys memory
[ 8.750193] Initializing cgroup subsys devices
[ 8.750206] Initializing cgroup subsys freezer
[ 8.750217] Initializing cgroup subsys net_cls
[ 8.750226] Initializing cgroup subsys blkio
[ 8.750250] Initializing cgroup subsys perf_event
[ 8.750270] Initializing cgroup subsys bfqio
[ 8.750360] CPU: Testing write buffer coherency: ok
[ 8.751645] devtmpfs: initialized
[ 8.753467] NET: Registered protocol family 16
[ 8.754127] Kirkwood: MV88F6281-A0, TCLK=200000000.
[ 8.754142] Feroceon L2: Enabling L2
[ 8.754180] Feroceon L2: Cache support initialised.
[ 8.759762] bio: create slab <bio-0> at 0
[ 8.760129] vgaarb: loaded
[ 8.760397] SCSI subsystem initialized
[ 8.760770] usbcore: registered new interface driver usbfs
[ 8.760867] usbcore: registered new interface driver hub
[ 8.760973] usbcore: registered new device driver usb
[ 8.761528] Switching to clocksource orion_clocksource
[ 8.769529] Switched to NOHz mode on CPU #0
[ 8.770490] FS-Cache: Loaded
[ 8.780319] NET: Registered protocol family 2
[ 8.780563] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 8.781280] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 8.781467] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 8.781601] TCP: Hash tables configured (established 8192 bind 8192)
[ 8.781613] TCP reno registered
[ 8.781625] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 8.781648] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 8.781888] NET: Registered protocol family 1
[ 8.782101] Trying to unpack rootfs image as initramfs...
[ 8.965051] Freeing initrd memory: 2076K
[ 8.965530] audit: initializing netlink socket (disabled)
[ 8.965573] type=2000 audit(0.300:1): initialized
[ 9.052876] VFS: Disk quotas dquot_6.5.2
[ 9.053155] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 9.055372] JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 9.056710] aufs 3.1-20111107
[ 9.056731] msgmni has been set to 492
[ 9.058097] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 9.058113] io scheduler noop registered
[ 9.058121] io scheduler deadline registered
[ 9.058203] io scheduler cfq registered
[ 9.058273] io scheduler bfq registered (default)
[ 9.058337] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[ 9.058369] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[ 9.091621] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 9.131611] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[ 9.171606] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[ 9.211605] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[ 9.216699] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 9.237399] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[ 9.731109] console [ttyS0] enabled
[ 9.740759] brd: module loaded
[ 9.746904] loop: module loaded
[ 9.751009] ONFI flash detected
[ 9.754447] NAND device: Manufacturer ID: 0xad, Chip ID: 0xf1 (Hynix NAND 128MiB 3,3V 8-bit)
[ 9.762948] Scanning device for bad blocks
[ 9.843207] 4 cmdlinepart partitions found on MTD device orion_nand
[ 9.849503] Creating 4 MTD partitions on "orion_nand":
[ 9.854685] 0x000000000000-0x000000100000 : "u-boot"
[ 9.860023] 0x000000100000-0x000000500000 : "uImage"
[ 9.865346] 0x000000500000-0x000002500000 : "rootfs"
[ 9.870666] 0x000002500000-0x000008000000 : "data"
[ 9.876645] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 9.883602] mv643xx_eth smi: probed
[ 9.894381] mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC address 00:25:31:02:2d:55
[ 9.903378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 9.909976] orion-ehci orion-ehci.0: Marvell Orion EHCI
[ 9.915331] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 9.951583] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 9.971574] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 9.978139] hub 1-0:1.0: USB hub found
[ 9.981947] hub 1-0:1.0: 1 port detected
[ 9.986400] Initializing USB Mass Storage driver...
[ 9.991383] usbcore: registered new interface driver usb-storage
[ 9.997444] USB Mass Storage support registered.
[ 10.002180] usbcore: registered new interface driver libusual
[ 10.008258] mousedev: PS/2 mouse device common for all mice
[ 10.301578] usb 1-1: new high speed USB device number 2 using orion-ehci
[ 10.453652] hub 1-1:1.0: USB hub found
[ 10.457776] hub 1-1:1.0: 4 ports detected
[ 10.741910] usb 1-1.4: new high speed USB device number 3 using orion-ehci
[ 10.974608] scsi0 : usb-storage 1-1.4:1.0
[ 11.021563] rtc-mv rtc-mv: internal RTC not ticking
[ 11.026630] sdhci: Secure Digital Host Controller Interface driver
[ 11.032864] sdhci: Copyright(c) Pierre Ossman
[ 11.037300] sdhci-pltfm: SDHCI platform and OF driver helper
[ 11.043449] usbcore: registered new interface driver r8712u
[ 11.049930] GRE over IPv4 demultiplexor driver
[ 11.054380] TCP cubic registered
[ 11.057807] NET: Registered protocol family 17
[ 11.062411] lib80211: common routines for IEEE802.11 drivers
[ 11.068105] Registering the dns_resolver key type
[ 11.073404] registered taskstats version 1
[ 11.078178] netconsole: local port 6666
[ 11.082063] netconsole: local IP 192.168.0.9
[ 11.086354] netconsole: interface 'eth0'
[ 11.090287] netconsole: remote port 6666
[ 11.094237] netconsole: remote IP 192.168.0.12
[ 11.098703] netconsole: remote ethernet address 00:1a:4d:5c:7f:9b
[ 11.104840] netconsole: device eth0 not up yet, forcing it
[ 12.236751] scsi 0:0:0:0: Direct-Access USB2.0 Flash Disk 1100 PQ: 0 ANSI: 0 CCS
[ 12.246322] sd 0:0:0:0: [sda] 3905536 512-byte logical blocks: (1.99 GB/1.86 GiB)
[ 12.253896] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 12.260336] sd 0:0:0:0: [sda] Write Protect is off
[ 12.266176] sd 0:0:0:0: [sda] No Caching mode page present
[ 12.271727] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 12.281298] sd 0:0:0:0: [sda] No Caching mode page present
[ 12.286986] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 12.294617] sda: sda1
[ 12.300174] sd 0:0:0:0: [sda] No Caching mode page present
[ 12.305863] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 12.312041] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 13.823925] mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 13.835019] console [netcon0] enabled
[ 13.838716] netconsole: network logging started
[ 13.843377] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 13.850454] Freeing init memory: 172K
[ 13.899489] systemd-udevd[44]: starting version 197
[ 14.741624] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[ 14.769589] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 15.461704] systemd[1]: systemd 197 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 15.561693] systemd[1]: Inserted module 'autofs4'
[ 15.568308] systemd[1]: Set hostname to <alarm>.
[ 15.796909] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
[ 15.819757] systemd[1]: Expecting device dev-ttyS0.device...
[ 15.841693] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 15.849705] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 15.857463] systemd[1]: Starting Syslog Socket.
[ 15.881703] systemd[1]: Listening on Syslog Socket.
[ 15.886706] systemd[1]: Starting Remote File Systems.
[ 15.911651] systemd[1]: Reached target Remote File Systems.
[ 15.917345] systemd[1]: Starting Delayed Shutdown Socket.
[ 15.941651] systemd[1]: Listening on Delayed Shutdown Socket.
[ 15.947520] systemd[1]: Starting LVM2 metadata daemon socket.
[ 15.971652] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 15.977867] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ 16.001651] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 16.008309] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 16.031651] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 16.039048] systemd[1]: Starting udev Kernel Socket.
[ 16.061658] systemd[1]: Listening on udev Kernel Socket.
[ 16.067363] systemd[1]: Starting udev Control Socket.
[ 16.091659] systemd[1]: Listening on udev Control Socket.
[ 16.097179] systemd[1]: Starting Encrypted Volumes.
[ 16.121651] systemd[1]: Reached target Encrypted Volumes.
[ 16.127284] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 16.161665] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 16.171244] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 16.179554] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 16.187705] systemd[1]: Starting Swap.
[ 16.211662] systemd[1]: Reached target Swap.
[ 16.216050] systemd[1]: Expecting device dev-sdb5.device...
[ 16.241678] systemd[1]: Starting Journal Socket.
[ 16.261655] systemd[1]: Listening on Journal Socket.
[ 16.266790] systemd[1]: Started File System Check on Root Device.
[ 16.273030] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 16.342888] systemd[1]: Mounting Temporary Directory...
[ 16.392105] systemd[1]: Mounting Debug File System...
[ 16.452113] systemd[1]: Mounted Huge Pages File System.
[ 16.549910] systemd[1]: Started Load Kernel Modules.
[ 16.561535] systemd[1]: Mounted Configuration File System.
[ 16.567291] systemd[1]: Mounted FUSE Control File System.
[ 16.575843] systemd[1]: Started Set Up Additional Binary Formats.
[ 16.582145] systemd[1]: Mounting POSIX Message Queue File System...
[ 16.656570] systemd[1]: Starting Setup Virtual Console...
[ 16.725157] systemd[1]: Starting Apply Kernel Variables...
[ 16.792584] systemd[1]: Starting udev Coldplug all Devices...
[ 16.862477] systemd[1]: Starting udev Kernel Device Manager...
[ 16.932257] systemd[1]: Starting Journal Service...
[ 17.021829] systemd[1]: Started Journal Service.
[ 17.026692] systemd[1]: Starting Syslog.
[ 17.051743] systemd[1]: Reached target Syslog.
[ 17.057737] systemd-udevd[111]: starting version 197
[ 17.081775] systemd[1]: Started udev Kernel Device Manager.
[ 17.141736] systemd[1]: Started Remount Root and Kernel File Systems.
[ 17.171721] systemd[1]: Mounted Temporary Directory.
[ 17.183202] systemd[1]: Mounted Debug File System.
[ 17.211747] systemd[1]: Mounted POSIX Message Queue File System.
[ 17.271753] systemd[1]: Started Apply Kernel Variables.
[ 17.302282] systemd[1]: Starting Local File Systems (Pre).
[ 17.331747] systemd[1]: Reached target Local File Systems (Pre).
[ 17.337937] systemd[1]: Starting Load Random Seed...
[ 17.521835] systemd[1]: Started udev Coldplug all Devices.
[ 17.611813] systemd[1]: Started Load Random Seed.
[ 17.681793] systemd[1]: Started Setup Virtual Console.
[ 17.721835] systemd[1]: Found device /dev/ttyS0.
[ 105.818945] systemd[1]: Job dev-sdb5.device/start timed out.
[ 105.841691] systemd[1]: Timed out waiting for device dev-sdb5.device.
[ 105.871655] systemd[1]: Dependency failed for /media/media.
[ 105.901648] systemd[1]: Dependency failed for Local File Systems.
[ 105.907835] systemd[1]: Triggering OnFailure= dependencies of local-fs.target.
[ 105.916907] systemd[1]: Stopped Update UTMP about System Runlevel Changes.
[ 105.923937] systemd[1]: Stopping Local File Systems (Pre).
[ 105.929530] systemd[1]: Stopped target Local File Systems (Pre).
[ 105.935680] systemd[1]: Stopping udev Coldplug all Devices...
[ 105.941981] systemd[1]: Stopped udev Coldplug all Devices.
[ 105.947659] systemd[1]: Stopping Remount Root and Kernel File Systems...
[ 105.954966] systemd[1]: Stopped Remount Root and Kernel File Systems.
[ 105.961635] systemd[1]: Stopped target Graphical Interface.
[ 105.967305] systemd[1]: Stopped target Multi-User.
[ 105.972219] systemd[1]: Stopped OpenSSH Daemon.
[ 105.976842] systemd[1]: Stopped SSH Key Generation.
[ 105.981831] systemd[1]: Stopped OpenNTP Daemon.
[ 105.986451] systemd[1]: Stopped target Network.
[ 105.991073] systemd[1]: Stopped Periodic Command Scheduler.
[ 105.996758] systemd[1]: Stopped Netcfg multi-profile daemon.
[ 106.002530] systemd[1]: Stopped Login Service.
[ 106.007067] systemd[1]: Stopped target Login Prompts.
[ 106.012230] systemd[1]: Stopped Getty on tty1.
[ 106.016762] systemd[1]: Stopped Serial Getty on ttyS0.
[ 106.022016] systemd[1]: Stopped D-Bus System Message Bus.
[ 106.027502] systemd[1]: Stopping Syslog.
[ 106.031512] systemd[1]: Stopped target Syslog.
[ 106.036072] systemd[1]: Stopped System Logger Daemon.
[ 106.041217] systemd[1]: Stopped Permit User Sessions.
[ 106.046381] systemd[1]: Stopped Trigger Flushing of Journal to Persistent Storage.
[ 106.054148] systemd[1]: Stopping Remote File Systems.
[ 106.059294] systemd[1]: Stopped target Remote File Systems.
[ 106.064986] systemd[1]: Stopped target Basic System.
[ 106.070043] systemd[1]: Stopping Forward Password Requests to Wall Directory Watch.
[ 106.077941] systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
[ 106.085649] systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
[ 106.093882] systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
[ 106.101937] systemd[1]: Stopped Daily Cleanup of Temporary Directories.
[ 106.108655] systemd[1]: Stopped target Sockets.
[ 106.113296] systemd[1]: Stopping /dev/initctl Compatibility Named Pipe.
[ 106.120186] systemd[1]: Closed /dev/initctl Compatibility Named Pipe.
[ 106.126759] systemd[1]: Stopping Device-mapper event daemon FIFOs.
[ 106.133223] systemd[1]: Closed Device-mapper event daemon FIFOs.
[ 106.139334] systemd[1]: Closed D-Bus System Message Bus Socket.
[ 106.145366] systemd[1]: Stopping LVM2 metadata daemon socket.
[ 106.151393] systemd[1]: Closed LVM2 metadata daemon socket.
[ 106.157163] systemd[1]: Stopping Delayed Shutdown Socket.
[ 106.162848] systemd[1]: Closed Delayed Shutdown Socket.
[ 106.168179] systemd[1]: Stopping udev Kernel Device Manager...
[ 106.176316] systemd[1]: Stopped target System Initialization.
[ 106.186497] systemd[1]: Stopped Recreate Volatile Files and Directories.
[ 106.193403] systemd[1]: Stopping Setup Virtual Console...
[ 106.199377] systemd[1]: Stopped Setup Virtual Console.
[ 106.204746] systemd[1]: Stopping Apply Kernel Variables...
[ 106.210746] systemd[1]: Stopped Apply Kernel Variables.
[ 106.216186] systemd[1]: Stopping Encrypted Volumes.
[ 106.221169] systemd[1]: Stopped target Encrypted Volumes.
[ 106.226694] systemd[1]: Stopping Swap.
[ 106.230528] systemd[1]: Stopped target Swap.
[ 106.234908] systemd[1]: Stopping Journal Service...
[ 106.239921] systemd-journald[113]: Received SIGTERM
[ 106.245476] systemd[1]: Starting Emergency Shell...
[ 106.292197] systemd[1]: Started Emergency Shell.
[ 106.297108] systemd[1]: Starting Emergency Mode.
[ 106.301893] systemd[1]: Reached target Emergency Mode.
[ 106.341695] systemd[1]: Stopped udev Kernel Device Manager.
[ 106.381644] systemd[1]: Stopped Journal Service.
[ 106.386401] systemd[1]: Stopping Syslog Socket.
[ 106.391242] systemd[1]: Closed Syslog Socket.
[ 106.395742] systemd[1]: Stopping udev Kernel Socket.
[ 106.400968] systemd[1]: Closed udev Kernel Socket.
[ 106.405884] systemd[1]: Stopping udev Control Socket.
[ 106.411189] systemd[1]: Closed udev Control Socket.
[ 106.419413] systemd[1]: Startup finished in 6s 913ms 362us (kernel) + 1min 30s 844ms 197us (userspace) = 1min 37s 757ms 559us.
[ 106.512259] systemd[1]: Starting Journal Service...
[ 106.562218] systemd[1]: Started Journal Service.

')
kbl
 
Posts: 4
Joined: Wed Apr 10, 2013 6:34 pm

Re: Pogoplug E02 does not start ** File not found /boot/uIni

Postby kbl » Tue Apr 16, 2013 8:44 pm

Ok,
i think i found the cause of the trouble. I added the following line to the fstab. Thinking the disk will be mounted if plugged in and swtiched on otherwise it will be ignored. But the hard disk switched off results in an immediate shutdown as could be seen in the kernel.log. Rather awkward... and when attached and switched on i got the issue with the wrong boot partition.
/dev/sdb5 /media/media ntfs nosuid,noexec 0 0

So i switched to udevil according to the guide here: http://obihoernchen.net/wordpress/770/plug_computer_arch_linux/
and now the disk could be switched on or off and the system is starting because of the partition labelling http://mouhassan.wordpress.com/2012/06/27/booting-pogoplug-from-the-right-usb-disk/
which results could be seen in the netconsole output:
$this->bbcode_second_pass_code('', 'Loading file "/boot/uImage" from usb device 0:1 (usbda1)
Failed to mount ext2 filesystem...
** Bad ext2 partition or disk - usb 0:1 **
Loading file "/boot/uImage" from usb device 1:1 (usbdb1)
1 bytes read
Found bootable drive on usb 1:1
Loading file "/boot/uImage" from usb device 1:1 (usbdb1)
2869732 bytes read
Loading file "/boot/uInitrd" from usb device 1:1 (usbdb1)
2126740 bytes read
')

Thank you for help and this great project.
Bye
kbl
kbl
 
Posts: 4
Joined: Wed Apr 10, 2013 6:34 pm


Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 11 guests