Hack-A-N900/Wall Of Bricks: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
K
Zeile 20: Zeile 20:
 
Result:
 
Result:
 
[[Image:N900malfunction.jpg|thumb|left|Malfunction! Device shutdown in 10s]]
 
[[Image:N900malfunction.jpg|thumb|left|Malfunction! Device shutdown in 10s]]
 
+
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 
== Tried to write a disk image to an extended partition ==
 
== Tried to write a disk image to an extended partition ==
 
How:  
 
How:  

Version vom 16. April 2010, 23:56 Uhr

Boot loop? hang? Congratulations, you made it! Please share how.
Yellow-brick-road.jpg


Tried to enforce bash as system default shell

How:

rm /bin/sh
ln -s /bin/bash /bin/sh

Result: boot loop.

Tried to overwrite /lib from a running system

How:

cp -a /somewhere/lib/* /lib/

Result:

Malfunction! Device shutdown in 10s









Tried to write a disk image to an extended partition

How:

# /dev/mmcblk0p4 is an extended partition
dd if=image.dd of=/dev/mmcblk0p4

Result: corrupt partition table