maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   Introducing ubiboot N9 (multiboot OS loader) (https://talk.maemo.org/showthread.php?t=89345)

Garp 2013-12-08 00:41

Re: Introducing ubiboot N9 (multiboot OS loader)
 
Quote:

Originally Posted by juiceme (Post 1393441)
Well that is strange indeed.

Can you do "ls -la /sbin/pre*" on Harmattan console, are your /sbin/preinit and /sbin/preinit_harmattan identical?

ls -la /sbin/pre*
N9 openmode kernel l2fix
-rwxr-xr-x 1 root root 16210 Oct 7 2012 /sbin/preinit

N9 Ubiboot plus and l2fix kernel:
-rwxr-xr-x 1 root root 10661 Sep 2011 /sbin/preinit
-rwxr-xr-x 1 root root 5754 Nov 1 08:32 /sbin/preinit_firefox
-rwxr-xr-x 1 root root 10661 Oct 4 06:25 /sbin/preinit_harmattan
-rwxr-xr-x 1 root root 5752 Feb 28 2013 /sbin/preinit_nitdroid

peterleinchen 2013-12-08 07:40

Re: Introducing ubiboot N9 (multiboot OS loader)
 
@garp
I have also no idea what could be wrong. And cannot imagine ubiboot to be the cause for MfE problems (but hey nobody believed me with SIP ;)). Unfortunately you will be on your own to find out as nobody else experiences this.
Are you sure you boot L2fix and not stock kernel?


Quote:

Originally Posted by taixzo (Post 1393499)
Ok, I have a problem now.
I verified that the partition numbers are still the same (i.e. rootfs is on /dev/mmcblk0p3), and now I don't know what to do.

Self-made problem?
Original partition layout:
p1 vfat MyDocs (lots of GB)
p2 ext4 rootfs (4 GB)
p3 ext4 home (2 GB)
p4 empty not-in-use (0 GB)

taixzo 2013-12-08 07:50

Re: Introducing ubiboot N9 (multiboot OS loader)
 
Quote:

Originally Posted by peterleinchen (Post 1393538)
@garp
I have also no idea what could be wrong. And cannot imagine ubiboot to be the cause for MfE problems (but hey nobody believed me with SIP ;)). Unfortunately you will be on your own to find out as nobody else experiences this.
Are you sure you boot L2fix and not stock kernel?



Self-made problem?
Original partition layout:
p1 vfat MyDocs (lots of GB)
p2 ext4 rootfs (4 GB)
p3 ext4 home (2 GB)
p4 empty not-in-use (0 GB)

Current partition layout:
p1 vfat MyDocs (29 GB)
p2 ext4 Alt_OS (4 GB)
p3 ext4 rootfs (4 GB)
p4 extended
p5 ext4 unnamed (2 GB)

This is the same partition layout as I had after installing nemo, except that I originally just had four partitions instead of one of them being an extended partition.

Garp 2013-12-08 07:58

Re: Introducing ubiboot N9 (multiboot OS loader)
 
Quote:

Originally Posted by peterleinchen (Post 1393538)
@garp
Are you sure you boot L2fix and not stock kernel?

YES, but you know if problems to have connect two N9/MfE and try sync contacts etc. on same mail address?

peterleinchen 2013-12-08 08:43

Re: Introducing ubiboot N9 (multiboot OS loader)
 
@garp
afaik there is (should be) no problem having two/few devices configured.
Were both devoces online? If so put one into offline mode and try again...

@taixzo
read a few posts back (last page(s)).
Your partition layout differs from stock one. And that would mean you have edited fstab and init files? To match that?
Possibly you were confused by numbering and physical presence (number) on disk? Idk how gparted shows...

juiceme 2013-12-08 09:18

Re: Introducing ubiboot N9 (multiboot OS loader)
 
Quote:

Originally Posted by taixzo (Post 1393540)
Current partition layout:
p1 vfat MyDocs (29 GB)
p2 ext4 Alt_OS (4 GB)
p3 ext4 rootfs (4 GB)
p4 extended
p5 ext4 unnamed (2 GB)

This is the same partition layout as I had after installing nemo, except that I originally just had four partitions instead of one of them being an extended partition.

You seem to be missing /home partition, or is that p5 in your layout?
Just as @peterleinchen said, check your /etc/fstab

juiceme 2013-12-08 09:22

Re: Introducing ubiboot N9 (multiboot OS loader)
 
Quote:

Originally Posted by Garp (Post 1393500)
ls -la /sbin/pre*
N9 openmode kernel l2fix
-rwxr-xr-x 1 root root 16210 Oct 7 2012 /sbin/preinit

N9 Ubiboot plus and l2fix kernel:
-rwxr-xr-x 1 root root 10661 Sep 2011 /sbin/preinit
-rwxr-xr-x 1 root root 5754 Nov 1 08:32 /sbin/preinit_firefox
-rwxr-xr-x 1 root root 10661 Oct 4 06:25 /sbin/preinit_harmattan
-rwxr-xr-x 1 root root 5752 Feb 28 2013 /sbin/preinit_nitdroid

So you have 2 N9 devices, one with ubiboot and another without?
That's always good when doing development work :D

So it looks like you've got different preinits on the devices, as the one without ubiboot is 16210 bytes and the other is 10661 bytes.
Actually the Nokia-original /sbin/preinit is 10661 bytes, so I am not sure what is the preinit in the other N9, Nitdroid sillyboot, maybe?

peterleinchen 2013-12-08 09:53

Re: Introducing ubiboot N9 (multiboot OS loader)
 
Quote:

Originally Posted by juiceme (Post 1393561)
So it looks like you've got different preinits on the devices, as the one without ubiboot is 16210 bytes and the other is 10661 bytes.
Actually the Nokia-original /sbin/preinit is 10661 bytes, so I am not sure what is the preinit in the other N9, Nitdroid sillyboot, maybe?

Oops, good catch. Did not see the 'other' device config at all. :(
So yes juiceme saw it and you should check/answer and maybe post that other preinit for comparison.

Garp 2013-12-08 10:04

Re: Introducing ubiboot N9 (multiboot OS loader)
 
2 Attachment(s)
Quote:

Originally Posted by juiceme (Post 1393561)
So you have 2 N9 devices, one with ubiboot and another without?
That's always good when doing development work :D

So it looks like you've got different preinits on the devices, as the one without ubiboot is 16210 bytes and the other is 10661 bytes.
Actually the Nokia-original /sbin/preinit is 10661 bytes, so I am not sure what is the preinit in the other N9, Nitdroid sillyboot, maybe?

Yes really big developer here!!:D:D

The preinit on N9 16GB could well be from the install of Nitdroid and sillyboot 2012 for a period (removed now), see attached?

peterleinchen 2013-12-08 13:47

Re: Introducing ubiboot N9 (multiboot OS loader)
 
Quote:

Originally Posted by Garp (Post 1393575)
Yes really big developer here!!:D:D

:D

Quote:

The preinit on N9 16GB could well be from the install of Nitdroid and sillyboot 2012 for a period (removed now), see attached?
Yep, trapped by some android relict (like me):
Code:


~ diff /home/user/preinit.txt  /home/user/preinit_ubiboot.txt
--- /home/user/preinit.txt
+++ /home/user/preinit_ubiboot.txt

-modprobe g_ether
-sleep 1
-/sbin/ifconfig usb0 192.168.2.15 up
-

Just comment these 3 lines and it will be fine (I guess).


All times are GMT. The time now is 21:38.

vBulletin® Version 3.8.8