Welcome! Log In Create A New Profile

Advanced

Can't boot from SATA after power fail goes into Rescue

Posted by optim 
Can't boot from SATA after power fail goes into Rescue
January 10, 2014 09:06PM
I have a system that typically boots into an ext3 Hard Drive (should allow it to survive power failures), but now will only boot into the rescue system. When I try to do anything on /dev/sda it says there is no drive, there are no USB devices attached.

I have tried /dev/sdb as well, but I didn't expect anything there either.

Anyone know how to figure out if my drive is no working or there is a problem with the Goflex Home?
Re: Can't boot from SATA after power fail goes into Rescue
January 10, 2014 10:33PM
Did uBoot detect it at all? ie. stop netconsole/serial console and check for SATA (I assume you are using a drive that is plugged into SATA port).
ide reset

Whether it did recognize the HDD or not. Put my latest rootfs (in signature) on a USB thumb and boot with it. In Debian, plug in the HDD to see if it is detected in dmesg. Then do e2fsck to fix any error.

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



Edited 1 time(s). Last edit at 01/10/2014 11:12PM by bodhi.
Re: Can't boot from SATA after power fail goes into Rescue
January 11, 2014 09:10AM
I had forgotten I had a new computer without serial cable drivers since I could not get netconsole to work (I forgot to set the local ip! HA!)

Well, I booted into an old rootfs of yours I had on a stick 3.10.something. I have seen several different things along the way about the sata port so figure I will just post my environment, my 'mount', and dmesg and see what the experts say.

BTW printenv didnt seem to work in your rootfs so I went back to the rescue to get it

# fw_printenv
baudrate=115200
bootcmd_usb=run usb_init; run usb_load_uimage; run set_bootargs_usb; run usb_boot;
bootdelay=3
console=ttyS0,115200
ethact=egiga0
ethaddr=xxxxxxxxxx
led_error=orange blinking
led_exit=green off
led_init=green blinking
mainlineLinux=yes
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
partition=nand0,2
set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts
stderr=serial
stdin=serial
stdout=serial
usb_boot=if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000;else bootm 0x800000;fi;
usb_device=0:1
usb_load_uimage=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage
usb_root=/dev/sda1
usb_rootdelay=10
usb_rootfstype=ext2
set_bootargs_rescue=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts
bootcmd_rescue=run set_bootargs_rescue; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000
bootcmd_pogo=run bootcmd_rescue
rescue_installed=1
usb_init=usb start; setenv usb_root LABEL=rootfs
sata_init=ide reset
sata_root=/dev/sda1
bootcmd_sata=run sata_init; run sata_load_uimage; run set_bootargs_sata; run sata_boot;
set_bootargs_sata=setenv bootargs console=$console root=$sata_root rootdelay=$sata_rootdelay rootfstype=$sata_rootfstype $mtdparts
sata_rootdelay=8
sata_device=0:1
sata_boot=if ext2load ide $sata_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000;else bootm 0x800000;fi;
bootcmd=run bootcmd_usb; usb stop; run bootcmd_sata; run bootcmd_pogo; reset
sata_load_uimage=mw 0x800000 0 1; ext2load ide $sata_device 0x800000 /boot/uImage
arcNumber=3338
sata_rootfstype=ext3
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
serverip=192.168.1.119
ipaddr=192.168.1.210



# mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=14643,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=12368k,mode=755)
/dev/disk/by-label/rootfs on / type ext2 (rw,noatime,errors=remount-ro)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=24720k)
tmpfs on /tmp type tmpfs (rw,relatime)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
# dmesg
[    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.10.4-kirkwood-tld-1 (root@tldDebian) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 PREEMPT Tue Aug 20 23:25:42 PDT 2013
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: Seagate GoFlex Home
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] On node 0 totalpages: 32768
[    0.000000] free_area_init_node: node 0, pgdat c05dbf50, node_mem_map c0648000
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs 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: 128MB = 128MB total
[    0.000000] Memory: 117144k/117144k available, 13928k 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 - 0xc0561b44   (5479 kB)
[    0.000000]       .init : 0xc0562000 - 0xc05909bc   ( 187 kB)
[    0.000000]       .data : 0xc0592000 - 0xc05de6d0   ( 306 kB)
[    0.000000]        .bss : 0xc05de6d0 - 0xc06470f4   ( 419 kB)
[    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
[   20.478340] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[   20.568161] pid_max: default: 32768 minimum: 301
[   20.568264] Security Framework initialized
[   20.568331] Mount-cache hash table entries: 512
[   20.568937] Initializing cgroup subsys devices
[   20.568960] Initializing cgroup subsys freezer
[   20.568973] Initializing cgroup subsys net_cls
[   20.568984] Initializing cgroup subsys blkio
[   20.569072] CPU: Testing write buffer coherency: ok
[   20.569464] Setting up static identity map for 0xc03e88c8 - 0xc03e8904
[   20.571288] devtmpfs: initialized
[   20.573680] pinctrl core: initialized pinctrl subsystem
[   20.574010] regulator-dummy: no parameters
[   20.574321] NET: Registered protocol family 16
[   20.574743] DMA: preallocated 256 KiB pool for atomic coherent allocations
[   20.575445] Kirkwood: MV88F6281-A1, TCLK=200000000.
[   20.575475] Feroceon L2: Enabling L2
[   20.575513] Feroceon L2: Cache support initialised.
[   20.575843] initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000
[   20.575870]   final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000
[   20.579315] bio: create slab <bio-0> at 0
[   20.579734] vgaarb: loaded
[   20.579858] usbcore: registered new interface driver usbfs
[   20.579918] usbcore: registered new interface driver hub
[   20.580017] usbcore: registered new device driver usb
[   20.580616] Switching to clocksource orion_clocksource
[   20.594607] NET: Registered protocol family 2
[   20.595240] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
[   20.595275] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[   20.595296] TCP: Hash tables configured (established 1024 bind 1024)
[   20.595363] TCP: reno registered
[   20.595378] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   20.595399] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   20.595595] NET: Registered protocol family 1
[   20.595903] RPC: Registered named UNIX socket transport module.
[   20.595915] RPC: Registered udp transport module.
[   20.595922] RPC: Registered tcp transport module.
[   20.595929] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   20.595941] PCI: CLS 0 bytes, default 32
[   20.596133] Unpacking initramfs...
[   21.137286] Freeing initrd memory: 6324K (c1101000 - c172e000)
[   21.137391] NetWinder Floating Point Emulator V0.97 (double precision)
[   21.137896] audit: initializing netlink socket (disabled)
[   21.137947] type=2000 audit(0.650:1): initialized
[   21.138754] VFS: Disk quotas dquot_6.5.2
[   21.138805] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   21.139163] NFS: Registering the id_resolver key type
[   21.139223] Key type id_resolver registered
[   21.139233] Key type id_legacy registered
[   21.139251] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   21.139404] jffs2: version 2.2. (NAND) (SUMMARY)  \xffffffc2\xffffffa9 2001-2006 Red Hat, Inc.
[   21.139615] msgmni has been set to 241
[   21.141490] alg: No test for stdrng (krng)
[   21.141586] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[   21.141597] io scheduler noop registered
[   21.141605] io scheduler deadline registered
[   21.141631] io scheduler cfq registered (default)
[   21.141751] mv_xor mv_xor.0: Marvell shared XOR driver
[   21.180695] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   21.220694] mv_xor mv_xor.0: Marvell XOR: ( xor fill cpy )
[   21.220796] mv_xor mv_xor.1: Marvell shared XOR driver
[   21.260694] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   21.300692] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[   21.300937] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   21.321483] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[   21.818453] console [ttyS0] enabled
[   21.822959] ONFI param page 0 valid
[   21.826463] ONFI flash detected
[   21.829625] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08AAD), 256MiB, page size: 2048, OOB size: 64
[   21.840744] Scanning device for bad blocks
[   22.060178] 4 cmdlinepart partitions found on MTD device orion_nand
[   22.066488] Creating 4 MTD partitions on "orion_nand":
[   22.071676] 0x000000000000-0x000000100000 : "u-boot"
[   22.076880] 0x000000100000-0x000000500000 : "uImage"
[   22.082092] 0x000000500000-0x000002500000 : "rootfs"
[   22.087312] 0x000002500000-0x000010000000 : "data"
[   22.092622] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   22.099181] ehci-pci: EHCI PCI platform driver
[   22.103709] ehci-orion: EHCI orion driver
[   22.107788] orion-ehci orion-ehci.0: EHCI Host Controller
[   22.113251] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[   22.120983] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   22.140672] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   22.146696] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   22.153541] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.160815] usb usb1: Product: EHCI Host Controller
[   22.165717] usb usb1: Manufacturer: Linux 3.10.4-kirkwood-tld-1 ehci_hcd
[   22.172463] usb usb1: SerialNumber: orion-ehci.0
[   22.177508] hub 1-0:1.0: USB hub found
[   22.181314] hub 1-0:1.0: 1 port detected
[   22.185660] mousedev: PS/2 mouse device common for all mice
[   22.191617] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[   22.197544] i2c /dev entries driver
[   22.201164] cpuidle: using governor ladder
[   22.205277] cpuidle: using governor menu
[   22.209385] leds-gpio leds-gpio: pins are not configured from the driver
[   22.216429] drop_monitor: Initializing network drop monitor service
[   22.223027] TCP: cubic registered
[   22.226365] NET: Registered protocol family 17
[   22.230937] Key type dns_resolver registered
[   22.235620] registered taskstats version 1
[   22.240575] rtc-mv rtc-mv: setting system clock to 2014-01-11 16:05:32 UTC (1389456332)
[   22.249443] Freeing unused kernel memory: 184K (c0562000 - c0590000)
[   22.321349] udevd[52]: starting version 175
[   22.389106] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   22.473866] libphy: PHY orion-mdio-mii:00 not found
[   22.478797] platform mv643xx_eth_port.0: Driver mv643xx_eth_port requests probe deferral
[   22.500728] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   22.515430] SCSI subsystem initialized
[   22.576250] libphy: orion_mdio_bus: probed
[   22.581683] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 02:50:43:36:64:77
[   22.597457] libata version 3.00 loaded.
[   22.610770] sata_mv sata_mv.0: version 1.28
[   22.610831] sata_mv sata_mv.0: cannot get optional clkdev
[   22.616311] sata_mv sata_mv.0: slots 32 ports 1
[   22.653255] scsi0 : sata_mv
[   22.656289] ata1: SATA max UDMA/133 irq 21
[   22.661748] usb 1-1: New USB device found, idVendor=0781, idProduct=556b
[   22.668505] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   22.688044] usb 1-1: Product: Cruzer Edge
[   22.696076] usb 1-1: Manufacturer: SanDisk
[   22.700203] usb 1-1: SerialNumber: 20060774210EFE307EA0
[   22.738079] usb-storage 1-1:1.0: USB Mass Storage device detected
[   22.744505] scsi1 : usb-storage 1-1:1.0
[   22.749888] usbcore: registered new interface driver usb-storage
[   23.000679] ata1: SATA link down (SStatus 0 SControl F300)
[   23.691896] ata1: exception Emask 0x10 SAct 0x0 SErr 0x4010000 action 0xe frozen
[   23.699329] ata1: edma_err_cause=00000010 pp_flags=00000000, dev connect
[   23.706087] ata1: SError: { PHYRdyChg DevExch }
[   23.710674] ata1: hard resetting link
[   23.741593] scsi 1:0:0:0: Direct-Access     SanDisk  Cruzer Edge      1.18 PQ: 0 ANSI: 5
[   23.765179] sd 1:0:0:0: [sda] 7821312 512-byte logical blocks: (4.00 GB/3.72 GiB)
[   23.774652] sd 1:0:0:0: [sda] Write Protect is off
[   23.779470] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00
[   23.780141] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   23.798637]  sda: sda1 sda2
[   23.805513] sd 1:0:0:0: [sda] Attached SCSI removable disk
[   23.821407] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   24.460681] ata1: SATA link down (SStatus 0 SControl F300)
[   24.466223] ata1: EH complete
[   33.099167] EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2
[   34.318942] udevd[232]: starting version 175
[   34.769374] alg: hash: Test 1 failed for mv-hmac-sha1
[   34.777997] 00000000: 0c aa 9f d5 37 c3 79 3a 91 d9 21 5f 42 2b 2c 24
[   34.790889] 00000010: b7 c3 16 0c
[   34.809608] orion_wdt: Initial timeout 21 sec
[   40.022145] NET: Registered protocol family 10
[   40.184025] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[   40.190106] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   43.895223] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   43.905144] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Re: Can't boot from SATA after power fail goes into Rescue
January 11, 2014 09:23AM
It looks very good.

