Editing N9/N950 Rescue CD

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 28: Line 28:
To use above to build your own CD you must use Debian.
To use above to build your own CD you must use Debian.
# Install build tools: apt-get install live-build
# Install build tools: apt-get install live-build
-
# If you want to make fully customized CD you should install other helper packages: apt-get install live-manual live-config live-helper
+
# If you want to make fully customized own you should install other helper packages: apt-get install live-manual live-config live-helper
# To build a CD go into the directory which contains "config" and run: lb build
# To build a CD go into the directory which contains "config" and run: lb build
Line 43: Line 43:
The instructions on the CD were based on this wiki page:
The instructions on the CD were based on this wiki page:
http://wiki.meego.com/N950/Fixing_MALF_state
http://wiki.meego.com/N950/Fixing_MALF_state
-
 
-
= Full content of info.txt =
 
-
(info.txt contains MediaWiki formatted text)
 
-
 
-
This CD already contains all files that should be needed to access a dead (non-bootable) N9/N950.
 
-
 
-
This means you already have:
 
-
 
-
1. Bootloader kernel (vmlinuz-2.6.32.20112201-11.2-adaptation-n950-bootloader) - don't worry it's fine for N9 too.
 
-
 
-
2. Rescue tools (initrd.img-rescue-2.6.32.20112201-11.2-n950).
 
-
 
-
3. Flasher (already installed).
 
-
 
-
 
-
== Accessing your device ==
 
-
 
-
Note! As with all flashing - be carefull and DO NOT UNPLUG YOUR PHONE unless you've finished.
 
-
Unplugging your device while it is being used (or mounted) may damage your phone.
 
-
 
-
1. Unplug the usb cable from your phone (if it is plugged in).
 
-
 
-
2. Turn your phone off (if it is e.g. stuck on your boot screen then press power button for about 10 s).
 
-
 
-
3. Load the provided kernel and tools using flasher:
 
-
  $> sudo flasher --load -k vmlinuz-2.6.32.20112201-11.2-adaptation-n950-bootloader -n initrd.img-rescue-2.6.32.20112201-11.2-n950 --boot
 
-
 
-
It should stop waiting for an USB device
 
-
 
-
4. Insert the usb cable to your computer and then to your phone.
 
-
 
-
5. Wait about minute until a new USB mass storage device appears on the host.
 
-
 
-
  You should now have three partitions:
 
-
  * /dev/sdX1 with is MyDocs,
 
-
  * /dev/sdX2 which is MeeGo 1.2 Harmattan root file system (rootfs),
 
-
  * /dev/sdX3 which is the MeeGo 1.2 Harmattan home directory.
 
-
 
-
6. Find exact partition's names found on your Nokia N9/N950. You can use fdisk or GParted.
 
-
  $> fdisk -l
 
-
 
-
7. Mount rootfs somewhere e.g.:
 
-
  $> sudo mkdir /mnt/n9
 
-
  $> sudo mount /dev/sdb2 /mnt/n9
 
-
 
-
 
-
Now you can go to the directory of your device (/mnt/n9) and do what you need.
 
-
 
-
Note! Remeber not to unplug the device until all it's file system are properly unmounted (see next section).
 
-
 
-
 
-
== Unplugging your device ==
 
-
 
-
Assuming you've finished fixing your files or whatever do the following.
 
-
 
-
1. Unmount the manually mounted rootfs (in step 7 above).
 
-
  $> sudo umount /mnt/n9
 
-
 
-
2. List all mounted file systems to make sure no other N9 partitions were mounted by your OS automatically:
 
-
  $> mount
 
-
 
-
3. If you'll notice any N9 file systems on the list unmount them with (they might be in media directory too):
 
-
  $> sudo umount /mnt/XXXXX
 
-
 
-
4. When ready unplug the usb cable from your phone.
 
-
 
-
== Credits ==
 
-
 
-
The instructions were based on this wiki page:
 
-
http://wiki.meego.com/N950/Fixing_MALF_state
 
-
 
-
Special thanks for Coderus for pointing me to that :-).
 
-
 
[[Category:Users]]
[[Category:Users]]

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)

Templates used on this page: