Reply
Thread Tools
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#931
Originally Posted by juiceme View Post
You seem to be missing /home partition, or is that p5 in your layout?
Just as @peterleinchen said, check your /etc/fstab
So, more problems. I was studying the /etc/fstab for a while, and then the phone went black. Now whenever I plug it in, the status light turns on dimly white, and I can't get it to respond - I can't even reflash a kernel. Holding power button does nothing. Now what?
 
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#932
Update: phone turned on to recovery console for a few seconds, here is my /etc/fstab:
Code:
rootfs / rootfs defaults,errors=remount-ro,noatime 0 0
/dev/mmcblk0p3 /home ext4 rw,noatime,errors=remount-ro,barrier=1 0 0
/dev/mmcblk0p1 /home/user/MyDocs vfat noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir 0 0
ubi0:var /var ubifs noauto,no_chk_data_crc,bulk_read
What changes do I need for my current partition layout?
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#933
Originally Posted by taixzo View Post
Update: phone turned on to recovery console for a few seconds, here is my /etc/fstab:
Code:
rootfs / rootfs defaults,errors=remount-ro,noatime 0 0
/dev/mmcblk0p3 /home ext4 rw,noatime,errors=remount-ro,barrier=1 0 0
/dev/mmcblk0p1 /home/user/MyDocs vfat noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir 0 0
ubi0:var /var ubifs noauto,no_chk_data_crc,bulk_read
What changes do I need for my current partition layout?
If your /home is p5 like you posted earlier, then you would want to change the second line addordingly, to something like
/dev/mmcblk0p5 /home ext4 rw,noatime,errors=remount-ro,barrier=1 0 0

But there's one question I'd really like you to explain; Why on earth have you made a partition layout like this, why have an extended partition there with a smallish /home partition?
I mean, what are you trying to accomplish??
If you needed more partitions, then it made sense you allocated a lot bigger chunk to the extended partition and put your data partitions inside it. As it is now, you are just wasting your FLASH size...
 

The Following User Says Thank You to juiceme For This Useful Post:
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#934
AND make sure your ubiboot.conf points the OSes to the right boot (rootfs) partition(s)!
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following User Says Thank You to peterleinchen For This Useful Post:
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#935
Originally Posted by juiceme View Post
Obviously, you have done some tweak/mod/thing or installed something that conflicts with MfE. It's very difficult to tell from this far, but you have another device where it works, so you can compare them

What I'd do first, is I'd look at the syslog if there's some obvious errors or funny writings when you start up MfE. I'd also try to uninstall/reinstall the SW to see if it makes any difference.

Last resort of course is to reflash the device, that will sure fix it, but it is a tedious work as you always need to install everything there after the flashing.
After a night sleep I remember the flash problems I had in Sept.13 on my N9 16GB:
http://talk.maemo.org/showpost.php?p...&postcount=958
(see also #950)
It end with flashing to old kernel harmattan pr.13! due to proposal from nieldk #959 (to whom also had PM talk about it in our native language)
__________________
OK

Last edited by Garp; 2013-12-09 at 09:48.
 
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#936
Originally Posted by juiceme View Post
If your /home is p5 like you posted earlier, then you would want to change the second line addordingly, to something like
/dev/mmcblk0p5 /home ext4 rw,noatime,errors=remount-ro,barrier=1 0 0

But there's one question I'd really like you to explain; Why on earth have you made a partition layout like this, why have an extended partition there with a smallish /home partition?
I mean, what are you trying to accomplish??
If you needed more partitions, then it made sense you allocated a lot bigger chunk to the extended partition and put your data partitions inside it. As it is now, you are just wasting your FLASH size...
I left more space inside the extended partition for more partitions later; I wanted to have the current setup working before I started sticking more partitions in it.
 

The Following User Says Thank You to taixzo For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#937
Originally Posted by taixzo View Post
I left more space inside the extended partition for more partitions later; I wanted to have the current setup working before I started sticking more partitions in it.
OK, that makes sense then.
 
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#938
Originally Posted by juiceme View Post
Did you try what I suggested?
I believe the problem is not kernel, and not ubiboot, I believe you have problem in your Harmattan OS of the second device.

Just flash it with L2-fixed kernel, and try how it works without ubiboot.

Your ubiboot setup will not disappear, everything will be just as it was when you flash it again with ubiboot kernel.
You are right now 100% I see now have tested same kernel on both N9: zImage_2.6.32.54- dfl61-20121301 harmattanpr13@openmode
AND MfE works on N9 16GB but NOT on N9 flashed to harmattanpr13 and back to ubiboot. In both cases NO MfE server connection on this N9!

EDIT: Have stopped using MfE (always problem with sync - deleting everything!) now CalDav+Google(gmail) and manual import of contacts due to this http://talk.maemo.org/showthread.php?t=82979 then also possible to have stable contact groups!
__________________
OK

Last edited by Garp; 2013-12-09 at 17:13.
 

The Following User Says Thank You to Garp For This Useful Post:
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#939
Originally Posted by juiceme View Post
If your /home is p5 like you posted earlier, then you would want to change the second line addordingly, to something like
/dev/mmcblk0p5 /home ext4 rw,noatime,errors=remount-ro,barrier=1 0 0
Ok, I changed that and now Harmattan is booting again! My other OSs are still borked though, giving the "Boot OS/kernel selection failed! Please run a maintanance(sic) boot" - would that be something I need to fix in ubiboot.conf or in the individual OS's?
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#940
show logfile
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following User Says Thank You to coderus For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 10:45.