Now when you plug in the HDD,what dmesg says?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Can't boot from SATA after power fail goes into Rescue
January 11, 2014 09:44AM
The HD was plugged in! I have not removed it. I will shutdown, do a reboot without it and a reboot with it in.

Can I hotplug the SATA HD? I can try that and look at dmesg if it would help but don't wnat to do it if thats a no-no.


NO HD:
# dmesg
[    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.10.4-kirkwood-tld-1 (root@tldDebian) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 PREEMPT Tue Aug 20 23:25:42 PDT 2013
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: Seagate GoFlex Home
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] On node 0 totalpages: 32768
[    0.000000] free_area_init_node: node 0, pgdat c05dbf50, node_mem_map c0648000
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs 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: 128MB = 128MB total
[    0.000000] Memory: 117144k/117144k available, 13928k 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 - 0xc0561b44   (5479 kB)
[    0.000000]       .init : 0xc0562000 - 0xc05909bc   ( 187 kB)
[    0.000000]       .data : 0xc0592000 - 0xc05de6d0   ( 306 kB)
[    0.000000]        .bss : 0xc05de6d0 - 0xc06470f4   ( 419 kB)
[    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
[   20.478270] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[   20.568091] pid_max: default: 32768 minimum: 301
[   20.568193] Security Framework initialized
[   20.568261] Mount-cache hash table entries: 512
[   20.568867] Initializing cgroup subsys devices
[   20.568889] Initializing cgroup subsys freezer
[   20.568903] Initializing cgroup subsys net_cls
[   20.568913] Initializing cgroup subsys blkio
[   20.569002] CPU: Testing write buffer coherency: ok
[   20.569393] Setting up static identity map for 0xc03e88c8 - 0xc03e8904
[   20.571217] devtmpfs: initialized
[   20.573609] pinctrl core: initialized pinctrl subsystem
[   20.573939] regulator-dummy: no parameters
[   20.574250] NET: Registered protocol family 16
[   20.574673] DMA: preallocated 256 KiB pool for atomic coherent allocations
[   20.575374] Kirkwood: MV88F6281-A1, TCLK=200000000.
[   20.575405] Feroceon L2: Enabling L2
[   20.575443] Feroceon L2: Cache support initialised.
[   20.575773] initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000
[   20.575800]   final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000
[   20.579244] bio: create slab <bio-0> at 0
[   20.579663] vgaarb: loaded
[   20.579787] usbcore: registered new interface driver usbfs
[   20.579848] usbcore: registered new interface driver hub
[   20.579947] usbcore: registered new device driver usb
[   20.580545] Switching to clocksource orion_clocksource
[   20.594537] NET: Registered protocol family 2
[   20.595170] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
[   20.595206] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[   20.595226] TCP: Hash tables configured (established 1024 bind 1024)
[   20.595294] TCP: reno registered
[   20.595309] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   20.595330] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   20.595526] NET: Registered protocol family 1
[   20.595834] RPC: Registered named UNIX socket transport module.
[   20.595846] RPC: Registered udp transport module.
[   20.595853] RPC: Registered tcp transport module.
[   20.595860] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   20.595872] PCI: CLS 0 bytes, default 32
[   20.596064] Unpacking initramfs...
[   21.137136] Freeing initrd memory: 6324K (c1101000 - c172e000)
[   21.137240] NetWinder Floating Point Emulator V0.97 (double precision)
[   21.137744] audit: initializing netlink socket (disabled)
[   21.137796] type=2000 audit(0.650:1): initialized
[   21.138600] VFS: Disk quotas dquot_6.5.2
[   21.138651] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   21.139010] NFS: Registering the id_resolver key type
[   21.139086] Key type id_resolver registered
[   21.139096] Key type id_legacy registered
[   21.139114] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   21.139266] jffs2: version 2.2. (NAND) (SUMMARY)  \xffffffc2\xffffffa9 2001-2006 Red Hat, Inc.
[   21.139479] msgmni has been set to 241
[   21.141357] alg: No test for stdrng (krng)
[   21.141454] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[   21.141466] io scheduler noop registered
[   21.141473] io scheduler deadline registered
[   21.141500] io scheduler cfq registered (default)
[   21.141619] mv_xor mv_xor.0: Marvell shared XOR driver
[   21.180623] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   21.220623] mv_xor mv_xor.0: Marvell XOR: ( xor fill cpy )
[   21.220725] mv_xor mv_xor.1: Marvell shared XOR driver
[   21.260623] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   21.300622] mv_xor mv_xorr.1: Marvell XOR: ( xor fill cpy )
[   21.300868] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   21.321412] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[   21.818350] console [ttyS0] enabled
[   21.822859] ONFI param page 0 valid
[   21.826361] ONFI flash detected
[   21.829522] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08AAD), 256MiB, page size: 2048, OOB size: 64
[   21.840640] Scanning device for bad blocks
[   22.060076] 4 cmdlinepart partitions found on MTD device orion_nand
[   22.066385] Creating 4 MTD partitions on "orion_nand":
[   22.071575] 0x000000000000-0x000000100000 : "u-boot"
[   22.076787] 0x000000100000-0x000000500000 : "uImage"
[   22.081999] 0x000000500000-0x000002500000 : "rootfs"
[   22.087217] 0x000002500000-0x000010000000 : "data"
[   22.092524] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   22.099077] ehci-pci: EHCI PCI platform driver
[   22.103606] ehci-orion: EHCI orion driver
[   22.107685] orion-ehci orion-ehci.0: EHCI Host Controller
[   22.113148] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[   22.120913] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   22.140601] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   22.146628] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   22.153470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.160737] usb usb1: Product: EHCI Host Controller
[   22.165641] usb usb1: Manufacturer: Linux 3.10.4-kirkwood-tld-1 ehci_hcd
[   22.172387] usb usb1: SerialNumber: orion-ehci.0
[   22.177434] hub 1-0:1.0: USB hub found
[   22.181248] hub 1-0:1.0: 1 port detected
[   22.185590] mousedev: PS/2 mouse device common for all mice
[   22.191549] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[   22.197476] i2c /dev entries driver
[   22.201095] cpuidle: using governor ladder
[   22.205209] cpuidle: using governor menu
[   22.209317] leds-gpio leds-gpio: pins are not configured from the driver
[   22.216361] drop_monitor: Initializing network drop monitor service
[   22.222957] TCP: cubic registered
[   22.226288] NET: Registered protocol family 17
[   22.230860] Key type dns_resolver registered
[   22.235551] registered taskstats version 1
[   22.240501] rtc-mv rtc-mv: setting system clock to 2014-01-11 16:43:40 UTC (1389458620)
[   22.249365] Freeing unused kernel memory: 184K (c0562000 - c0590000)
[   22.321277] udevd[52]: starting version 175
[   22.389115] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   22.475095] libphy: PHY orion-mdio-mii:00 not found
[   22.480028] platform mv643xx_eth_port.0: Driver mv643xx_eth_port requests probe deferral
[   22.500660] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   22.514996] SCSI subsystem initialized
[   22.573801] libphy: orion_mdio_bus: probed
[   22.579183] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 02:50:43:36:64:77
[   22.597575] libata version 3.00 loaded.
[   22.610756] sata_mv sata_mv.0: version 1.28
[   22.610818] sata_mv sata_mv.0: cannot get optional clkdev
[   22.616304] sata_mv sata_mv.0: slots 32 ports 1
[   22.652632] scsi0 : sata_mv
[   22.655669] ata1: SATA max UDMA/133 irq 21
[   22.661675] usb 1-1: New USB device found, idVendor=0781, idProduct=556b
[   22.668427] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   22.687964] usb 1-1: Product: Cruzer Edge
[   22.696328] usb 1-1: Manufacturer: SanDisk
[   22.700448] usb 1-1: SerialNumber: 20060774210EFE307EA0
[   22.738029] usb-storage 1-1:1.0: USB Mass Storage device detected
[   22.744454] scsi1 : usb-storage 1-1:1.0
[   22.749829] usbcore: registered new interface driver usb-storage
[   23.000609] ata1: SATA link down (SStatus 0 SControl F300)
[   23.741522] scsi 1:0:0:0: Direct-Access     SanDisk  Cruzer Edge      1.18 PQ: 0 ANSI: 5
[   23.765229] sd 1:0:0:0: [sda] 7821312 512-byte logical blocks: (4.00 GB/3.72 GiB)
[   23.775202] sd 1:0:0:0: [sda] Write Protect is off
[   23.780035] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00
[   23.780704] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   23.799066]  sda: sda1 sda2
[   23.806446] sd 1:0:0:0: [sda] Attached SCSI removable disk
[   23.822374] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   33.098846] EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2
[   34.319206] udevd[230]: starting version 175
[   34.737076] alg: hash: Test 1 failed for mv-hmac-sha1
[   34.749029] 00000000: 0c aa 9f d5 37 c3 79 3a 91 d9 21 5f 42 2b 2c 24
[   34.763993] 00000010: b7 c3 16 0c
[   34.790770] orion_wdt: Initial timeout 21 sec
[   46.946677] NET: Registered protocol family 10
[   47.103956] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[   47.110053] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   50.857675] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   50.867594] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

HD installed:
# dmesg
[    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.10.4-kirkwood-tld-1 (root@tldDebian) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 PREEMPT Tue Aug 20 23:25:42 PDT 2013
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: Seagate GoFlex Home
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] On node 0 totalpages: 32768
[    0.000000] free_area_init_node: node 0, pgdat c05dbf50, node_mem_map c0648000
[    0.000000]   Normal zone: 256 pages used for memap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs 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: 128MB = 128MB total
[    0.000000] Memory: 117144k/117144k available, 13928k 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 - 0xc0561b44   (5479 kB)
[    0.000000]       .init : 0xc0562000 - 0xc05909bc   ( 187 kB)
[    0.000000]       .data : 0xc0592000 - 0xc05de6d0   ( 306 kB)
[    0.000000]        .bss : 0xc05de6d0 - 0xc06470f4   ( 419 kB)
[    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
[   20.478239] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[   20.568060] pid_max: default: 32768 minimum: 301
[   20.568162] Security Framework initialized
[   20.568229] Mount-cache hash table entries: 512
[   20.568835] Initializing cgroup subsys devices
[   20.568858] Initializing cgroup subsys freezer
[   20.568872] Initializing cgroup subsys net_cls
[   20.568882] Initializing cgroup subsys blkio
[   20.568971] CPU: Testing write buffer coherency: ok
[   20.569362] Setting up static identity map for 0xc03e88c8 - 0xc03e8904
[   20.571186] devtmpfs: initialized
[   20.573578] pinctrl core: initialized pinctrl subsystem
[   20.573908] regulator-dummy: no parameters
[   20.574219] NET: Registered protocol family 16
[   20.574642] DMA: preallocated 256 KiB pool for atomic coherent allocations
[   20.575343] Kirkwood: MV88F6281-A1, TCLK=200000000.
[   20.575374] Feroceon L2: Enabling L2
[   20.575412] Feroceon L2: Cache support initialised.
[   20.575742] initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000
[   20.575769]   final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000
[   20.579214] bio: create slab <bio-0> at 0
[   20.579632] vgaarb: loaded
[   20.579755] usbcore: registered new interface driver usbfs
[   20.579816] usbcore: registered new interface driver hub
[   20.579914] usbcore: registered new device driver usb
[   20.580512] Switching to clocksource orion_clocksource
[   20.594506] NET: Registered protocol family 2
[   20.595135] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
[   20.595170] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[   20.595191] TCP: Hash tables configured (established 1024 bind 1024)
[   20.595258] TCP: reno registered
[   20.595272] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   20.595294] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   20.595491] NET: Registered protocol family 1
[   20.595800] RPC: Registered named UNIX socket transport module.
[   20.595811] RPC: Registered udp transport module.
[   20.595818] RPC: Registered tcp transport module.
[   20.595825] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   20.595836] PCI: CLS 0 bytes, default 32
[   20.596030] Unpacking initramfs...
[   21.137213] Freeing initrd memory: 6324K (c1101000 - c172e000)
[   21.137316] NetWinder Floating Point Emulator V0.97 (double precision)
[   21.137817] audit: initializing netlink socket (disabled)
[   21.137867] type=2000 audit(0.650:1): initialized
[   21.138672] VFS: Disk quotas dquot_6.5.2
[   21.138723] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   21.139079] NFS: Registering the id_resolver key type
[   21.139154] Key type id_resolver registered
[   21.139164] Key type id_legacy registered
[   21.139182] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   21.139334] jffs2: version 2.2. (NAND) (SUMMARY)  \xffffffc2\xffffffa9 2001-2006 Red Hat, Inc.
[   21.139546] msgmni has been set to 241
[   21.141427] alg: No test for stdrng (krng)
[   21.141522] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[   21.141534] io scheduler noop registered
[   21.141542] io scheduler deadline registered
[   21.141568] io scheduler cfq registered (default)
[   21.141688] mv_xor mv_xor.0: Marvell shared XOR driver
[   21.180590] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   21.220591] mv_xor mv_xor.0: Marvell XOR: ( xor fill cpy )
[   21.220694] mv_xor mv_xor.1: Marvell shared XOR driver
[   21.260589] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   21.300588] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[   21.300834] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   21.321380] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[   21.818359] console [ttyS0] enabled
[   21.822864] ONFI param page 0 valid
[   21.826369] ONFI flash detected
[   21.829530] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08AAD), 256MiB, page size: 2048, OOB size: 64
[   21.840650] Scanning device for bad blocks
[   22.060084] 4 cmdlinepart partitions found on MTD device orion_nand
[   22.066394] Creating 4 MTD partitions on "orion_nand":
[   22.071583] 0x000000000000-0x000000100000 : "u-boot"
[   22.076796] 0x000000100000-0x000000500000 : "uImage"
[   22.082017] 0x000000500000-0x000002500000 : "rootfs"
[   22.087233] 0x000002500000-0x000010000000 : "data"
[   22.092545] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   22.099105] ehci-pci: EHCI PCI platform driver
[   22.103632] ehci-orion: EHCI orion driver
[   22.107712] orion-ehci orion-ehci.0: EHCI Host Controller
[   22.113174] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[   22.121002] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   22.140567] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   22.146594] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   22.153436] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.160711] usb usb1: Product: EHCI Host Controller
[   22.165615] usb usb1: Manufacturer: Linux 3.10.4-kirkwood-tld-1 ehci_hcd
[   22.172360] usb usb1: SerialNumber: orion-ehci.0
[   22.177407] hub 1-0:1.0: USB hub found
[   22.181221] hub 1-0:1.0: 1 port detected
[   22.185563] mousedev: PS/2 mouse device common for all mice
[   22.191521] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[   22.197450] i2c /dev entries driver
[   22.201068] cpuidle: using governor ladder
[   22.205183] cpuidle: using governor menu
[   22.209291] leds-gpio leds-gpio: pins are not configured from the driver
[   22.216337] drop_monitor: Initializing network drop monitor service
[   22.222931] TCP: cubic registered
[   22.226262] NET: Registered protocol family 17
[   22.230879] Key type dns_resolver registered
[   22.235569] registered taskstats version 1
[   22.240521] rtc-mv rtc-mv: setting system clock to 2014-01-11 16:46:18 UTC (1389458778)
[   22.249396] Freeing unused kernel memory: 184K (c0562000 - c0590000)
[   22.321239] udevd[52]: starting version 175
[   22.389049] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   22.476178] libphy: PHY orion-mdio-mii:00 not found
[   22.497247] platform mv643xx_eth_port.0: Driver mv643xx_eth_port requests probe deferral
[   22.505469] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   22.515441] SCSI subsystem initialized
[   22.569561] libphy: orion_mdio_bus: probed
[   22.586353] libata version 3.00 loaded.
[   22.599563] sata_mv sata_mv.0: version 1.28
[   22.600410] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 02:50:43:36:64:77
[   22.609280] sata_mv sata_mv.0: cannot get optional clkdev
[   22.626434] sata_mv sata_mv.0: slots 32 ports 1
[   22.652641] scsi0 : sata_mv
[   22.655677] ata1: SATA max UDMA/133 irq 21
[   22.661644] usb 1-1: New USB device found, idVendor=0781, idProduct=556b
[   22.668401] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   22.688410] usb 1-1: Product: Cruzer Edge
[   22.696125] usb 1-1: Manufacturer: SanDisk
[   22.700248] usb 1-1: SerialNumber: 20060774210EFE307EA0
[   22.736639] usb-storage 1-1:1.0: USB Mass Storage device detected
[   22.743069] scsi1 : usb-storage 1-1:1.0
[   22.748446] usbcore: registered new interface driver usb-storage
[   23.000574] ata1: SATA link down (SStatus 0 SControl F300)
[   23.741489] scsi 1:0:0:0: Direct-Access     SanDisk  Cruzer Edge      1.18 PQ: 0 ANSI: 5
[   23.765196] sd 1:0:0:0: [sda] 7821312 512-byte logical blocks: (4.00 GB/3.72 GiB)
[   23.775297] sd 1:0:0:0: [sda] Write Protect is off
[   23.780130] sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00
[   23.780797] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   23.799156]  sda: sda1 sda2
[   23.806537] sd 1:0:0:0: [sda] Attached SCSI removable disk
[   23.822438] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   33.098938] EXT2-fs (sda1): warning: mounting ext3 filesystem as ext2
[   34.318127] udevd[230]: starting version 175
[   34.737570] alg: hash: Test 1 failed for mv-hmac-sha1
[   34.744619] 00000000: 0c aa 9f d5 37 c3 79 3a 91 d9 21 5f 42 2b 2c 24
[   34.763742] 00000010: b7 c3 16 0c
[   34.784743] orion_wdt: Initial timeout 21 sec
[   46.980446] NET: Registered protocol family 10
[   47.142327] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[   47.148420] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   50.875976] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   50.885897] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Re: Can't boot from SATA after power fail goes into Rescue
January 11, 2014 09:53AM
optim Wrote:

