This archive contains an ubiboot setup specifically tailored to boot the SailfishOS/N9 configuration. The resulting ubiboot menuscript contains only 2 icons, one for SailfishOS and one for Harmattan. Both icons autoboot into the specified OS. To make the use of this boot as painless as possible this archive contains pre-configured actions and targets that should work for any normal setup. In addition to the ubiboot core files also the L2-fixed kernel and preinit script for Harmattan is embedded within. How to To install: ------------------ 1.) Decompress this archive on your PC with command: tar -xvf ubiboot-02_0.3.5_131213_SFOS.tar The result is 4 files: - This README.txt documentation - md5sums.txt for checksum of the content - zImage_2.6.32.54-ubiboot-02_301013 the ubiboot kernel - ubiboot_035_sailfishos.tar archive containing ubiboot niceties 2.) Copy the file zImage_2.6.32.54-ubiboot-02_301013 to the directory where you have your firmware.bin image. 3.) Copy the file ubiboot_035_sailfishos.tar in your device, for example to the MyDocs directory. 4.) Open terminal on the device and go to root with devel-su. Check that you can see the file you just copied to MyDocs. 5.) Decompress the archive with command: tar -xvf ubiboot_035_sailfishos.tar -C / The result is 4 files: - /home/user/MyDocs/boot/ubiboot.conf - /home/user/MyDocs/boot/ubiboot-02.035_SF_v1.cpio - /boot/zImage_2.6.32.54-openmode_l2fix - /sbin/preinit_harmattan 6.) Close the terminal and shut down your device. 7.) Go to the directory on your PC where you have the firmware.bin file and the kernel image zImage_2.6.32.54-ubiboot-02_301013. 8.) Start the flasher with command: sudo flasher -a firmware.bin -k zImage_2.6.32.54-ubiboot-02_301013 --flash-only=kernel -f -R 9.) Connect the device (which is POWEROFF) to the USB cable Flashing starts. When it is finished and the device boots, you can remove the USB cable, and you will see the graphical menu. If you keep the cable connected you will get to the ubiboot maintanance mode where you can tweak the system, make backupos, etc, etc.