|
楼主 |
发表于 2011-9-20 22:53
|
显示全部楼层
搞定$ G* k2 ]5 b" S# W/ u2 R
http://www.webos-internals.org/wiki/How_To_Recover- 3 Q; Q4 q$ e# }( \6 ?: R
- Doctor disconnects at 8%
" |4 A* V7 w$ v0 N) z) v2 H
& w1 m$ h5 E3 m( I) a- If the webOS Doctor continually disconnects at 8%, then you probably have a corrupted USB drive. This is how you can fix that (note that this will completely and utterly destroy all data on the USB drive).
9 n/ V2 W7 f+ j" b8 o - 7 \. ^/ Q- e0 O' A+ G" a
- If you are reading this following an interrupted webOS Doctor, you might want to try to extract the installer uImage from the version that was there before the interrupted procedure. For example if you were upgrading from webOS 2.0.0 to webOS 2.1.0, you might want to try the uImage from the 2.0.0 webOS Doctor jar.
9 B3 i0 f0 B6 ]: G1 s - 8 [2 M2 T: V) j. I$ s
- First put the device into recovery mode, then memboot the device using the installer uImage (extracted from your webOS Doctor jar):
8 m# {/ B- X. e - 2 h/ u3 J! x+ h+ p4 w
- novacom boot mem:// < nova-installer-image-castle.uImage
1 D8 p# M, K( N( K4 l" t
. e" W) B% P6 y* ~- I7 x V3 z- After it boots, run novaterm:" C& s% T. `/ j
9 n( }, L! j7 M8 P c" C% e6 F( L- novaterm( |1 d+ G4 I. ]0 s) ^" p' E; o. a
- . A9 Z( A X# d9 b8 n) x
- Once connected to the device, type:
& _5 H8 l3 |# F0 w1 s9 f/ M D - 8 B# G, X/ @. a5 {" g* a$ [
- lvm.static vgscan --ignorelockingfailure
' Q6 Q1 R% l: @) h - lvm.static vgchange -ay --ignorelockingfailure
# u- c. a, E1 n - * y: G f& Y8 E3 d% X" {
复制代码- 2 m# z7 r* f% k% |0 ^% f
- root@palm-webos:/dev/store# mkdir /tmp/root && mount root /tmp/root && cd /tmp/root/( W! p- ^! K% X
- O( f3 K- g: s6 w$ C
- root@palm-webos:/tmp/root/bin# ln -sf busybox sh% p- P& [' d2 [2 B: c4 [5 f
. f3 Z' B4 `! _
复制代码 |
|