> Can I hotplug the SATA HD? I can try that and
> look at dmesg if it would help but don't wnat to
> do it if thats a no-no.

Back up the HDD first. For the GoFlex Home/Net, yes should be no problem.

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



Edited 1 time(s). Last edit at 01/11/2014 09:54AM by bodhi.
Re: Can't boot from SATA after power fail goes into Rescue
January 11, 2014 11:21AM
from hotplu:

ata1: exception Emask 0x10 SAct 0x0 SErr 0x4010000 action 0xe frozen
[ 1551.321115] ata1: edma_err_cause=00000010 pp_flags=00000000, dev connect
[ 1551.327851] ata1: SError: { PHYRdyChg DevExch }
[ 1551.332673] ata1: hard resetting link
[ 1553.680626] ata1: SATA link down (SStatus 0 SControl F300)
[ 1553.686163] ata1: EH complete
[ 1553.868496] ata1: exception Emask 0x10 SAct 0x0 SErr 0x4190000 action 0xe frozen
[ 1553.876104] ata1: edma_err_cause=00000030 pp_flags=00000000, dev connect, SError=04190000
[ 1553.884497] ata1: SError: { PHYRdyChg 10B8B Dispar DevExch }
[ 1553.890201] ata1: hard resetting link
[ 1554.640601] ata1: SATA link down (SStatus 0 SControl F300)
[ 1554.646124] ata1: EH complete

