View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#1169
Originally Posted by imyaman View Post
I've got 4 partitions successfully on my n950 by moslo.
I've put sailfish(vgrade-sailfish_r5.1.tar.bz2) on the 4th partiton
I think that's the thing, you have Sailfish on /dev/mmcblk0p4, however, in your log I can see:

Originally Posted by imyaman View Post
Mar 29 16:19:46 (none) user.notice root: O_COMMAND_LINE: init=/sbin/preinit root=/dev/mmcblk0p2 rootwait rootflags=errors=remount-ro rootfstype=ext4 rw mtdoops.mtddev=log mtdoops.record_size=65536 console=tty0 mtdparts=omap2-onenand:1024k(bootloader),2816k@1024k(config
What this means, is that your Sailfish kernel, when booting, is trying to find the OS on the partition 2.

How to fix that; check your ubiboot.conf, and find the line that defines the OS location, "G_OS<x>_PARTITION=2" in the SailfishOS section, and change the "2" to "4"