Join now - be part of our community!

Xperia S can't mount /data, boot loop

Zo_roid
Visitor

Xperia S can't mount /data, boot loop

My Xperia S in boot loop:( Unlocked bootloader, rooted, cwm 5.5.0.4. There was miui rom, cm9 rom, pre-rooted rom...

Restored back in cm9, after i want to restore back stock rooted and i have boot loop, freexperia cwm max...:(

Working fastboot, adb shell, flashtool... Flashtool flash .ftf but not boot in. Fastboot flash boot, system, but not boot in. Fastboot oem format not working, erase /userdata, than not erase /cache and stop. In adb shell parted /dev/block/mmcblk0, print and problem with cylinders, too many and not print partition table:( I nedd it if anyone print me! In mounts /data isn't mounted, that seem disappeared...??? I can push files to /sdcard, but a reboot phone after disappear...??? I nedd help:(((

3 REPLIES 3
Sam
Legend
Legend

You may want to take a look at this:

http://developer.sonymobile.com/services/flash-tool/


What are your thoughts about this forum? Let us know by doing this short survey.

Zo_roid
Visitor

I have already tried that. My phone was unknown, but it downloaded xperia s stock rom, after not flashed with error message:( Can you send me the partition table for xperia s? With right mmcblocks, start/end Mb and correct filesystems? Thanks.

Zo_roid
Visitor

Adb shell:

Microsoft Windows [verziószám: 6.1.7601]

Copyright (c) 2009 Microsoft Corporation. Minden jog fenntartva.

D:\1>adb devices

List of devices attached

BX90321V41      device

D:\1>adb remount

remount succeeded

D:\1>adb shell

~ # parted /dev/block/mmcblk0

parted /dev/block/mmcblk0

GNU Parted 1.8.8.1.179-aef3

Using /dev/block/mmcblk0

Welcome to GNU Parted! Type 'help' to view a list of commands.

(parted) print

print

print

Error: Unable to satisfy all constraints on the partition.

(parted) q

q

q

~ # fdisk -l /dev/block/mmcblk0

fdisk -l /dev/block/mmcblk0

Disk /dev/block/mmcblk0: 31.9 GB, 31910264832 bytes

4 heads, 16 sectors/track, 973824 cylinders

Units = cylinders of 64 * 512 = 32768 bytes

              Device Boot      Start         End      Blocks  Id System

/dev/block/mmcblk0p1               1          65        2048  f0 Linux/PA-RISC b

oot

Partition 1 does not end on cylinder boundary

/dev/block/mmcblk0p2   *          65          81         512  4d Unknown

Partition 2 does not end on cylinder boundary

/dev/block/mmcblk0p3             129         768       20480  48 Unknown

Partition 3 does not end on cylinder boundary

/dev/block/mmcblk0p4             769      954240    30511104   5 Extended

Partition 4 does not end on cylinder boundary

/dev/block/mmcblk0p5             785         800         512  46 Unknown

/dev/block/mmcblk0p6             833         928        3072  4a Unknown

/dev/block/mmcblk0p7             961        1056        3072  4b Unknown

/dev/block/mmcblk0p8            1089        1184        3072  58 Unknown

/dev/block/mmcblk0p9            1217        1376        5120  70 Unknown

/dev/block/mmcblk0p10           1409        1664        8192  83 Linux

/dev/block/mmcblk0p11           1665        2176       16384  f0 Linux/PA-RISC b

oot

/dev/block/mmcblk0p12           2177       34944     1048576  83 Linux

/dev/block/mmcblk0p13          34945       42944      256000  83 Linux

/dev/block/mmcblk0p14          42945      108480     2097152  83 Linux

/dev/block/mmcblk0p15         108481      954240    27064320   c Win95 FAT32 (LB

A)

~ # cat /proc/mounts

cat /proc/mounts

rootfs / rootfs rw,relatime 0 0

tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0

devpts /dev/pts devpts rw,relatime,mode=600 0 0

proc /proc proc rw,relatime 0 0

sysfs /sys sysfs rw,relatime 0 0

none /acct cgroup rw,relatime,cpuacct 0 0

tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0

tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0

none /dev/cpuctl cgroup rw,relatime,cpu 0 0

/dev/block/mmcblk0p15 /sdcard vfat rw,relatime,fmask=0000,dmask=0000,allow_utime

=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 0

/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0

/dev/block/mmcblk0p13 /cache ext4 rw,nodev,noatime,nodiratime,barrier=1,data=ord

ered 0 0

/dev/block/mmcblk0p12 /system ext4 rw,relatime,barrier=1,data=ordered 0 0

~ # cat /proc/partitions

cat /proc/partitions

major minor  #blocks  name

179        0   31162368 mmcblk0

179        1       2048 mmcblk0p1

179        2        512 mmcblk0p2

179        3      20480 mmcblk0p3

179        4          1 mmcblk0p4

179        5        512 mmcblk0p5

179        6       3072 mmcblk0p6

179        7       3072 mmcblk0p7

179        8       3072 mmcblk0p8

179        9       5120 mmcblk0p9

179       10       8192 mmcblk0p10

179       11      16384 mmcblk0p11

179       12    1048576 mmcblk0p12

179       13     256000 mmcblk0p13

179       14    2097152 mmcblk0p14

179       15   27064320 mmcblk0p15

~ #

I think it isn't correct:(