I didn't backup the HD cuz it isn't a big deal if I need to replace everything on it.
Re: Can't boot from SATA after power fail goes into Rescue
January 11, 2014 12:51PM
It seems to be occasionally resetting now

[ 1596.014795] ata1: exception Emask 0x10 SAct 0x0 SErr 0x4010000 action 0xe frozen
[ 1596.022478] ata1: edma_err_cause=00000010 pp_flags=00000000, dev connect
[ 1596.029212] ata1: SError: { PHYRdyChg DevExch }
[ 1596.034027] ata1: limiting SATA link speed to 1.5 Gbps
[ 1596.039197] ata1: hard resetting link
[ 1597.190603] ata1: SATA link down (SStatus 0 SControl F310)
[ 1597.196134] ata1: EH complete
[ 1601.438242] ata1: exception Emask 0x10 SAct 0x0 SErr 0x4010000 action 0xe frozen
[ 1601.445862] ata1: edma_err_cause=00000010 pp_flags=00000000, dev connect
[ 1601.452771] ata1: SError: { PHYRdyChg DevExch }
[ 1601.457337] ata1: limiting SATA link speed to 1.5 Gbps
[ 1601.462737] ata1: hard resetting link
[ 1602.210601] ata1: SATA link down (SStatus 0 SControl F310)
[ 1602.216123] ata1: EH complete
[ 2032.303634] ata1: exception Emask 0x10 SAct 0x0 SErr 0x4010000 action 0xe frozen
[ 2032.311317] ata1: edma_err_cause=00000010 pp_flags=00000000, dev connect
[ 2032.318054] ata1: SError: { PHYRdyChg DevExch }
[ 2032.322873] ata1: hard resetting link
[ 2033.070602] ata1: SATA link down (SStatus 0 SControl F300)
[ 2033.076130] ata1: EH complete
[ 2725.513925] ata1: exception Emask 0x10 SAct 0x0 SErr 0x4010000 action 0xe frozen
[ 2725.521582] ata1: edma_err_cause=00000010 pp_flags=00000000, dev connect
[ 2725.528318] ata1: SError: { PHYRdyChg DevExch }
[ 2725.533655] ata1: hard resetting link
[ 2726.680601] ata1: SATA link down (SStatus 0 SControl F300)
[ 2726.686128] ata1: EH complete
Re: Can't boot from SATA after power fail goes into Rescue
January 12, 2014 09:15AM
Some more errors: I see at least one time it saw the hard drive I didnt notice this when it was active, but now it says its a non-existant drive.



[63764.678293] scsi 0:0:0:0: Direct-Access ATA WDC WD740GD-00FL 31.0 PQ: 0 ANSI: 5
[63764.696148] sd 0:0:0:0: [sdb] 145226112 512-byte logical blocks: (74.3 GB/69.2 GiB)
[63764.704466] sd 0:0:0:0: Attached scsi generic sg1 type 0
[63764.710226] sd 0:0:0:0: [sdb] Write Protect is off
[63764.721225] sd 0:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[63764.755335] sdb: sdb1 sdb2 sdb3
[63764.764178] sd 0:0:0:0: [sdb] Attached SCSI disk


[63763.629344] ata1: exception Emask 0x10 SAct 0x0 SErr 0x4010000 action 0xe frozen
[63763.637048] ata1: edma_err_cause=00000010 pp_flags=00000000, dev connect
[63763.643974] ata1: SError: { PHYRdyChg DevExch }
[63763.648549] ata1: hard resetting link
[63764.560611] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl F300)
[63764.600640] ata1.00: ATA-6: WDC WD740GD-00FLA2, 31.08F31, max UDMA/133
[63764.607206] ata1.00: 145226112 sectors, multi 0: LBA48
[63764.670641] ata1.00: configured for UDMA/133
[63764.674944] ata1: EH complete
[63764.678293] scsi 0:0:0:0: Direct-Access     ATA      WDC WD740GD-00FL 31.0 PQ: 0 ANSI: 5
[63764.696148] sd 0:0:0:0: [sdb] 145226112 512-byte logical blocks: (74.3 GB/69.2 GiB)
[63764.704466] sd 0:0:0:0: Attached scsi generic sg1 type 0
[63764.710226] sd 0:0:0:0: [sdb] Write Protect is off
[63764.721225] sd 0:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[63764.755335]  sdb: sdb1 sdb2 sdb3
[63764.764178] sd 0:0:0:0: [sdb] Attached SCSI disk
[63765.324659] ata1: exception Emask 0x10 SAct 0x0 SErr 0x180000 action 0x6 frozen
[63765.332259] ata1: edma_err_cause=00000020 pp_flags=00000001, SError=00180000
[63765.339348] ata1: SError: { 10B8B Dispar }
[63765.343725] ata1: hard resetting link
[63765.690603] ata1: SATA link down (SStatus 0 SControl F300)
[63766.300305] ata1: hard resetting link
[63766.650599] ata1: SATA link down (SStatus 0 SControl F300)
[63766.656127] ata1: limiting SATA link speed to 1.5 Gbps
[63767.647549] ata1: hard resetting link
[63768.340628] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl F310)
[63768.346961] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x40)
[63768.353474] ata1.00: revalidation failed (errno=-5)
[63768.358374] ata1.00: disabled
[63768.361621] ata1: exception Emask 0x10 SAct 0x0 SErr 0x180000 action 0x6 frozen t4
[63768.369229] ata1: edma_err_cause=00000020 pp_flags=00000000, SError=00180000
[63768.376555] ata1: SError: { 10B8B Dispar }
[63768.380845] ata1: hard resetting link
[63768.730602] ata1: SATA link down (SStatus 0 SControl F310)
[63768.736128] ata1: EH complete
[63770.485941] ata1: exception Emask 0x10 SAct 0x0 SErr 0x4010000 action 0xe frozen
[63770.493692] ata1: edma_err_cause=00000010 pp_flags=00000000, dev connect
[63770.500427] ata1: SError: { PHYRdyChg DevExch }
[63770.505243] ata1: hard resetting link
[63771.850601] ata1: SATA link down (SStatus 0 SControl F300)
[63771.856132] ata1: EH complete
[63771.859123] ata1.00: detaching (SCSI 0:0:0:0)
[63771.869563] sd 0:0:0:0: [sdb] Synchronizing SCSI cache
[63771.880785] sd 0:0:0:0: [sdb]
[63771.883948] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[63771.889983] sd 0:0:0:0: [sdb] Stopping disk
[63771.897593] sd 0:0:0:0: [sdb] START_STOP FAILED
[63771.902558] sd 0:0:0:0: [sdb]
[63771.905721] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[63777.042800] ata1: exception Emask 0x10 SAct 0x0 SErr 0x4190000 action 0xe frozen
[63777.050234] ata1: edma_err_cause=00000010 pp_flags=00000000, dev connect
[63777.057279] ata1: SError: { PHYRdyChg 10B8B Dispar DevExch }
[63777.063168] ata1: hard resetting link
[63777.810604] ata1: SATA link down (SStatus 0 SControl F300)
[63777.816137] ata1: EH complete
Re: Can't boot from SATA after power fail goes into Rescue
January 24, 2014 05:17AM
Check your hdd with "Data Lifeguard Diagnostic for DOS" (full scan, it will take a while to complete)
http://support.wdc.com/product/download.asp?groupid=612&sid=2&lang=en

I see you are using Western Digital Raptor 10k rpm 74Gb drive through eSATA, has it enough power juice ?
Try changing esata cable, external power supply.

Found similar problem:
https://newit.co.uk/forum/index.php?topic=2684.0;wap2
Quote

Other Linux users seem to have had the same problem which appears to be a kernel bug.



Edited 1 time(s). Last edit at 01/24/2014 05:17AM by jst818.
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: